CashSettledPayBDC

If you were looking at the FpML document, a typical example of walking to this(these) node(s) would be...
// FpML Document -> Swaption
-> cashSettlement[1]
-> cashSettlementPaymentDate[1]
-> relativeDate[1]
-> businessDayConvention
-> return( nodeValue(s) )
Or if using the FpMLGenericQuery() function...//descendant::Swaption/cashSettlement[1]/cashSettlementPaymentDate[1]/relativeDate[1]/businessDayConvention/text()![]() |
| High level graphic of CashSettledPayBDC() function with parameters. Blue square node is the actual function with the parameters ordered. |
