effective_rate
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Effective Rate (APR <-> APY) — Convert a nominal rate to effective annual yield, or back, at any compounding frequency.
Parameters schema
{
"type": "object",
"properties": {
"apr": {
"type": "number",
"description": "Nominal annual rate as a decimal (to_apy)"
},
"apy": {
"type": "number",
"description": "Effective annual yield as a decimal (to_apr)"
},
"mode": {
"enum": [
"to_apy",
"to_apr"
],
"type": "string",
"description": "Direction"
},
"periods": {
"type": "number",
"description": "Compounding periods per year, or 'continuous' (default 12)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries