Documentation
Implementa campos y código que son específicos de la legislación europea.
Para obtener una guía completa sobre el cumplimiento de los requisitos de divulgación de la legislación europea, consulte OCDS para Unión Europea.
Guía
Si los artículos tienen como máximo una dirección de entrega, utilice Ubicación extensión en su lugar (ver discusión).
Contexto Legal
En la Unión Europea, los campos de esta extensión corresponden a eForms BT-99 (Review Deadline Description), BT-163 (Concession Value Description), BT-109 (Framework Duration Justification), BT-505 (Organisation Internet Address), BT-508 (Buyer Profile URL) and BG-708 (Place of Performance). Ver OCDS para la Unión Europea para las correspondencias a Tenders Electronic Daily (TED).
Ejemplo
{
"parties": [
{
"details": {
"url": "https://www.manchester.ac.uk/",
"buyerProfile": "https://in-tendhost.co.uk/universityofmanchester/aspx/Home"
}
},
{
"name": "Royal Tax Office",
"id": "08797655",
"contactPoint": {
"name": "Crown Commercial Service",
"email": "info@crowncommercial.gov.uk",
"url": "https://www.gov.uk/government/publications/procurement-policy-note-0314-promoting-tax-compliance"
},
"roles": [
"informationService"
]
}
],
"tender": {
"reviewDetails": "NHS Wales Shared Services Partnership on behalf of Cardiff and Vale University Local Health Board will allow a minimum 10 calendar day standstill period between notifying the award decision and awarding the contract.",
"valueCalculationMethod": "Income from the sales of tickets over the duration of the contract minus the fees paid to the procuring entity.",
"items": [
{
"id": "item-1",
"description": "Printer ink cartridges",
"classification": {
"scheme": "CPV",
"id": "45233130.0",
"description": "Office supplies",
"uri": "http://cpv.data.ac.uk/code-45233130"
},
"deliveryAddresses": [
{
"streetAddress": "4, North London Business Park, Oakleigh Rd S",
"locality": "London",
"region": "London",
"postalCode": "N11 1NP",
"countryName": "United Kingdom"
}
]
}
],
"legislativeReferences": [
{
"title": "Direct taxation in the EU",
"url": "https://eur-lex.europa.eu/summary/chapter/2101.html",
"informationService": {
"name": "Royal Tax Office",
"id": "08797655"
}
}
],
"lots": [
{
"id": "lot-1",
"awardPeriod": {
"durationInDays": 30,
"startDate": "2020-11-06T00:00:00Z",
"endDate": "2020-12-06T00:00:00Z"
}
}
],
"milestones": [
{
"id": "1",
"type": "securityClearanceDeadline",
"dueDate": "2020-11-19T00:00:00Z"
}
]
},
"awards": [
{
"id": "award-1",
"valueCalculationMethod": "The awarded value takes into account the growing revenue expected from fees and the value of the equipment provided by the contracting authority."
}
],
"contracts": [
{
"id": "contract-1",
"periodRationale": "The duration of the contract has been extended to anticipate the exceptional snowfall expected in January.",
"publicPassengerTransportServicesKilometers": 765,
"awardID": "award-1"
}
]
}
Issues
Reporte issues para esta extensión en el repositorio de extensiones ocds, poniendo el nombre de la extensión en el título del issue.
Registro de cambios
2022-05-27
- Move
Lot.minimumValue
to the Lots extension asLot.minValue
.
2021-01-19
- Establecer el tipo de objeto de
informationService
aOrganizationReference
. - Agregar el código 'informationService' a la lista de códigos
+ partyRole.csv
.
2020-10-06
- Agrega el campo
awardPeriod
al objetoLot
.
2020-10-05
- Agrega el campo
minimumValue
al objetoLot
.
2020-07-13
- Agregue el código 'securityClearanceDeadline' a la lista de códigos
+ milestoneType.csv
.
2020-04-29
- Agrega el campo
deliveryAddresses
al objetoItem
.
2020-04-24
- Agregar las propiedades
minProperties
,minItems
y/ominLength
.
Esta extensión se discutió originalmente como parte del [OCDS para el perfil de la UE] (https://github.com/open-contracting-extensions/european-union/issues), en este issue y en pull requests.