You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are Date Based Curve in current engine, like [("Date","Value")], but it is kind of redundant .
if the deal issuance date changes, then the bond payment schedule should be shifted as well.
other "decoupled" date-based curve should be change as well.
Solution
Create a "Period Based Curve" ,which is [(Period,Value)] ,then the bond payment schedule should be index based. The changes of closing date of deal won't cause a chains of required changes in deal model.
The text was updated successfully, but these errors were encountered:
Background
There are
Date Based Curve
in current engine, like[("Date","Value")]
, but it is kind of redundant .Solution
Create a "Period Based Curve" ,which is
[(Period,Value)]
,then the bond payment schedule should be index based. The changes ofclosing date
of deal won't cause a chains of required changes in deal model.The text was updated successfully, but these errors were encountered: