Recomputes a fund's management fee and performance fee (hurdle test, high-water mark, crystallisation) from the terms the investor already holds, the fee statement and the fund agreement, and diffs the result against what was actually charged. The single most common failure mode this exists to catch: a hard hurdle charges only the excess return above the hurdle, while a soft hurdle charges the full return once cleared, and conflating the two silently overcharges or undercharges every period it happens.
agreement_ref + terms_version are pinned so a later side letter makes an old receipt dated, not wrong.
| Component | Computed | Charged | Delta | Matches |
|---|
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 `recompute_fund_fees`. Task: Recompute a fund's management fee and performance fee from the terms the investor already holds (the fee statement and the fund agreement) and diffs the result against what was actually charged, where supplied.
Call it with arguments: {"policy_parameters":{"fund_id":"FUND-FEE-01","agreement_ref":"LPA-2024-08","terms_version":"1.0","as_of":"2026-12-31","period_start":"2026-01-01","period_end":"2026-12-31","period_days":365,"nav":{"opening":"100000000","closing":"112000000","fee_base":"106000000"},"management_fee":{"rate":"0.02","day_count":"actual/365"},"performance_fee":{"rate":"0.20","hurdle_rate":"0.05","hurdle_type":"hard","high_water_mark":"100000000","crystallisation":"period"},"rounding":{"decimal_places":2,"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-511-recompute-fund-fees.html#p=v1.H4sIAAAAAAAA_wHlARr-eyJmdW5kX2lkIjoiRlVORC1GRUUtMDEiLCJhZ3JlZW1lbnRfcmVmIjoiTFBBLTIwMjQtMDgiLCJ0ZXJtc192ZXJzaW9uIjoiMS4wIiwiYXNfb2YiOiIyMDI2LTEyLTMxIiwicGVyaW9kX3N0YXJ0IjoiMjAyNi0wMS0wMSIsInBlcmlvZF9lbmQiOiIyMDI2LTEyLTMxIiwicGVyaW9kX2RheXMiOjM2NSwibmF2Ijp7Im9wZW5pbmciOiIxMDAwMDAwMDAiLCJjbG9zaW5nIjoiMTEyMDAwMDAwIiwiZmVlX2Jhc2UiOiIxMDYwMDAwMDAifSwibWFuYWdlbWVudF9mZWUiOnsicmF0ZSI6IjAuMDIiLCJkYXlfY291bnQiOiJhY3R1YWwvMzY1In0sInBlcmZvcm1hbmNlX2ZlZSI6eyJyYXRlIjoiMC4yMCIsImh1cmRsZV9yYXRlIjoiMC4wNSIsImh1cmRsZV90eXBlIjoiaGFyZCIsImhpZ2hfd2F0ZXJfbWFyayI6IjEwMDAwMDAwMCIsImNyeXN0YWxsaXNhdGlvbiI6InBlcmlvZCJ9LCJyb3VuZGluZyI6eyJkZWNpbWFsX3BsYWNlcyI6MiwibW9kZSI6ImhhbGZfdXAifX3BcMXg5QEAAA