Combined return
This example shows how Secondary Pensions, Economic Statistics, ETI and Contributions data can be combined into a single return.
{
"$schema": "https://spcm.gov.gg/schemas/0.3/message.schema.json",
"spcmMessageVersion": "0.3",
"effective": "2023-01-24T10:33:05Z",
"senderEmail": "joseph@acme.gg",
"senderName": "Joseph Administrator",
"softwareAgent": "JSON Editor",
"type": "Revenue_EmployerReturn",
"test": true,
"purposes": [
"SecondaryPensions",
"EconomicStatistics",
"ETI",
"SSContributions"
],
"coverage": [
{
"frequency": "Monthly",
"year": 2023,
"period": 1
}
],
"pensionSchemes": [
{
"id": "A1",
"providerCountry": "GG",
"countryProviderRef": "123456",
"providerName": "Acme Pensions",
"name": "Acme Gold Scheme",
"taxRef": "9R123456",
"type": "DefinedContribution"
}
],
"employers": [
{
"id": "123",
"name": "Acme Ltd",
"socialSecurityNo": "987654",
"employees": [
{
"id": "456",
"dateOfBirth": "2000-01-01",
"socialSecurityNo": "GY123123",
"firstName": "Joe",
"lastName": "Bloggs",
"fullTimeEducation": false,
"islandOfResidence": "Guernsey",
"secondaryPensionsOptedOutUntil": null,
"purposes": [
"SecondaryPensions",
"EconomicStatistics",
"ETI",
"SSContributions"
],
"pay": [
{
"frequency": "Monthly",
"year": 2023,
"period": 1,
"earnings": 2345.00,
"pensionSchemeId": "A1",
"pensionEmployerAmount": 54.32,
"pensionEmployeeRegularAmount": 23.00,
"pensionEmployeeAdditionalAmount": 5.00,
"hoursWorked": 135.00,
"occupationCode": "3536",
"employeeSSContributions": 234.44,
"employerSSContributions": 123.00,
"taxEarnings": 2345.00,
"taxSuperannuation": 28.00,
"taxCoding": 234,
"taxDirection": 2,
"taxDirectionDeduction": 22.22,
"taxDeduction": 444.44,
"taxRefund": 4.44
}
]
}
]
}
]
}