BermudanExerciseDatesBDC

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