action yodlee_get_asset_classification_list { label: "Get Asset Classification List" description: "The get asset classifications list service is used to get the supported asset classifications.
The response includes different classification types like assetClass, country, sector, style, etc. and the values corresponding to each type.
" provider: yodlee method: GET path: "/holdings/assetClassificationList" encoding: json output: { type: "object" additionalProperties: true } }