ls_underlyings {FinancialInstrument} | R Documentation |
shows names that are stored in the underlying_id
slot of derivative
instruments
ls_underlyings(pattern = NULL, match = TRUE)
pattern |
an optional regular expression. Only names matching ‘pattern’ are returned. |
match |
require exact match? |
first calls ls_derivatives
, then looks for unique
underlying_id
s. If no derivatives have been defined, nothing will be
returned.
chr vector of names of unique underlying_id
s
Garrett See
ls_instruments_by, ls_derivatives, ls_options, ls_futures
## Not run:
ls_underlyings()
## End(Not run)