Computes a fund's gross expense ratio, net expense ratio, and Total Expense Ratio (TER) from supplied gross expense components (flat amounts or accruals, using the same accrual conventions as Recompute Fund NAV) and average net assets, applying any declared fee waivers or caps strictly in a declared order, using fixed-point money math throughout (no float accumulation). Waiver ordering is the substance: the order in which a fixed-dollar cap, a percent-of-remaining reimbursement, and a rate cap apply changes the net expense ratio, so the order is a required declared input, never a house convention, and every waiver's running-balance effect is returned for audit. Third entry of the Funds/NAV family, alongside Recompute Fund NAV and the forthcoming NAV-error materiality tester.
| Description | Day-count convention | Amount |
|---|
| Order | Description | Method | Remaining Before | Reduction | Remaining After |
|---|
Copy this paragraph into Claude, OpenClaw, or any MCP-aware agent to run this exact tool, with this sample, and verify the artifact.
Run the AINumbers MCP tool `compute_fund_expense_ratios`. Task: Compute a fund's gross and net expense ratios and Total Expense Ratio (TER) from SUPPLIED gross expense components (flat amounts or accruals, using the identical accrual conventions as recompute_fund_nav/FN-1) and average net assets, applying any declared fee waivers/caps strictly in a DECLARED order using fixed-point BigInt money math throughout (no float accumulation).
Call it with arguments: {"policy_parameters":{"fund_id":"FUND-EXP-01","period_start":"2026-01-01","period_end":"2026-12-31","average_net_assets":100000000,"gross_expense_components":[{"description":"management fee","principal":100000000,"annual_rate":0.0075,"days":365,"day_count_convention":"actual/365"},{"description":"admin fee","amount":150000},{"description":"12b-1 fee","amount":100000}],"waivers":[],"rounding":{"decimal_places":4,"mode":"half_up"}}}
Verify before trusting: call `verify_execution_hash` on mcp.ainumbers.co (https://mcp.ainumbers.co/mcp) with the parameter `claimed_hash` set to the returned `execution_hash`, passing the full artifact the run returned (the object containing `policy_parameters` + `output_payload` + `execution_hash`; equivalently `policy_parameters` + `output_payload` with `claimed_hash`), not the bare hash string.
Return the ledger link https://ledger.ainumbers.co/ so a human can re-verify without contacting us.
PII rule: All inputs are processed locally in your browser. No data is transmitted. Do not enter real personal data — use synthetic or anonymised inputs only.
Open the tool with the sample prefilled: https://ainumbers.co/chaingraph/art-375-compute-fund-expense-ratios.html#p=v1.H4sIAAAAAAAA_wGcAWP-eyJmdW5kX2lkIjoiRlVORC1FWFAtMDEiLCJwZXJpb2Rfc3RhcnQiOiIyMDI2LTAxLTAxIiwicGVyaW9kX2VuZCI6IjIwMjYtMTItMzEiLCJhdmVyYWdlX25ldF9hc3NldHMiOjEwMDAwMDAwMCwiZ3Jvc3NfZXhwZW5zZV9jb21wb25lbnRzIjpbeyJkZXNjcmlwdGlvbiI6Im1hbmFnZW1lbnQgZmVlIiwicHJpbmNpcGFsIjoxMDAwMDAwMDAsImFubnVhbF9yYXRlIjowLjAwNzUsImRheXMiOjM2NSwiZGF5X2NvdW50X2NvbnZlbnRpb24iOiJhY3R1YWwvMzY1In0seyJkZXNjcmlwdGlvbiI6ImFkbWluIGZlZSIsImFtb3VudCI6MTUwMDAwfSx7ImRlc2NyaXB0aW9uIjoiMTJiLTEgZmVlIiwiYW1vdW50IjoxMDAwMDB9XSwid2FpdmVycyI6W10sInJvdW5kaW5nIjp7ImRlY2ltYWxfcGxhY2VzIjo0LCJtb2RlIjoiaGFsZl91cCJ9fWYHtumcAQAA