We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SwapTradeCsvPlugin: does not parse cross-currency swaps with "XCcyOvernightOvernightSwapConvention".
At line 350: if (fxRateOpt.isPresent()) { XCcyIborIborSwapConvention convention = XCcyIborIborSwapConvention.of(conventionStr);
Does not check for the possible ON/ON conventions.
Would probably be a good idea to have a "XCcySwapConvention" in parallel to "SingleCurrencySwapConvention"
The text was updated successfully, but these errors were encountered:
This is an issue only when the trades are loaded using the "convention" field. When the details of each leg are provided, this is not an issue.
Sorry, something went wrong.
No branches or pull requests
SwapTradeCsvPlugin: does not parse cross-currency swaps with "XCcyOvernightOvernightSwapConvention".
At line 350:
if (fxRateOpt.isPresent()) {
XCcyIborIborSwapConvention convention = XCcyIborIborSwapConvention.of(conventionStr);
Does not check for the possible ON/ON conventions.
Would probably be a good idea to have a "XCcySwapConvention" in parallel to "SingleCurrencySwapConvention"
The text was updated successfully, but these errors were encountered: