LastRegularPeriodEndDate

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