Skip to content

Commit

Permalink
feat: explain how application fees are calculated in PlanXMetadata (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Mar 12, 2024
1 parent 3c0f977 commit 425f83b
Show file tree
Hide file tree
Showing 10 changed files with 331 additions and 41 deletions.
40 changes: 33 additions & 7 deletions examples/data/ldcE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ export const validLDCE: Schema = {
description: 'Lawful Development Certificate - Existing use',
},
fee: {
calculated: 206,
payable: 206,
calculated: 258,
payable: 258,
exemption: {
disability: true,
resubmission: true,
disability: false,
resubmission: false,
},
reduction: {
sports: true,
parishCouncil: true,
alternative: true,
sports: false,
parishCouncil: false,
alternative: false,
},
reference: {
govPay: 'sandbox-ref-123',
Expand Down Expand Up @@ -1276,6 +1276,32 @@ export const validLDCE: Schema = {
],
optional: [],
},
fee: {
calculated: [
{
description:
'The planning fee for an application for a Certificate of Lawfulness relating to existing alterations or extensions of a single home is £258.',
policyRefs: [
{
text: 'UK Stuatory Instruments 2023 No. 1197',
url: 'https://www.legislation.gov.uk/uksi/2023/1197/made',
},
],
},
],
payable: [
{
description:
'The planning fee for an application for a Certificate of Lawfulness relating to existing alterations or extensions of a single home is £258.',
policyRefs: [
{
text: 'UK Stuatory Instruments 2023 No. 1197',
url: 'https://www.legislation.gov.uk/uksi/2023/1197/made',
},
],
},
],
},
},
submittedAt: '2023-10-02t00:00:00z',
schema: `https://theopensystemslab.github.io/digital-planning-data-schemas/${version}/schema.json`,
Expand Down
38 changes: 37 additions & 1 deletion examples/data/ldcP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const validLDCP: Schema = {
description: 'Lawful Development Certificate - Proposed use',
},
fee: {
calculated: 103,
calculated: 129,
payable: 0,
exemption: {
disability: true,
Expand Down Expand Up @@ -877,6 +877,42 @@ export const validLDCP: Schema = {
recommended: [],
optional: [],
},
fee: {
calculated: [
{
description:
'The plannning fee for an application for a Certificate of Lawfulness relating to the proposed alteration or extension of a single home is £129',
policyRefs: [
{
text: 'UK Stuatory Instruments 2023 No. 1197',
url: 'https://www.legislation.gov.uk/uksi/2023/1197/made',
},
],
},
],
payable: [
{
description:
'If the proposed works (to either a home or within the curtilage of a home) is for the sole purpose of - providing either a means of access to (or within) the dwellinghouse for a disabled resident (current or future); providing facilities that are designed to ensure the disabled persons safety, health or comfort; or providing disabled access to a public building - then no planning fee will be payable for this application.',
policyRefs: [
{
text: 'UK Statutory Instruments 2012 No. 2920 Regulation 4',
url: 'https://www.legislation.gov.uk/uksi/2012/2920/regulation/4/made',
},
],
},
{
description:
'In the case of an application that is the first resubmission of an application on the same site that is similar in character and description, no planning fee is payable.',
policyRefs: [
{
text: 'UK Statutory Instruments 2012 No. 2920 Regulation 8',
url: 'https://www.legislation.gov.uk/uksi/2012/2920/regulation/8/made',
},
],
},
],
},
},
submittedAt: '2023-10-02T00:00:00+01:00',
schema: `https://theopensystemslab.github.io/digital-planning-data-schemas/${version}/schema.json`,
Expand Down
40 changes: 33 additions & 7 deletions examples/data/planningPermission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ export const validPlanningPermission: Schema = {
description: 'Planning Permission - Full householder',
},
fee: {
calculated: 206,
payable: 206,
calculated: 258,
payable: 258,
exemption: {
disability: true,
resubmission: true,
disability: false,
resubmission: false,
},
reduction: {
sports: true,
parishCouncil: true,
alternative: true,
sports: false,
parishCouncil: false,
alternative: false,
},
reference: {
govPay: 'sandbox-ref-456',
Expand Down Expand Up @@ -1296,6 +1296,32 @@ export const validPlanningPermission: Schema = {
],
optional: [],
},
fee: {
calculated: [
{
description:
'The fee to apply for planning permission to alter or extend a single home is £258.',
policyRefs: [
{
text: 'UK Stuatory Instruments 2023 No. 1197',
url: 'https://www.legislation.gov.uk/uksi/2023/1197/made',
},
],
},
],
payable: [
{
description:
'The fee to apply for planning permission to alter or extend a single home is £258.',
policyRefs: [
{
text: 'UK Stuatory Instruments 2023 No. 1197',
url: 'https://www.legislation.gov.uk/uksi/2023/1197/made',
},
],
},
],
},
},
submittedAt: '2023-10-02T00:00:00.00Z',
schema: `https://theopensystemslab.github.io/digital-planning-data-schemas/${version}/schema.json`,
Expand Down
30 changes: 26 additions & 4 deletions examples/data/priorApproval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export const validPriorApproval: Schema = {
description: 'Prior Approval - Install or change solar panels',
},
fee: {
calculated: 96,
payable: 96,
calculated: 120,
payable: 120,
exemption: {
disability: true,
resubmission: true,
disability: false,
resubmission: false,
},
reduction: {
sports: false,
Expand Down Expand Up @@ -804,6 +804,28 @@ export const validPriorApproval: Schema = {
],
optional: [],
},
fee: {
calculated: [
{
policyRefs: [
{
text: 'The Town and Country Planning (Fees for Applications, Deemed Applications, Requests and Site Visits) (England) (Amendment) Regulations 2023',
url: 'https://www.legislation.gov.uk/uksi/2023/1197/made',
},
],
},
],
payable: [
{
policyRefs: [
{
text: 'The Town and Country Planning (Fees for Applications, Deemed Applications, Requests and Site Visits) (England) (Amendment) Regulations 2023',
url: 'https://www.legislation.gov.uk/uksi/2023/1197/made',
},
],
},
],
},
},
submittedAt: '2023-10-02T00:00:00Z',
schema: `https://theopensystemslab.github.io/digital-planning-data-schemas/${version}/schema.json`,
Expand Down
38 changes: 31 additions & 7 deletions examples/validLawfulDevelopmentCertificateExisting.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"description": "Lawful Development Certificate - Existing use"
},
"fee": {
"calculated": 206,
"payable": 206,
"calculated": 258,
"payable": 258,
"exemption": {
"disability": true,
"resubmission": true
"disability": false,
"resubmission": false
},
"reduction": {
"sports": true,
"parishCouncil": true,
"alternative": true
"sports": false,
"parishCouncil": false,
"alternative": false
},
"reference": {
"govPay": "sandbox-ref-123"
Expand Down Expand Up @@ -1895,6 +1895,30 @@
}
],
"optional": []
},
"fee": {
"calculated": [
{
"description": "The planning fee for an application for a Certificate of Lawfulness relating to existing alterations or extensions of a single home is £258.",
"policyRefs": [
{
"text": "UK Stuatory Instruments 2023 No. 1197",
"url": "https://www.legislation.gov.uk/uksi/2023/1197/made"
}
]
}
],
"payable": [
{
"description": "The planning fee for an application for a Certificate of Lawfulness relating to existing alterations or extensions of a single home is £258.",
"policyRefs": [
{
"text": "UK Stuatory Instruments 2023 No. 1197",
"url": "https://www.legislation.gov.uk/uksi/2023/1197/made"
}
]
}
]
}
},
"submittedAt": "2023-10-02t00:00:00z",
Expand Down
35 changes: 34 additions & 1 deletion examples/validLawfulDevelopmentCertificateProposed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Lawful Development Certificate - Proposed use"
},
"fee": {
"calculated": 103,
"calculated": 129,
"payable": 0,
"exemption": {
"disability": true,
Expand Down Expand Up @@ -1254,6 +1254,39 @@
],
"recommended": [],
"optional": []
},
"fee": {
"calculated": [
{
"description": "The plannning fee for an application for a Certificate of Lawfulness relating to the proposed alteration or extension of a single home is £129",
"policyRefs": [
{
"text": "UK Stuatory Instruments 2023 No. 1197",
"url": "https://www.legislation.gov.uk/uksi/2023/1197/made"
}
]
}
],
"payable": [
{
"description": "If the proposed works (to either a home or within the curtilage of a home) is for the sole purpose of - providing either a means of access to (or within) the dwellinghouse for a disabled resident (current or future); providing facilities that are designed to ensure the disabled persons safety, health or comfort; or providing disabled access to a public building - then no planning fee will be payable for this application.",
"policyRefs": [
{
"text": "UK Statutory Instruments 2012 No. 2920 Regulation 4",
"url": "https://www.legislation.gov.uk/uksi/2012/2920/regulation/4/made"
}
]
},
{
"description": "In the case of an application that is the first resubmission of an application on the same site that is similar in character and description, no planning fee is payable.",
"policyRefs": [
{
"text": "UK Statutory Instruments 2012 No. 2920 Regulation 8",
"url": "https://www.legislation.gov.uk/uksi/2012/2920/regulation/8/made"
}
]
}
]
}
},
"submittedAt": "2023-10-02T00:00:00+01:00",
Expand Down
38 changes: 31 additions & 7 deletions examples/validPlanningPermission.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"description": "Planning Permission - Full householder"
},
"fee": {
"calculated": 206,
"payable": 206,
"calculated": 258,
"payable": 258,
"exemption": {
"disability": true,
"resubmission": true
"disability": false,
"resubmission": false
},
"reduction": {
"sports": true,
"parishCouncil": true,
"alternative": true
"sports": false,
"parishCouncil": false,
"alternative": false
},
"reference": {
"govPay": "sandbox-ref-456"
Expand Down Expand Up @@ -1804,6 +1804,30 @@
}
],
"optional": []
},
"fee": {
"calculated": [
{
"description": "The fee to apply for planning permission to alter or extend a single home is £258.",
"policyRefs": [
{
"text": "UK Stuatory Instruments 2023 No. 1197",
"url": "https://www.legislation.gov.uk/uksi/2023/1197/made"
}
]
}
],
"payable": [
{
"description": "The fee to apply for planning permission to alter or extend a single home is £258.",
"policyRefs": [
{
"text": "UK Stuatory Instruments 2023 No. 1197",
"url": "https://www.legislation.gov.uk/uksi/2023/1197/made"
}
]
}
]
}
},
"submittedAt": "2023-10-02T00:00:00.00Z",
Expand Down
Loading

0 comments on commit 425f83b

Please sign in to comment.