Documentation
The Framework for disclosure in Public Private Partnerships requires disclosure of instances of performance failures during the the life of a contract, along with the penalties or abatements defined, imposed and paid in relation to each category of performance failures.
Example
The performance failures reported for one category during one period:
{
"contracts": [
{
"id": "1",
"awardID": "1",
"implementation": {
"performanceFailures": [
{
"id": "1",
"period": {
"startDate": "2016-01-01T00:00:00Z",
"endDate": "2016-12-31T23:59:59Z"
},
"category": "Daily average journey time exceeds 10 minutes",
"events": 73,
"penaltyContracted": "If the daily average journey time exceeds 10 minutes on more than 52 days per calendar year the project company will be subject to a penalty charge equal to (days - 52) * avgToll. Where days is the total number of days where the average journey time exceeded 10 minutes and avgToll is the average daily toll revenue to the project company over the calendar year in which the failures occurred.",
"penaltyImposed": "A penalty of £3,360,000 was imposed",
"penaltyPaid": true
}
]
}
}
]
}
Issues
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
Changelog
2020-04-24
- Add
minProperties,minItemsand/orminLengthproperties.
2019-03-20
- Add
"minLength": 1on required string fields. - Make
PerformanceFailure.periodnon-nullable (undo earlier change), given that it refers to thePeriodobject.
2018-05-08
- Make
PerformanceFailure.idrequired to support revision tracking and list merging
2018-01-29
- Make
PerformanceFailure.periodnullable.