EuroRelevantUnderlyingDateDayType

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