Get Single Product Deposit Rates
get_product_deposit_ratesGet the deposit rates for a banking product from a CDR data holder. Returns fixed, variable, bonus, introductory, and market-linked rates, including tiered rates and any applicability conditions. Use get_data_holders_by_category first to find a valid dataHolderBrandId. Leave depositRateType empty to return all deposit rates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The unique identifier of the product whose features should be retrieved | |
| depositRateType | No | Filter by deposit rate type (e.g. FIXED, VARIABLE). Leave empty for all types. | |
| dataHolderBrandId | Yes | The unique brand identifier of the Data Holder, as returned by GetDataHoldersByCategory |