Support custom pillar date in interest-rate futures helpers#2415
Open
Krishn1412 wants to merge 4 commits intolballabio:masterfrom
Open
Support custom pillar date in interest-rate futures helpers#2415Krishn1412 wants to merge 4 commits intolballabio:masterfrom
Krishn1412 wants to merge 4 commits intolballabio:masterfrom
Conversation
Contributor
Author
|
hey @lballabio happy new year! can you please take a look at this? |
|
Hi @lballabio , please could you also expose this fix to Python binding? Much appreciated. |
Owner
I will — I'm working on cutting the 1.41 release now so it will be after that |
lballabio
reviewed
Jan 14, 2026
Owner
There was a problem hiding this comment.
This was committed by mistake, I guess?
Owner
|
Thanks, other than for the extra file it looks ok. Would it be possible to add a test case for the feature? |
eltoder
reviewed
Feb 26, 2026
| const Handle<Quote>& convexityAdjustment, | ||
| RateAveraging::Type averagingMethod) | ||
| RateAveraging::Type averagingMethod, | ||
| const Date& customPillarDate) |
Contributor
There was a problem hiding this comment.
I think ideally this should use the Pillar::Choice enum like the other rate helpers that support custom pillars.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solves #2256.
Updated the constructors for OvernightIndexFutureRateHelper and SofrFutureRateHelper to support pillar dates. The member function pillarDate() can be used for curve fitting.