Xero · Schema

EmployeeTax

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
irdNumber string The IRD Number.
taxCode object
specialTaxRatePercentage number Special tax rate percentage.
hasSpecialStudentLoanRate boolean Does the employee has a special student loan rate?
specialStudentLoanRatePercentage number The employee student loan rate percentage.
isEligibleForKiwiSaver boolean The employee eligibility for KiwiSaver.
esctRatePercentage number Employer superannuation contribution tax rate.
kiwiSaverContributions string Contribution Option which can be 'MakeContributions' 'OptOut', 'OnAContributionsHoliday', 'OnASavingsSuspension', 'NotCurrentlyAKiwiSaverMember' for employees without a KiwiSaver membership
kiwiSaverEmployeeContributionRatePercentage number Employee Contribution percentage.
kiwiSaverEmployerContributionRatePercentage number Employer Contribution percentage.
kiwiSaverEmployerSalarySacrificeContributionRatePercentage number Employer Contribution through Salary Sacrifice percentage.
kiwiSaverOptOutDate string Opt Out Date.
kiwiSaverContributionHolidayEndDate string Contribution holiday expiry date or end date.
hasStudentLoanBalance boolean Does the employee have a remaining student loan balance? Set a remaining balance if you have received a letter from IR.
studentLoanBalance number The employee's student loan balance shown on the letter from IR.
studentLoanAsAt string The date of the letter from IR.
View JSON Schema on GitHub

JSON Schema

xero-employeetax-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmployeeTax",
  "title": "EmployeeTax",
  "type": "object",
  "properties": {
    "irdNumber": {
      "description": "The IRD Number.",
      "type": "string",
      "example": 111111111
    },
    "taxCode": {
      "$ref": "#/components/schemas/TaxCode"
    },
    "specialTaxRatePercentage": {
      "description": "Special tax rate percentage.",
      "type": "number",
      "format": "double",
      "x-is-money": true,
      "example": 17.5
    },
    "hasSpecialStudentLoanRate": {
      "description": "Does the employee has a special student loan rate?",
      "type": "boolean",
      "example": true
    },
    "specialStudentLoanRatePercentage": {
      "description": "The employee student loan rate percentage.",
      "type": "number",
      "format": "double",
      "x-is-money": true,
      "example": 2.0
    },
    "isEligibleForKiwiSaver": {
      "description": "The employee eligibility for KiwiSaver.",
      "type": "boolean",
      "example": true
    },
    "esctRatePercentage": {
      "description": "Employer superannuation contribution tax rate.",
      "type": "number",
      "format": "double",
      "x-is-money": true,
      "example": 1.0
    },
    "kiwiSaverContributions": {
      "description": "Contribution Option which can be 'MakeContributions' 'OptOut', 'OnAContributionsHoliday', 'OnASavingsSuspension', 'NotCurrentlyAKiwiSaverMember' for employees without a KiwiSaver membership",
      "type": "string",
      "example": "MakeContributions",
      "enum": [
        "MakeContributions",
        "OptOut",
        "OnAContributionsHoliday",
        "OnASavingsSuspension",
        "NotCurrentlyAKiwiSaverMember"
      ]
    },
    "kiwiSaverEmployeeContributionRatePercentage": {
      "description": "Employee Contribution percentage.",
      "type": "number",
      "format": "double",
      "x-is-money": true,
      "example": 4.0
    },
    "kiwiSaverEmployerContributionRatePercentage": {
      "description": "Employer Contribution percentage.",
      "type": "number",
      "format": "double",
      "x-is-money": true,
      "example": 10.0
    },
    "kiwiSaverEmployerSalarySacrificeContributionRatePercentage": {
      "description": "Employer Contribution through Salary Sacrifice percentage.",
      "type": "number",
      "format": "double",
      "x-is-money": true,
      "example": 2.0
    },
    "kiwiSaverOptOutDate": {
      "description": "Opt Out Date.",
      "type": "string",
      "format": "date",
      "x-is-date": true,
      "example": "2020-06-01 00:00:00"
    },
    "kiwiSaverContributionHolidayEndDate": {
      "description": "Contribution holiday expiry date or end date.",
      "type": "string",
      "format": "date",
      "x-is-date": true,
      "example": "2019-06-01 00:00:00"
    },
    "hasStudentLoanBalance": {
      "description": "Does the employee have a remaining student loan balance? Set a remaining balance if you have received a letter from IR.",
      "type": "boolean",
      "example": false
    },
    "studentLoanBalance": {
      "description": "The employee's student loan balance shown on the letter from IR.",
      "type": "number",
      "format": "double",
      "x-is-money": true,
      "example": 30.0
    },
    "studentLoanAsAt": {
      "description": "The date of the letter from IR.",
      "type": "string",
      "format": "date",
      "x-is-date": true,
      "example": "2020-07-01 00:00:00"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/xero-employeetax"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.