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"