action yodlee_get_holding_type_list { label: "Get Holding Type List" description: "The get holding types list service is used to get the supported holding types.
The response includes different holding types such as future, moneyMarketFund, stock, etc. and it returns the supported holding types
" provider: yodlee method: GET path: "/holdings/holdingTypeList" encoding: json output: { type: "object" additionalProperties: true } }