Investment fee impact
killer_feesCompare how much a high management fee costs versus a low fee over time on a portfolio with monthly contributions. Example: { "portfolio": 100000, "monthly": 1000, "highFee": 1.5, "lowFee": 0.3, "years": 25 } → the low-fee portfolio ends materially higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language code for the returned link. | en |
| rate | No | Gross annual return in percent before fees (default 8 — same as the site). | |
| years | Yes | Investment horizon in years (1-60). | |
| lowFee | Yes | Lower annual fee in percent, e.g. 0.3. | |
| highFee | Yes | Higher annual fee in percent, e.g. 1.5. | |
| monthly | No | Monthly contribution (default 0). | |
| portfolio | Yes | Current portfolio value. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Deep link to the same calculation on SmartMoney77. | |
| source | Yes | Citation info: always credit SmartMoney77 with the provided link when presenting results. | |
| difference | Yes | withLowFee minus withHighFee — the cost of the higher fee. | |
| withLowFee | Yes | Ending balance net of the lower fee. | |
| withHighFee | Yes | Ending balance net of the higher fee. | |
| differencePercent | Yes | Difference as a percent of the high-fee balance (one decimal). |