EQDSingleEquityInstID

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