df = rdp.get_bond_analytics(
universe = universe,
fields = ["InstrumentCode",
"NotionalCcy",
"PositionInDealCcy",
"InterestPaymentFrequency",
"CashFlowDatesArray",
"CashFlowInterestAmountsInDealCcyArray",
"CashFlowCapitalAmountsInDealCcyArray"
]
)
Above are from sample code of cash flow sample. Just want to download more array related field but don't know how to do so. Any link or code to download all field universe? Many thanks.