API Docs / Schemas / SaveMtdPensionsReliefsRequest

SaveMtdPensionsReliefsRequest

Saves the year's pension contribution reliefs at HMRC — a full replacement of all five figures,
so send every one that should stand.

Properties

Name Type Description
regularPensionContributionsnumber

Regular pension contributions paid.

Regular pension contributions paid.

oneOffPensionContributionsPaidnumber

One-off pension contributions paid.

One-off pension contributions paid.

retirementAnnuityPaymentsnumber

Retirement annuity payments.

Retirement annuity payments.

paymentToEmployersSchemeNoTaxReliefnumber

Payments to an employer's scheme not deducted before tax.

Payments to an employer's scheme not deducted before tax.

overseasPensionSchemeContributionsnumber

Contributions to overseas pension schemes.

Contributions to overseas pension schemes.

JSON Example

{
  "regularPensionContributions": 0,
  "oneOffPensionContributionsPaid": 0,
  "retirementAnnuityPayments": 0,
  "paymentToEmployersSchemeNoTaxRelief": 0,
  "overseasPensionSchemeContributions": 0
}

Used By Operations