salary_convert
Convert salary amounts between currencies and compare purchasing power across different countries. Adjust for weekly and yearly work hours.
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 |