Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] Period Curve #234

Open
yellowbean opened this issue Oct 28, 2024 · 0 comments
Open

[NEW] Period Curve #234

yellowbean opened this issue Oct 28, 2024 · 0 comments

Comments

@yellowbean
Copy link
Owner

yellowbean commented Oct 28, 2024

Background

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant