calculate_scholarship_comparison
Compare net tuition costs across multiple scholarship and aid packages to find the best financial option for college. Input tuition and up to three scholarship amounts to get ranked net costs and the optimal choice.
Instructions
Compare net tuition cost across multiple scholarships and aid packages. Use for college choice. Inputs: list of {tuition, aid} pairs. Returns ranked net costs and best option. See list_bundles for related 'education' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tuition | Yes | Annual tuition EUR | |
| scholarship_1 | No | Scholarship 1 amount EUR | |
| scholarship_2 | No | Scholarship 2 amount EUR | |
| scholarship_3 | No | Scholarship 3 amount EUR |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |