필터 지우기
필터 지우기

what is different between start date of bond and issue date of bond?

조회 수: 22 (최근 30일)
xosro
xosro 2015년 4월 8일
댓글: xosro 2015년 4월 9일
in financial toolbox we have a code for compute price of bonds, this code has optional inputs that issue date and start date are two of they. what is different between start date of bond and issue date of bond? and what is their impact on bond price?

채택된 답변

the cyclist
the cyclist 2015년 4월 8일
This is explained in the documentation for bndprice, but I'm guessing that you didn't fully understand the explanation there.
IssueDate is exactly what you expect ... the date the bond was issued. Suppose that date was July 1, 2014.
StartDate is just a little trickier. When you estimate the current value of the bond, you are adding up the (discounted) future cash flows of that bond. You might not want to do that from the original issue date. You might want to do that starting today (or some date in the future). Then you'll ignore the past cash flows, the ones from July 1 2014 until today (or whenever). So, StartDate is the date you want to start adding up the future cash flows.
  댓글 수: 1
xosro
xosro 2015년 4월 9일
thank you so much I test with different amounts of start date and issue date , and compare result of them. your idea is Absolutely right

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Cash Flows에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by