AmerCommencementDateBCs

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