# Assets Under Management **GET /api/v1/metrics/aum** Get a breakdown of the Assets Under Management for a firm. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Query parameters - **filter[agency_in_your_name]** (boolean) Filter the AUM to only include plans that are in the firm's name. False = all, true = only plans with agency in your name ### Body: application/json (object) - **date** (date) The date which you would like to run the key metric from. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) The Assets Under Management calculations for a firm on the current date or the date submitted.
`data.total`: Total of all investment, pension, cash plans.

`abstract_types`
`data.abstract_types.assets`: Total of all assets.
`data.abstract_types.liabilities`: Total of all liabilities.
`data.abstract_types.protection`: Total of all protection.

`plan_types`
`data.plan_types.annuity`: Total of all annuities.
`data.plan_types.cash_account`: Total of all cash plans.
`data.plan_types.fixed_asset`: Total of all fixed asset plans.
`data.plan_types.general_insurance`: Total of all fixed general insurance assets.
`data.plan_types.group_protection`: Total of all fixed group protection assets.
`data.plan_types.investment`: Total of all investment plans.
`data.plan_types.loan_credit`: Total of all loan credit plans.
`data.plan_types.mortgage`: Total of all mortgage plans.
`data.plan_types.pension`: Total of all pension plans.
`data.protection_policy.pension`: Total of all protection policy plans.
[Powered by Bump.sh](https://bump.sh)