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

Consistency Checks: Coupon Dates <=> Coupons, Coupon Periods <=> Spreads #13

Open
FuggeWolf opened this issue Jul 2, 2020 · 1 comment
Assignees

Comments

@FuggeWolf
Copy link
Collaborator

  • Throw an error message if the number of coupons is not equal to the number of coupon dates.
  • Avoid kernel shutdown if coupon dates, but no coupons (i.e. empty list) are porvided.
  • Throw an error message if the number of spreads is not equal to the number of coupon dates minus one:
    len(Spreads) == len(Coupon_Period_Dates) - 1.
@favdo favdo added question Further information is requested and removed question Further information is requested labels Aug 12, 2020
@FuggeWolf
Copy link
Collaborator Author

to be tested by Stefan

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

2 participants