Hi there, I was wondering if there was a list of available input parameters for IPA API in Python, similar to these:
calculation_params = bond.CalculationParams(
market_data_date="2020-07-05",
price_side = ipa.enum_types.PriceSide.BID,
most of the time, I can add underscore between words to make it work, but for parameters such as 'reportCcy', it won't work in Python.
reportCcyStringThe reporting currency code, expressed in ISO 4217 alphabetical format (e.g., ' USD'). It is usually set to express the amounts for the fields that end with ' xxxInReportCcy'.OptionalThe default value is notional currency.Pricing Analysis