{"slug":"pay-raise","name":"Pay Raise Calculator","category":"fortune","tags":["earning","everyday"],"tagline":"What a raise is worth — and whether it beats inflation at all.","endpoint":"https://xearno.tools/api/v1/tools/pay-raise","page":"https://xearno.tools/t/pay-raise","description":"Converts a raise percentage into new salary and monthly difference, then answers the question that matters: after inflation, is it actually a raise?","inputSchema":{"type":"object","properties":{"salary":{"description":"Current annual salary","type":"number","minimum":0,"default":75000},"raisePct":{"description":"Raise (%)","type":"number","minimum":-50,"maximum":200,"default":4},"inflation":{"description":"Inflation (%) Current CPI inflation in your country.","type":"number","minimum":-5,"maximum":50,"default":3}},"required":[],"additionalProperties":false},"methodology":["Real raise = (1 + nominal) ÷ (1 + inflation) − 1 — the exact Fisher relation, not the misleading subtraction shortcut (which overstates the real raise)."],"usage":"POST https://xearno.tools/api/v1/tools/pay-raise with a JSON body matching inputSchema."}