-
Notifications
You must be signed in to change notification settings - Fork 288
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
forDates extension method of SwapRateHelpers not available in Python #688
Comments
Thanks for posting! It might take a while before we look at your issue, so don't worry if there seems to be no feedback. We'll get to it. |
The method was added only recently and was not yet available in version 1.36. It will be in 1.37. If you want to try it out now, you'll have to get the current code from GitHub and compile the library and the wrappers. |
Hi, And regarding the release of version 1.37, is there any rough estimate of when would it be available ? |
If I understand correctly, you're saying that currently the helper does (today + settlement days) + fwd start, while you need (today + fwd start) + settlement days instead, right? If that's the case, no, I don't think you can work around it. 1.37 is planned for some point in the first half of January. |
Thanks for your quick reply ! That is exactly what I meant, which lead to inconsistencies in calendar dates. Perfect for the information on the next release, thank you ! Looking forward to it ! |
Hi,
The extension method of class is not available in Python. Is there any alternative using another helper that could mimic the same pattern ?
The text was updated successfully, but these errors were encountered: