Add support for payment lag to XCCY fix float rate helpers#323
Open
oszette wants to merge 2 commits intoOpenSourceRisk:masterfrom
Open
Add support for payment lag to XCCY fix float rate helpers#323oszette wants to merge 2 commits intoOpenSourceRisk:masterfrom
oszette wants to merge 2 commits intoOpenSourceRisk:masterfrom
Conversation
Introduces support for fixedPaymentLag and floatPaymentLag parameters in CrossCcyFixFloatSwapConvention, CrossCcyFixFloatSwapHelper, and CrossCcyFixFloatMtMResetSwapHelper classes. Updates constructors, member variables, XML serialization, and swap initialization logic to handle payment lags for both fixed and floating legs.
pcaspers
reviewed
Dec 18, 2025
Collaborator
pcaspers
left a comment
There was a problem hiding this comment.
Thank you! Looks good. We'll incorporate this.
Contributor
Author
Hi again, I saw that a XCCY Fix-Float helper was added in QL 1.41. Not sure how relevant this PR is now, since it it probably better to use that one moving forward. |
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.
Hi,
I've added support to specify payment lags in the conventions for XCCY fix float rate helpers, previously this was hardcoded to zero. I also added some convention parameters that was previously not in the xsd.
Let me know what you think.
//Oskar