salary_convert
Convert salary amounts between currencies and compare purchasing power across countries. Adjust for work hours per week and weeks per year.
Instructions
Convert salary between currencies with purchasing power comparison.
Parameters:
salary — Salary amount.
from_currency — Source currency code (default: 'USD').
to_currency — Target currency code (default: 'EUR').
hours_per_week — Hours worked per week (default: 40).
weeks_per_year — Weeks worked per year (default: 52).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| salary | Yes | ||
| from_currency | No | USD | |
| to_currency | No | EUR | |
| hours_per_week | No | ||
| weeks_per_year | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |