+ + This page has moved to a /en/extensions/additionalContactPoint/master/ +
+diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..f7d7f8ac3 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +extensions.open-contracting.org diff --git a/_headers b/_headers new file mode 100644 index 000000000..5ec02f64c --- /dev/null +++ b/_headers @@ -0,0 +1,3 @@ +/* + Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https:; style-src 'self' 'unsafe-inline' https://use.fontawesome.com; img-src 'self' data: https:; font-src 'self' https://use.fontawesome.com https://use.typekit.net; object-src 'none'; worker-src 'none'; frame-ancestors 'none' + Strict-Transport-Security: max-age=31536000; includeSubDomains; preload diff --git a/en/extensions/additionalContactPoint/index.html b/en/extensions/additionalContactPoint/index.html new file mode 100644 index 000000000..1b1a8eaca --- /dev/null +++ b/en/extensions/additionalContactPoint/index.html @@ -0,0 +1,30 @@ + + +
+ + + + + ++ + This page has moved to a /en/extensions/additionalContactPoint/master/ +
++ For providing multiple contact points for an organization, or for providing the available languages of a contact point. For example, it may be used to provide a contact point for each language. +
+There are some cases where it is important to list multiple contact points for an organization, particularly in cases where each contact point deals with enquiries in particular languages only.
+This extension adds an array of additionalContactPoints
to the Organization
object, and introduces an availableLanguage
array of language codes to ContactPoint
.
When this extension is used, publishers should include a primary contact point for the contactPoint
object, on the basis that many applications will not be aware of the additionalContactPoints
array. However, if a primary contact point can't be determined, all contact points may be disclosed in the additionalContactPoints
array.
{
+ "parties": [
+ {
+ "id": "GB-LAC-E09000003",
+ "roles": [
+ "procuringEntity"
+ ],
+ "identifier": {
+ "scheme": "GB-LAC",
+ "id": "E09000003",
+ "legalName": "AnyTown Council"
+ },
+ "name": "AnyTown Council",
+ "address": {
+ "streetAddress": "4, North London Business Park, Oakleigh Rd S",
+ "locality": "London",
+ "region": "London",
+ "postalCode": "N11 1NP",
+ "countryName": "United Kingdom"
+ },
+ "contactPoint": {
+ "name": "Procurement Team",
+ "email": "procurement-team@example.com",
+ "telephone": "01234 345 346",
+ "availableLanguage": [
+ "en"
+ ]
+ },
+ "additionalContactPoints": [
+ {
+ "name": "Procurement Team (International Enquiries)",
+ "email": "procurement-team-international@example.com",
+ "telephone": "01234 345 346 Extension 123",
+ "availableLanguage": [
+ "es",
+ "fr",
+ "de"
+ ]
+ }
+ ]
+ }
+ ]
+}
+
availableLanguage
is singular, although it is an array, to align with Schema.org.
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties."uniqueItems": true
on array fields.wholeListMerge
on Organization.additionalContactPoints
ContactPoint.availableLanguage
+ For providing multiple contact points for an organization, or for providing the available languages of a contact point. For example, it may be used to provide a contact point for each language. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ additionalContactPoints
+
+ |
+ + Additional contact points + | +
+ An array of additional contact points that may be consulted for information. Additional contact points should each list the languages they operate in their name, and as structured data in the availableLanguage field. + + |
+ + array of ContactPoint objects + | +
+ The extension defines these fields in the ContactPoint
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ availableLanguage
+
+ |
+ + Available languages + | +
+ The languages the contact point operates in, using either two-letter ISO639-1, or extended BCP47 language tags. The use of lowercase two-letter codes from ISO639-1 is strongly recommended unless there is a clear user need for distinguishing the language subtype. + + |
+ + array of strings + | +
+ + This page has moved to a /en/extensions/amendment_rationale_classifications/master/ +
++ Adds a field to the amendment object to classify the rationale for the amendment. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ eu-change-corrig-justification
+
+ |
+ + EU modification justification + | +
+ The main reasons for modifying a contract within the domain of public procurement according to the legislation of the European Parliament. + +
|
+
+ Adds a field to the amendment object to classify the rationale for the amendment. +
+Adds a field to the amendment object to classify its rationale.
+In the European Union, this extension's fields correspond to eForms BT-140 (Change Reason Code) and BT-200 (Modification Reason Code). For correspondences to eForms fields, see OCDS for eForms.
+{
+ "tender": {
+ "id": "1",
+ "amendments": [
+ {
+ "rationaleClassifications": [
+ {
+ "id": "update-add",
+ "description": "Information updated",
+ "scheme": "eu-change-corrig-justification"
+ }
+ ]
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a field to the amendment object to classify the rationale for the amendment. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Amendment
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ rationaleClassifications
+
+ |
+ + Rationale classifications + | +
+ The classifications of the rationale. + + |
+ + array of Classification objects + | +
+ + This page has moved to a /en/extensions/awardCriteria/master/ +
++ Adds an award criteria array to the lot object, to break down award criteria by price, cost and quality. +
+
+ You can download the awardCriterionFixed.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ total
+
+ |
+ + Fixed (total) + | +
+ The number is the fixed price or fixed cost for the bid. For example: "The price of a bid must be $100,000." + + |
+
+
+ unit
+
+ |
+ + Fixed (per unit) + | +
+ The number is the fixed price or fixed cost for a unit. For example: "The price of each widget must be $100." + + |
+
+ You can download the awardCriterionType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ price
+
+ |
+ + Price + | +
+ The criterion concerns the acquisition price of the bid. + + |
+
+
+ cost
+
+ |
+ + Cost + | +
+ The criterion concerns any other non-price monetary attribute of the bid. + + |
+
+
+ quality
+
+ |
+ + Quality + | +
+ The criterion concerns a non-price, non-cost attribute of the bid. + + |
+
+ You can download the criterionThreshold.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ minimumScore
+
+ |
+ + Minimum score + | +
+ The number is a minimum score that bids or requests to participate need to receive for the criterion. For example: "A bid must receive 20 points or more for criterion X." + + |
+
+
+ maximumBids
+
+ |
+ + Maximum number of passing bids + | +
+ The number is the maximum number of bids or requests to participate that can pass the criterion. For example: "A bid must receive one of the highest 3 scores for criterion X." + + |
+
+ You can download the criterionWeight.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ percentageExact
+
+ |
+ + Weight (percentage, exact) + | +
+ The number is an exact percentage. The numbers must add up to 100. + + |
+
+
+ percentageRangeMiddle
+
+ |
+ + Weight (percentage, middle of a range) + | +
+ The weighting is expressed as a range of percentages. The sum of the minima must be less than or equal to 100. The sum of the maxima must be equal to or greater than 100. + + |
+
+
+ decimalExact
+
+ |
+ + Weight (decimal, exact) + | +
+ The number is an exact finite decimal proper fraction. The numbers must add up to 1. + + |
+
+
+ decimalRangeMiddle
+
+ |
+ + Weight (decimal, middle of a range) + | +
+ The weighting is expressed as a range of finite decimal proper fractions. The sum of the minima must be less than or equal to 1. The sum of the maxima must be equal to or greater than 1. + + |
+
+
+ pointsExact
+
+ |
+ + Weight (points, exact) + | +
+ The weighting is expressed as an exact number of points. + + |
+
+
+ pointsRangeMiddle
+
+ |
+ + Weight (points, middle of a range) + | +
+ The weighting is expressed as a range of numbers of points. + + |
+
+
+ order
+
+ |
+ + Order of importance + | +
+ The number indicates an order of importance. + + |
+
+ Adds an award criteria array to the lot object, to break down award criteria by price, cost and quality. +
+Adds an award criteria array to the Lot
and LotGroup
objects, to break down award criteria by price, cost and quality.
In the European Union, this extension's fields correspond to eForms BG-707 (Award Criteria).For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+Directive 2014/24/EU Article 67(5) describes weightings and orders of importance.
+The award criteria for the lot are 50% service quality and 50% price.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "awardCriteria": {
+ "criteria": [
+ {
+ "type": "quality",
+ "name": "Service quality",
+ "numbers": [
+ {
+ "number": 50,
+ "weight": "percentageExact"
+ }
+ ]
+ },
+ {
+ "type": "price",
+ "name": "Price",
+ "numbers": [
+ {
+ "number": 50,
+ "weight": "percentageExact"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
The price of the lot is fixed at $100,000, such that tenderers compete on quality only.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "awardCriteria": {
+ "criteria": [
+ {
+ "type": "price",
+ "name": "Fixed price",
+ "numbers": [
+ {
+ "number": 100000,
+ "fixed": "total"
+ },
+ {
+ "number": 0,
+ "weight": "decimalExact"
+ }
+ ]
+ },
+ {
+ "type": "quality",
+ "name": "Service quality",
+ "numbers": [
+ {
+ "number": 1,
+ "weight": "decimalExact"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
The award criteria for the lot group is 100% price.
+{
+ "tender": {
+ "lotGroups": [
+ {
+ "id": "1",
+ "awardCriteria": {
+ "criteria": [
+ {
+ "type": "price",
+ "name": "Price",
+ "numbers": [
+ {
+ "number": 100,
+ "weight": "percentageExact"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+criterionThreshold.csv
code descriptions.CriterionNumber
for reuse in other extensions.LotGroup.awardCriteria
field.minProperties
, minItems
and/or minLength
properties.This model was discussed in https://github.com/eForms/eForms/issues/119, https://github.com/eprocurementontology/eprocurementontology/issues/157 and https://github.com/eprocurementontology/eprocurementontology/issues/203. This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/443.
++ Adds an award criteria array to the lot object, to break down award criteria by price, cost and quality. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ awardCriteria
+
+ |
+ + Award criteria + | +
+ Information about the award criteria for the lot. + + |
+ + AwardCriteria object + | +
+ The extension defines these fields in the LotGroup
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ awardCriteria
+
+ |
+ + Award criteria + | +
+ Information about the award criteria for the lot. + + |
+ + AwardCriteria object + | +
+ The extension defines a new AwardCriteria
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ weightingDescription
+
+ |
+ + Complicated weighting description + | +
+ When the weighting cannot be expressed per criterion, the mathematical equation (or other description) that expresses the complicated (e.g. non-linear) weighting. + + |
+ + string + | +
+
+ orderRationale
+
+ |
+ + Justification for order of importance + | +
+ The justification for only indicating the award criteria's order of importance, not their weighting. + + |
+ + string + | +
+
+ criteria
+
+ |
+ + Award criteria + | +
+ The award criteria. + + |
+ + array of AwardCriterion objects + | +
+ The extension defines a new AwardCriterion
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Type + | +
+ The aspect of the bid that the criterion concerns. + + |
+ + string from open awardCriterionType codelist + | +
+
+ name
+
+ |
+ + Name + | +
+ The name of the criterion. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ The description of the criterion. + + |
+ + string + | +
+
+ numbers
+
+ |
+ + Numbers + | +
+ Numbers linked to the criterion. + + |
+ + array of CriterionNumber objects + | +
+ The extension defines a new CriterionNumber
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ number
+
+ |
+ + Number + | +
+ The number. + + |
+ + number + | +
+
+ weight
+
+ |
+ + Weight + | +
+ Whether the number is a type of weight. + + |
+ + string from closed criterionWeight codelist + | +
+
+ fixed
+
+ |
+ + Fixed + | +
+ Whether the number is a fixed value. + + |
+ + string from closed awardCriterionFixed codelist + | +
+
+ threshold
+
+ |
+ + Threshold + | +
+ Whether the number is a type of threshold. + + |
+ + string from closed criterionThreshold codelist + | +
+ + This page has moved to a /en/extensions/beneficialOwners/master/ +
++ Adds a beneficialOwners array to the organization object to indicate the beneficial owners of an organization. +
+
+ You can download the country.csv
file in English.
+
+ Code + | ++ Title + | +
---|---|
+
+ AD
+
+ |
+ + Andorra + | +
+
+ AE
+
+ |
+ + United Arab Emirates + | +
+
+ AF
+
+ |
+ + Afghanistan + | +
+
+ AG
+
+ |
+ + Antigua and Barbuda + | +
+
+ AI
+
+ |
+ + Anguilla + | +
+
+ AL
+
+ |
+ + Albania + | +
+
+ AM
+
+ |
+ + Armenia + | +
+
+ AO
+
+ |
+ + Angola + | +
+
+ AQ
+
+ |
+ + Antarctica + | +
+
+ AR
+
+ |
+ + Argentina + | +
+
+ AS
+
+ |
+ + American Samoa + | +
+
+ AT
+
+ |
+ + Austria + | +
+
+ AU
+
+ |
+ + Australia + | +
+
+ AW
+
+ |
+ + Aruba + | +
+
+ AX
+
+ |
+ + Åland Islands + | +
+
+ AZ
+
+ |
+ + Azerbaijan + | +
+
+ BA
+
+ |
+ + Bosnia and Herzegovina + | +
+
+ BB
+
+ |
+ + Barbados + | +
+
+ BD
+
+ |
+ + Bangladesh + | +
+
+ BE
+
+ |
+ + Belgium + | +
+
+ BF
+
+ |
+ + Burkina Faso + | +
+
+ BG
+
+ |
+ + Bulgaria + | +
+
+ BH
+
+ |
+ + Bahrain + | +
+
+ BI
+
+ |
+ + Burundi + | +
+
+ BJ
+
+ |
+ + Benin + | +
+
+ BL
+
+ |
+ + Saint Barthélemy + | +
+
+ BM
+
+ |
+ + Bermuda + | +
+
+ BN
+
+ |
+ + Brunei Darussalam + | +
+
+ BO
+
+ |
+ + Bolivia (Plurinational State of) + | +
+
+ BQ
+
+ |
+ + Bonaire, Sint Eustatius and Saba + | +
+
+ BR
+
+ |
+ + Brazil + | +
+
+ BS
+
+ |
+ + Bahamas + | +
+
+ BT
+
+ |
+ + Bhutan + | +
+
+ BV
+
+ |
+ + Bouvet Island + | +
+
+ BW
+
+ |
+ + Botswana + | +
+
+ BY
+
+ |
+ + Belarus + | +
+
+ BZ
+
+ |
+ + Belize + | +
+
+ CA
+
+ |
+ + Canada + | +
+
+ CC
+
+ |
+ + Cocos (Keeling) Islands + | +
+
+ CD
+
+ |
+ + Congo (the Democratic Republic of the) + | +
+
+ CF
+
+ |
+ + Central African Republic + | +
+
+ CG
+
+ |
+ + Congo + | +
+
+ CH
+
+ |
+ + Switzerland + | +
+
+ CI
+
+ |
+ + Côte d'Ivoire + | +
+
+ CK
+
+ |
+ + Cook Islands + | +
+
+ CL
+
+ |
+ + Chile + | +
+
+ CM
+
+ |
+ + Cameroon + | +
+
+ CN
+
+ |
+ + China + | +
+
+ CO
+
+ |
+ + Colombia + | +
+
+ CR
+
+ |
+ + Costa Rica + | +
+
+ CU
+
+ |
+ + Cuba + | +
+
+ CV
+
+ |
+ + Cabo Verde + | +
+
+ CW
+
+ |
+ + Curaçao + | +
+
+ CX
+
+ |
+ + Christmas Island + | +
+
+ CY
+
+ |
+ + Cyprus + | +
+
+ CZ
+
+ |
+ + Czechia + | +
+
+ DE
+
+ |
+ + Germany + | +
+
+ DJ
+
+ |
+ + Djibouti + | +
+
+ DK
+
+ |
+ + Denmark + | +
+
+ DM
+
+ |
+ + Dominica + | +
+
+ DO
+
+ |
+ + Dominican Republic + | +
+
+ DZ
+
+ |
+ + Algeria + | +
+
+ EC
+
+ |
+ + Ecuador + | +
+
+ EE
+
+ |
+ + Estonia + | +
+
+ EG
+
+ |
+ + Egypt + | +
+
+ EH
+
+ |
+ + Western Sahara + | +
+
+ ER
+
+ |
+ + Eritrea + | +
+
+ ES
+
+ |
+ + Spain + | +
+
+ ET
+
+ |
+ + Ethiopia + | +
+
+ FI
+
+ |
+ + Finland + | +
+
+ FJ
+
+ |
+ + Fiji + | +
+
+ FK
+
+ |
+ + Falkland Islands [Malvinas] + | +
+
+ FM
+
+ |
+ + Micronesia (Federated States of) + | +
+
+ FO
+
+ |
+ + Faroe Islands + | +
+
+ FR
+
+ |
+ + France + | +
+
+ GA
+
+ |
+ + Gabon + | +
+
+ GB
+
+ |
+ + United Kingdom of Great Britain and Northern Ireland + | +
+
+ GD
+
+ |
+ + Grenada + | +
+
+ GE
+
+ |
+ + Georgia + | +
+
+ GF
+
+ |
+ + French Guiana + | +
+
+ GG
+
+ |
+ + Guernsey + | +
+
+ GH
+
+ |
+ + Ghana + | +
+
+ GI
+
+ |
+ + Gibraltar + | +
+
+ GL
+
+ |
+ + Greenland + | +
+
+ GM
+
+ |
+ + Gambia + | +
+
+ GN
+
+ |
+ + Guinea + | +
+
+ GP
+
+ |
+ + Guadeloupe + | +
+
+ GQ
+
+ |
+ + Equatorial Guinea + | +
+
+ GR
+
+ |
+ + Greece + | +
+
+ GS
+
+ |
+ + South Georgia and the South Sandwich Islands + | +
+
+ GT
+
+ |
+ + Guatemala + | +
+
+ GU
+
+ |
+ + Guam + | +
+
+ GW
+
+ |
+ + Guinea-Bissau + | +
+
+ GY
+
+ |
+ + Guyana + | +
+
+ HK
+
+ |
+ + Hong Kong + | +
+
+ HM
+
+ |
+ + Heard Island and McDonald Islands + | +
+
+ HN
+
+ |
+ + Honduras + | +
+
+ HR
+
+ |
+ + Croatia + | +
+
+ HT
+
+ |
+ + Haiti + | +
+
+ HU
+
+ |
+ + Hungary + | +
+
+ ID
+
+ |
+ + Indonesia + | +
+
+ IE
+
+ |
+ + Ireland + | +
+
+ IL
+
+ |
+ + Israel + | +
+
+ IM
+
+ |
+ + Isle of Man + | +
+
+ IN
+
+ |
+ + India + | +
+
+ IO
+
+ |
+ + British Indian Ocean Territory + | +
+
+ IQ
+
+ |
+ + Iraq + | +
+
+ IR
+
+ |
+ + Iran (Islamic Republic of) + | +
+
+ IS
+
+ |
+ + Iceland + | +
+
+ IT
+
+ |
+ + Italy + | +
+
+ JE
+
+ |
+ + Jersey + | +
+
+ JM
+
+ |
+ + Jamaica + | +
+
+ JO
+
+ |
+ + Jordan + | +
+
+ JP
+
+ |
+ + Japan + | +
+
+ KE
+
+ |
+ + Kenya + | +
+
+ KG
+
+ |
+ + Kyrgyzstan + | +
+
+ KH
+
+ |
+ + Cambodia + | +
+
+ KI
+
+ |
+ + Kiribati + | +
+
+ KM
+
+ |
+ + Comoros + | +
+
+ KN
+
+ |
+ + Saint Kitts and Nevis + | +
+
+ KP
+
+ |
+ + Korea (the Democratic People's Republic of) + | +
+
+ KR
+
+ |
+ + Korea (the Republic of) + | +
+
+ KW
+
+ |
+ + Kuwait + | +
+
+ KY
+
+ |
+ + Cayman Islands + | +
+
+ KZ
+
+ |
+ + Kazakhstan + | +
+
+ LA
+
+ |
+ + Lao People's Democratic Republic + | +
+
+ LB
+
+ |
+ + Lebanon + | +
+
+ LC
+
+ |
+ + Saint Lucia + | +
+
+ LI
+
+ |
+ + Liechtenstein + | +
+
+ LK
+
+ |
+ + Sri Lanka + | +
+
+ LR
+
+ |
+ + Liberia + | +
+
+ LS
+
+ |
+ + Lesotho + | +
+
+ LT
+
+ |
+ + Lithuania + | +
+
+ LU
+
+ |
+ + Luxembourg + | +
+
+ LV
+
+ |
+ + Latvia + | +
+
+ LY
+
+ |
+ + Libya + | +
+
+ MA
+
+ |
+ + Morocco + | +
+
+ MC
+
+ |
+ + Monaco + | +
+
+ MD
+
+ |
+ + Moldova (the Republic of) + | +
+
+ ME
+
+ |
+ + Montenegro + | +
+
+ MF
+
+ |
+ + Saint Martin (French part) + | +
+
+ MG
+
+ |
+ + Madagascar + | +
+
+ MH
+
+ |
+ + Marshall Islands + | +
+
+ MK
+
+ |
+ + North Macedonia + | +
+
+ ML
+
+ |
+ + Mali + | +
+
+ MM
+
+ |
+ + Myanmar + | +
+
+ MN
+
+ |
+ + Mongolia + | +
+
+ MO
+
+ |
+ + Macao + | +
+
+ MP
+
+ |
+ + Northern Mariana Islands + | +
+
+ MQ
+
+ |
+ + Martinique + | +
+
+ MR
+
+ |
+ + Mauritania + | +
+
+ MS
+
+ |
+ + Montserrat + | +
+
+ MT
+
+ |
+ + Malta + | +
+
+ MU
+
+ |
+ + Mauritius + | +
+
+ MV
+
+ |
+ + Maldives + | +
+
+ MW
+
+ |
+ + Malawi + | +
+
+ MX
+
+ |
+ + Mexico + | +
+
+ MY
+
+ |
+ + Malaysia + | +
+
+ MZ
+
+ |
+ + Mozambique + | +
+
+ NA
+
+ |
+ + Namibia + | +
+
+ NC
+
+ |
+ + New Caledonia + | +
+
+ NE
+
+ |
+ + Niger + | +
+
+ NF
+
+ |
+ + Norfolk Island + | +
+
+ NG
+
+ |
+ + Nigeria + | +
+
+ NI
+
+ |
+ + Nicaragua + | +
+
+ NL
+
+ |
+ + Netherlands + | +
+
+ NO
+
+ |
+ + Norway + | +
+
+ NP
+
+ |
+ + Nepal + | +
+
+ NR
+
+ |
+ + Nauru + | +
+
+ NU
+
+ |
+ + Niue + | +
+
+ NZ
+
+ |
+ + New Zealand + | +
+
+ OM
+
+ |
+ + Oman + | +
+
+ PA
+
+ |
+ + Panama + | +
+
+ PE
+
+ |
+ + Peru + | +
+
+ PF
+
+ |
+ + French Polynesia + | +
+
+ PG
+
+ |
+ + Papua New Guinea + | +
+
+ PH
+
+ |
+ + Philippines + | +
+
+ PK
+
+ |
+ + Pakistan + | +
+
+ PL
+
+ |
+ + Poland + | +
+
+ PM
+
+ |
+ + Saint Pierre and Miquelon + | +
+
+ PN
+
+ |
+ + Pitcairn + | +
+
+ PR
+
+ |
+ + Puerto Rico + | +
+
+ PS
+
+ |
+ + Palestine, State of + | +
+
+ PT
+
+ |
+ + Portugal + | +
+
+ PW
+
+ |
+ + Palau + | +
+
+ PY
+
+ |
+ + Paraguay + | +
+
+ QA
+
+ |
+ + Qatar + | +
+
+ RE
+
+ |
+ + Réunion + | +
+
+ RO
+
+ |
+ + Romania + | +
+
+ RS
+
+ |
+ + Serbia + | +
+
+ RU
+
+ |
+ + Russian Federation + | +
+
+ RW
+
+ |
+ + Rwanda + | +
+
+ SA
+
+ |
+ + Saudi Arabia + | +
+
+ SB
+
+ |
+ + Solomon Islands + | +
+
+ SC
+
+ |
+ + Seychelles + | +
+
+ SD
+
+ |
+ + Sudan + | +
+
+ SE
+
+ |
+ + Sweden + | +
+
+ SG
+
+ |
+ + Singapore + | +
+
+ SH
+
+ |
+ + Saint Helena, Ascension and Tristan da Cunha + | +
+
+ SI
+
+ |
+ + Slovenia + | +
+
+ SJ
+
+ |
+ + Svalbard and Jan Mayen + | +
+
+ SK
+
+ |
+ + Slovakia + | +
+
+ SL
+
+ |
+ + Sierra Leone + | +
+
+ SM
+
+ |
+ + San Marino + | +
+
+ SN
+
+ |
+ + Senegal + | +
+
+ SO
+
+ |
+ + Somalia + | +
+
+ SR
+
+ |
+ + Suriname + | +
+
+ SS
+
+ |
+ + South Sudan + | +
+
+ ST
+
+ |
+ + Sao Tome and Principe + | +
+
+ SV
+
+ |
+ + El Salvador + | +
+
+ SX
+
+ |
+ + Sint Maarten (Dutch part) + | +
+
+ SY
+
+ |
+ + Syrian Arab Republic + | +
+
+ SZ
+
+ |
+ + Eswatini + | +
+
+ TC
+
+ |
+ + Turks and Caicos Islands + | +
+
+ TD
+
+ |
+ + Chad + | +
+
+ TF
+
+ |
+ + French Southern Territories + | +
+
+ TG
+
+ |
+ + Togo + | +
+
+ TH
+
+ |
+ + Thailand + | +
+
+ TJ
+
+ |
+ + Tajikistan + | +
+
+ TK
+
+ |
+ + Tokelau + | +
+
+ TL
+
+ |
+ + Timor-Leste + | +
+
+ TM
+
+ |
+ + Turkmenistan + | +
+
+ TN
+
+ |
+ + Tunisia + | +
+
+ TO
+
+ |
+ + Tonga + | +
+
+ TR
+
+ |
+ + Turkey + | +
+
+ TT
+
+ |
+ + Trinidad and Tobago + | +
+
+ TV
+
+ |
+ + Tuvalu + | +
+
+ TW
+
+ |
+ + Taiwan (Province of China) + | +
+
+ TZ
+
+ |
+ + Tanzania, the United Republic of + | +
+
+ UA
+
+ |
+ + Ukraine + | +
+
+ UG
+
+ |
+ + Uganda + | +
+
+ UM
+
+ |
+ + United States Minor Outlying Islands + | +
+
+ US
+
+ |
+ + United States of America + | +
+
+ UY
+
+ |
+ + Uruguay + | +
+
+ UZ
+
+ |
+ + Uzbekistan + | +
+
+ VA
+
+ |
+ + Holy See + | +
+
+ VC
+
+ |
+ + Saint Vincent and the Grenadines + | +
+
+ VE
+
+ |
+ + Venezuela (Bolivarian Republic of) + | +
+
+ VG
+
+ |
+ + Virgin Islands (British) + | +
+
+ VI
+
+ |
+ + Virgin Islands (U.S.) + | +
+
+ VN
+
+ |
+ + Viet Nam + | +
+
+ VU
+
+ |
+ + Vanuatu + | +
+
+ WF
+
+ |
+ + Wallis and Futuna + | +
+
+ WS
+
+ |
+ + Samoa + | +
+
+ XK
+
+ |
+ + Kosovo + | +
+
+ YE
+
+ |
+ + Yemen + | +
+
+ YT
+
+ |
+ + Mayotte + | +
+
+ ZA
+
+ |
+ + South Africa + | +
+
+ ZM
+
+ |
+ + Zambia + | +
+
+ ZW
+
+ |
+ + Zimbabwe + | +
+ Adds a beneficialOwners array to the organization object to indicate the beneficial owners of an organization. +
+Adds a beneficial owners array to the organization object to indicate the beneficial owners of an organization.
+If beneficial ownership (BO) information is collected via contracting processes, then this extension is appropriate: for example, if tenderers are obligated to disclose their beneficial owners within their bid submission. Similarly, to use this extension, the laws in your jurisdiction must permit the publication of personal identifiers.
+You can find the complete guidance on publishing personal identifiers in the Beneficial Ownership Data Standard documentation
+On the other hand, if BO information is collected in a central register via other means, then it is recommended to publish that information as a separate dataset. The BO dataset and the OCDS dataset should identify organizations in the same way, so that users can cross-reference the datasets. The BO dataset can follow the Beneficial Ownership Data Standard.
+The beneficial owner's nationality is disclosed.
+{
+ "parties": [
+ {
+ "id": "AHL",
+ "name": "Alpha Holdings Ltd",
+ "beneficialOwners": [
+ {
+ "id": "1",
+ "name": "Juan Perez",
+ "identifier": {
+ "scheme": "PRY-IDCARD",
+ "id": "12345"
+ },
+ "nationalities": [
+ "PY"
+ ],
+ "address": {
+ "streetAddress": "Avenida Eusebio Ayala 1347",
+ "locality": "Asunción",
+ "region": "Gran Asunción",
+ "postalCode": "1001",
+ "countryName": "Paraguay"
+ },
+ "email": "jperez@example.com",
+ "faxNumber": "+595210000001",
+ "telephone": "+595210000000"
+ }
+ ]
+ }
+ ]
+}
+
The beneficial owner's nationality is not disclosed because the organization is listed on a regulated market (e.g. a stock exchange) that ensures adequate transparency in line with anti-money laundering legislation.
+{
+ "parties": [
+ {
+ "id": "AHL",
+ "name": "Alpha Holdings Ltd",
+ "beneficialOwners": [
+ {
+ "id": "1",
+ "name": "Juan Perez",
+ "identifier": {
+ "scheme": "PRY-IDCARD",
+ "id": "12345"
+ },
+ "address": {
+ "streetAddress": "Avenida Eusebio Ayala 1347",
+ "locality": "Asunción",
+ "region": "Gran Asunción",
+ "postalCode": "1001",
+ "countryName": "Paraguay"
+ },
+ "email": "jperez@example.com",
+ "faxNumber": "+595210000001",
+ "telephone": "+595210000000"
+ }
+ ],
+ "details": {
+ "listedOnRegulatedMarket": true
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+nationalities
array.country.csv
codelist for nationality field.Person.address
Person.email
Person.faxNumber
Person.telephone
Organization.details.listedOnRegulatedMarket
+ Adds a beneficialOwners array to the organization object to indicate the beneficial owners of an organization. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ beneficialOwners
+
+ |
+ + Beneficial owners + | +
+ The beneficial owners of the organization. + + |
+ + array of Person objects + | +
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Listed on regulated market + | +
+ Whether the organization is listed on a regulated market (e.g. a stock exchange) that ensures adequate transparency in line with anti-money laundering legislation. + + |
+ + boolean + | +
+ The extension defines a new Person
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ A local identifier for the person. + + |
+ + string + | +
+
+ name
+
+ |
+ + Name + | +
+ The full name of the person. + + |
+ + string + | +
+
+ identifier
+
+ |
+ + Identifier + | +
+ An official identifier for the person. The scheme should follow the pattern {JURISDICTION}-{TYPE}, where JURISDICTION is a three-letter, uppercase ISO 3166-1 alpha-3 country code, and TYPE is one of "PASSPORT", "TAXID" or "IDCARD". + + |
+ + Identifier object + | +
+
+ nationalities
+
+ |
+ + Nationalities + | +
+ The nationalities of the person, from the closed country codelist. + + |
+ + array of strings from closed country codelist + | +
+
+ address
+
+ |
+ + Address + | +
+ The address of the person. + + |
+ + Address object + | +
+
+ email
+
+ |
+ + Email + | +
+ The e-mail address of the person. + + |
+ + string + | +
+
+ faxNumber
+
+ |
+ + Fax number + | +
+ The fax number of the person. This must include the international dialing code. + + |
+ + string + | +
+
+ telephone
+
+ |
+ + Telephone + | +
+ The telephone number of the person. This must include the international dialing code. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/bidOpening/master/ +
++ Adds an object to describe the date, time, place and other details of the bid opening. +
+Adds an object to describe the date, time, place and other details of the public bid opening.
+This extension must be used with the Location extension.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BT-132 (Public Opening Date), BT-133 (Public Opening Place), BT-134 (Public Opening Description). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "bidOpening": {
+ "date": "2019-10-16T15:00:00+01:00",
+ "address": {
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford",
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom"
+ },
+ "location": {
+ "description": "Central Oxford",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 51.751944,
+ -1.257778
+ ]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2640729"
+ ]
+ },
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ },
+ "description": "We recommend that people who wish to attend the opening register on this page: https://wwww.example.org/register"
+ }
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "bidOpening": {
+ "date": "2019-10-16T15:00:00+01:00",
+ "address": {
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford",
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom"
+ },
+ "location": {
+ "description": "Central Oxford",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 51.751944,
+ -1.257778
+ ]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2640729"
+ ]
+ },
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ },
+ "description": "We recommend that people who wish to attend the opening register on this page: https://wwww.example.org/register"
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Lot.bidOpening
field.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/749.
++ Adds an object to describe the date, time, place and other details of the bid opening. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bidOpening
+
+ |
+ + Bid opening + | +
+ The date, time, place and other details of the public bid opening. + + |
+ + BidOpening object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bidOpening
+
+ |
+ + Bid opening + | +
+ The date, time, place and other details of the public bid opening. + + |
+ + BidOpening object + | +
+ The extension defines a new BidOpening
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ date
+
+ |
+ + Date and time + | +
+ The date and time of the bid opening. + + |
+ + string + | +
+
+ location
+
+ |
+ + Location + | +
+ The place where the bid opening occurs. + + |
+ + Location object + | +
+
+ address
+
+ |
+ + Address + | +
+ The address of the place where the bid opening occurs. + + |
+ + Address object + | +
+
+ description
+
+ |
+ + Details + | +
+ Any other details about the bid opening (who can participate, whether authorization is needed, etc.). + + |
+ + string + | +
+ + This page has moved to a /en/extensions/bids/master/ +
++ Allowing bid statistics, and detailed bid information to be represented. +
+
+ You can download the bidStatus.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ invited
+
+ |
+ + Invited + | +
+ A bid has been invited from the listed tenderer(s). + + |
+
+
+ pending
+
+ |
+ + Pending + | +
+ A bid has been submitted but not yet evaluated. + + |
+
+
+ valid
+
+ |
+ + Valid + | +
+ The submitted bid met the qualification requirements in order to be evaluated. + + |
+
+
+ disqualified
+
+ |
+ + Disqualified + | +
+ The submitted bid did not meet the qualification requirements in order to be evaluated. + + |
+
+
+ withdrawn
+
+ |
+ + Withdrawn + | +
+ The submitted bid was withdrawn by the tenderer(s). + + |
+
+ You can download the country.csv
file in English.
+
+ Code + | ++ Title + | +
---|---|
+
+ AD
+
+ |
+ + Andorra + | +
+
+ AE
+
+ |
+ + United Arab Emirates + | +
+
+ AF
+
+ |
+ + Afghanistan + | +
+
+ AG
+
+ |
+ + Antigua and Barbuda + | +
+
+ AI
+
+ |
+ + Anguilla + | +
+
+ AL
+
+ |
+ + Albania + | +
+
+ AM
+
+ |
+ + Armenia + | +
+
+ AO
+
+ |
+ + Angola + | +
+
+ AQ
+
+ |
+ + Antarctica + | +
+
+ AR
+
+ |
+ + Argentina + | +
+
+ AS
+
+ |
+ + American Samoa + | +
+
+ AT
+
+ |
+ + Austria + | +
+
+ AU
+
+ |
+ + Australia + | +
+
+ AW
+
+ |
+ + Aruba + | +
+
+ AX
+
+ |
+ + Åland Islands + | +
+
+ AZ
+
+ |
+ + Azerbaijan + | +
+
+ BA
+
+ |
+ + Bosnia and Herzegovina + | +
+
+ BB
+
+ |
+ + Barbados + | +
+
+ BD
+
+ |
+ + Bangladesh + | +
+
+ BE
+
+ |
+ + Belgium + | +
+
+ BF
+
+ |
+ + Burkina Faso + | +
+
+ BG
+
+ |
+ + Bulgaria + | +
+
+ BH
+
+ |
+ + Bahrain + | +
+
+ BI
+
+ |
+ + Burundi + | +
+
+ BJ
+
+ |
+ + Benin + | +
+
+ BL
+
+ |
+ + Saint Barthélemy + | +
+
+ BM
+
+ |
+ + Bermuda + | +
+
+ BN
+
+ |
+ + Brunei Darussalam + | +
+
+ BO
+
+ |
+ + Bolivia (Plurinational State of) + | +
+
+ BQ
+
+ |
+ + Bonaire, Sint Eustatius and Saba + | +
+
+ BR
+
+ |
+ + Brazil + | +
+
+ BS
+
+ |
+ + Bahamas + | +
+
+ BT
+
+ |
+ + Bhutan + | +
+
+ BV
+
+ |
+ + Bouvet Island + | +
+
+ BW
+
+ |
+ + Botswana + | +
+
+ BY
+
+ |
+ + Belarus + | +
+
+ BZ
+
+ |
+ + Belize + | +
+
+ CA
+
+ |
+ + Canada + | +
+
+ CC
+
+ |
+ + Cocos (Keeling) Islands + | +
+
+ CD
+
+ |
+ + Congo (the Democratic Republic of the) + | +
+
+ CF
+
+ |
+ + Central African Republic + | +
+
+ CG
+
+ |
+ + Congo + | +
+
+ CH
+
+ |
+ + Switzerland + | +
+
+ CI
+
+ |
+ + Côte d'Ivoire + | +
+
+ CK
+
+ |
+ + Cook Islands + | +
+
+ CL
+
+ |
+ + Chile + | +
+
+ CM
+
+ |
+ + Cameroon + | +
+
+ CN
+
+ |
+ + China + | +
+
+ CO
+
+ |
+ + Colombia + | +
+
+ CR
+
+ |
+ + Costa Rica + | +
+
+ CU
+
+ |
+ + Cuba + | +
+
+ CV
+
+ |
+ + Cabo Verde + | +
+
+ CW
+
+ |
+ + Curaçao + | +
+
+ CX
+
+ |
+ + Christmas Island + | +
+
+ CY
+
+ |
+ + Cyprus + | +
+
+ CZ
+
+ |
+ + Czechia + | +
+
+ DE
+
+ |
+ + Germany + | +
+
+ DJ
+
+ |
+ + Djibouti + | +
+
+ DK
+
+ |
+ + Denmark + | +
+
+ DM
+
+ |
+ + Dominica + | +
+
+ DO
+
+ |
+ + Dominican Republic + | +
+
+ DZ
+
+ |
+ + Algeria + | +
+
+ EC
+
+ |
+ + Ecuador + | +
+
+ EE
+
+ |
+ + Estonia + | +
+
+ EG
+
+ |
+ + Egypt + | +
+
+ EH
+
+ |
+ + Western Sahara + | +
+
+ ER
+
+ |
+ + Eritrea + | +
+
+ ES
+
+ |
+ + Spain + | +
+
+ ET
+
+ |
+ + Ethiopia + | +
+
+ FI
+
+ |
+ + Finland + | +
+
+ FJ
+
+ |
+ + Fiji + | +
+
+ FK
+
+ |
+ + Falkland Islands [Malvinas] + | +
+
+ FM
+
+ |
+ + Micronesia (Federated States of) + | +
+
+ FO
+
+ |
+ + Faroe Islands + | +
+
+ FR
+
+ |
+ + France + | +
+
+ GA
+
+ |
+ + Gabon + | +
+
+ GB
+
+ |
+ + United Kingdom of Great Britain and Northern Ireland + | +
+
+ GD
+
+ |
+ + Grenada + | +
+
+ GE
+
+ |
+ + Georgia + | +
+
+ GF
+
+ |
+ + French Guiana + | +
+
+ GG
+
+ |
+ + Guernsey + | +
+
+ GH
+
+ |
+ + Ghana + | +
+
+ GI
+
+ |
+ + Gibraltar + | +
+
+ GL
+
+ |
+ + Greenland + | +
+
+ GM
+
+ |
+ + Gambia + | +
+
+ GN
+
+ |
+ + Guinea + | +
+
+ GP
+
+ |
+ + Guadeloupe + | +
+
+ GQ
+
+ |
+ + Equatorial Guinea + | +
+
+ GR
+
+ |
+ + Greece + | +
+
+ GS
+
+ |
+ + South Georgia and the South Sandwich Islands + | +
+
+ GT
+
+ |
+ + Guatemala + | +
+
+ GU
+
+ |
+ + Guam + | +
+
+ GW
+
+ |
+ + Guinea-Bissau + | +
+
+ GY
+
+ |
+ + Guyana + | +
+
+ HK
+
+ |
+ + Hong Kong + | +
+
+ HM
+
+ |
+ + Heard Island and McDonald Islands + | +
+
+ HN
+
+ |
+ + Honduras + | +
+
+ HR
+
+ |
+ + Croatia + | +
+
+ HT
+
+ |
+ + Haiti + | +
+
+ HU
+
+ |
+ + Hungary + | +
+
+ ID
+
+ |
+ + Indonesia + | +
+
+ IE
+
+ |
+ + Ireland + | +
+
+ IL
+
+ |
+ + Israel + | +
+
+ IM
+
+ |
+ + Isle of Man + | +
+
+ IN
+
+ |
+ + India + | +
+
+ IO
+
+ |
+ + British Indian Ocean Territory + | +
+
+ IQ
+
+ |
+ + Iraq + | +
+
+ IR
+
+ |
+ + Iran (Islamic Republic of) + | +
+
+ IS
+
+ |
+ + Iceland + | +
+
+ IT
+
+ |
+ + Italy + | +
+
+ JE
+
+ |
+ + Jersey + | +
+
+ JM
+
+ |
+ + Jamaica + | +
+
+ JO
+
+ |
+ + Jordan + | +
+
+ JP
+
+ |
+ + Japan + | +
+
+ KE
+
+ |
+ + Kenya + | +
+
+ KG
+
+ |
+ + Kyrgyzstan + | +
+
+ KH
+
+ |
+ + Cambodia + | +
+
+ KI
+
+ |
+ + Kiribati + | +
+
+ KM
+
+ |
+ + Comoros + | +
+
+ KN
+
+ |
+ + Saint Kitts and Nevis + | +
+
+ KP
+
+ |
+ + Korea (the Democratic People's Republic of) + | +
+
+ KR
+
+ |
+ + Korea (the Republic of) + | +
+
+ KW
+
+ |
+ + Kuwait + | +
+
+ KY
+
+ |
+ + Cayman Islands + | +
+
+ KZ
+
+ |
+ + Kazakhstan + | +
+
+ LA
+
+ |
+ + Lao People's Democratic Republic + | +
+
+ LB
+
+ |
+ + Lebanon + | +
+
+ LC
+
+ |
+ + Saint Lucia + | +
+
+ LI
+
+ |
+ + Liechtenstein + | +
+
+ LK
+
+ |
+ + Sri Lanka + | +
+
+ LR
+
+ |
+ + Liberia + | +
+
+ LS
+
+ |
+ + Lesotho + | +
+
+ LT
+
+ |
+ + Lithuania + | +
+
+ LU
+
+ |
+ + Luxembourg + | +
+
+ LV
+
+ |
+ + Latvia + | +
+
+ LY
+
+ |
+ + Libya + | +
+
+ MA
+
+ |
+ + Morocco + | +
+
+ MC
+
+ |
+ + Monaco + | +
+
+ MD
+
+ |
+ + Moldova (the Republic of) + | +
+
+ ME
+
+ |
+ + Montenegro + | +
+
+ MF
+
+ |
+ + Saint Martin (French part) + | +
+
+ MG
+
+ |
+ + Madagascar + | +
+
+ MH
+
+ |
+ + Marshall Islands + | +
+
+ MK
+
+ |
+ + North Macedonia + | +
+
+ ML
+
+ |
+ + Mali + | +
+
+ MM
+
+ |
+ + Myanmar + | +
+
+ MN
+
+ |
+ + Mongolia + | +
+
+ MO
+
+ |
+ + Macao + | +
+
+ MP
+
+ |
+ + Northern Mariana Islands + | +
+
+ MQ
+
+ |
+ + Martinique + | +
+
+ MR
+
+ |
+ + Mauritania + | +
+
+ MS
+
+ |
+ + Montserrat + | +
+
+ MT
+
+ |
+ + Malta + | +
+
+ MU
+
+ |
+ + Mauritius + | +
+
+ MV
+
+ |
+ + Maldives + | +
+
+ MW
+
+ |
+ + Malawi + | +
+
+ MX
+
+ |
+ + Mexico + | +
+
+ MY
+
+ |
+ + Malaysia + | +
+
+ MZ
+
+ |
+ + Mozambique + | +
+
+ NA
+
+ |
+ + Namibia + | +
+
+ NC
+
+ |
+ + New Caledonia + | +
+
+ NE
+
+ |
+ + Niger + | +
+
+ NF
+
+ |
+ + Norfolk Island + | +
+
+ NG
+
+ |
+ + Nigeria + | +
+
+ NI
+
+ |
+ + Nicaragua + | +
+
+ NL
+
+ |
+ + Netherlands + | +
+
+ NO
+
+ |
+ + Norway + | +
+
+ NP
+
+ |
+ + Nepal + | +
+
+ NR
+
+ |
+ + Nauru + | +
+
+ NU
+
+ |
+ + Niue + | +
+
+ NZ
+
+ |
+ + New Zealand + | +
+
+ OM
+
+ |
+ + Oman + | +
+
+ PA
+
+ |
+ + Panama + | +
+
+ PE
+
+ |
+ + Peru + | +
+
+ PF
+
+ |
+ + French Polynesia + | +
+
+ PG
+
+ |
+ + Papua New Guinea + | +
+
+ PH
+
+ |
+ + Philippines + | +
+
+ PK
+
+ |
+ + Pakistan + | +
+
+ PL
+
+ |
+ + Poland + | +
+
+ PM
+
+ |
+ + Saint Pierre and Miquelon + | +
+
+ PN
+
+ |
+ + Pitcairn + | +
+
+ PR
+
+ |
+ + Puerto Rico + | +
+
+ PS
+
+ |
+ + Palestine, State of + | +
+
+ PT
+
+ |
+ + Portugal + | +
+
+ PW
+
+ |
+ + Palau + | +
+
+ PY
+
+ |
+ + Paraguay + | +
+
+ QA
+
+ |
+ + Qatar + | +
+
+ RE
+
+ |
+ + Réunion + | +
+
+ RO
+
+ |
+ + Romania + | +
+
+ RS
+
+ |
+ + Serbia + | +
+
+ RU
+
+ |
+ + Russian Federation + | +
+
+ RW
+
+ |
+ + Rwanda + | +
+
+ SA
+
+ |
+ + Saudi Arabia + | +
+
+ SB
+
+ |
+ + Solomon Islands + | +
+
+ SC
+
+ |
+ + Seychelles + | +
+
+ SD
+
+ |
+ + Sudan + | +
+
+ SE
+
+ |
+ + Sweden + | +
+
+ SG
+
+ |
+ + Singapore + | +
+
+ SH
+
+ |
+ + Saint Helena, Ascension and Tristan da Cunha + | +
+
+ SI
+
+ |
+ + Slovenia + | +
+
+ SJ
+
+ |
+ + Svalbard and Jan Mayen + | +
+
+ SK
+
+ |
+ + Slovakia + | +
+
+ SL
+
+ |
+ + Sierra Leone + | +
+
+ SM
+
+ |
+ + San Marino + | +
+
+ SN
+
+ |
+ + Senegal + | +
+
+ SO
+
+ |
+ + Somalia + | +
+
+ SR
+
+ |
+ + Suriname + | +
+
+ SS
+
+ |
+ + South Sudan + | +
+
+ ST
+
+ |
+ + Sao Tome and Principe + | +
+
+ SV
+
+ |
+ + El Salvador + | +
+
+ SX
+
+ |
+ + Sint Maarten (Dutch part) + | +
+
+ SY
+
+ |
+ + Syrian Arab Republic + | +
+
+ SZ
+
+ |
+ + Eswatini + | +
+
+ TC
+
+ |
+ + Turks and Caicos Islands + | +
+
+ TD
+
+ |
+ + Chad + | +
+
+ TF
+
+ |
+ + French Southern Territories + | +
+
+ TG
+
+ |
+ + Togo + | +
+
+ TH
+
+ |
+ + Thailand + | +
+
+ TJ
+
+ |
+ + Tajikistan + | +
+
+ TK
+
+ |
+ + Tokelau + | +
+
+ TL
+
+ |
+ + Timor-Leste + | +
+
+ TM
+
+ |
+ + Turkmenistan + | +
+
+ TN
+
+ |
+ + Tunisia + | +
+
+ TO
+
+ |
+ + Tonga + | +
+
+ TR
+
+ |
+ + Turkey + | +
+
+ TT
+
+ |
+ + Trinidad and Tobago + | +
+
+ TV
+
+ |
+ + Tuvalu + | +
+
+ TW
+
+ |
+ + Taiwan (Province of China) + | +
+
+ TZ
+
+ |
+ + Tanzania, the United Republic of + | +
+
+ UA
+
+ |
+ + Ukraine + | +
+
+ UG
+
+ |
+ + Uganda + | +
+
+ UM
+
+ |
+ + United States Minor Outlying Islands + | +
+
+ US
+
+ |
+ + United States of America + | +
+
+ UY
+
+ |
+ + Uruguay + | +
+
+ UZ
+
+ |
+ + Uzbekistan + | +
+
+ VA
+
+ |
+ + Holy See + | +
+
+ VC
+
+ |
+ + Saint Vincent and the Grenadines + | +
+
+ VE
+
+ |
+ + Venezuela (Bolivarian Republic of) + | +
+
+ VG
+
+ |
+ + Virgin Islands (British) + | +
+
+ VI
+
+ |
+ + Virgin Islands (U.S.) + | +
+
+ VN
+
+ |
+ + Viet Nam + | +
+
+ VU
+
+ |
+ + Vanuatu + | +
+
+ WF
+
+ |
+ + Wallis and Futuna + | +
+
+ WS
+
+ |
+ + Samoa + | +
+
+ XK
+
+ |
+ + Kosovo + | +
+
+ YE
+
+ |
+ + Yemen + | +
+
+ YT
+
+ |
+ + Mayotte + | +
+
+ ZA
+
+ |
+ + South Africa + | +
+
+ ZM
+
+ |
+ + Zambia + | +
+
+ ZW
+
+ |
+ + Zimbabwe + | +
+ You can download the statistic.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ requests
+
+ |
+ + Requests to participate + | +
+ The total number of unique requests to participate received + +
|
+
+
+ bids
+
+ |
+ + Bids + | +
+ The total number of unique bids received (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ validBids
+
+ |
+ + Valid bids + | +
+ The total number of unique bids received that were considered valid against relevant criteria (either of the bidder, or the bid submission itself). All valid bids are considered during the tender evaluation stage. + +
|
+
+
+ disqualifiedBids
+
+ |
+ + Disqualified bids + | +
+ The number of bids that were found inadmissible. A bid is found inadmissible where it has been verified that it has been submitted by a tenderer who has been excluded or who did not meet the selection criteria, or when it is not in conformity with the technical specifications, or is irregular (e.g. it was received late, having an abnormally low price or cost), unacceptable or unsuitable. + +
|
+
+
+ lowestValidBidValue
+
+ |
+ + Lowest valid bid value + | +
+ The value of the lowest valid bid. + +
|
+
+
+ highestValidBidValue
+
+ |
+ + Highest valid bid value + | +
+ The value of the highest valid bid. + +
|
+
+
+ bidders
+
+ |
+ + Bidders + | +
+ The total number of unique organizations or consortia submitting bids (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ qualifiedBidders
+
+ |
+ + Qualified bidders + | +
+ The total number of unique organizations or consortia passing the qualification stage of the evaluation process. + +
|
+
+
+ disqualifiedBidders
+
+ |
+ + Disqualified bidders + | +
+ The total number of unique organizations or consortia that did not pass the qualification stage of the evaluation process. + +
|
+
+
+ electronicBids
+
+ |
+ + Electronic bids + | +
+ The number of bids received by electronic means. + +
|
+
+
+ microBids
+
+ |
+ + Bids from micro companies + | +
+ The number of bids received from micro enterprises. + +
|
+
+
+ smeBids
+
+ |
+ + Bids from SMEs + | +
+ The number of bids received from small and medium enterprises. + +
|
+
+
+ smallBids
+
+ |
+ + Bids from small companies + | +
+ The number of bids received from small enterprises. + +
|
+
+
+ mediumBids
+
+ |
+ + Bids from medium companies + | +
+ The number of bids received from medium enterprises. + +
|
+
+
+ foreignBids
+
+ |
+ + Bids from foreign firms + | +
+ The number of bids received from bidders from outside the country where the tender is issued. + +
|
+
+
+ foreignBidsFromEU
+
+ |
+ + Bids from firms in other European Economic Area countries + | +
+ The number of bids received from tenderers from other European Economic Area countries. + +
|
+
+
+ foreignBidsFromNonEU
+
+ |
+ + Bids from firms in non-European Economic Area countries + | +
+ The number of bids received from tenderers from non-European Economic Area countries. + +
|
+
+
+ tendersAbnormallyLow
+
+ |
+ + Tenders excluded because they were abnormally low + | +
+ The number of tenders excluded because they were abnormally low. Note that in some EU datasets this might have been converted from a boolean, such that a value of 1 would indicate "1 or more" tenders were excluded. Users need to evaluate and interpret data accordingly. + +
|
+
+ Allowing bid statistics, and detailed bid information to be represented. +
+Information on bids submitted as part of a contracting process is important for many forms of analysis, including:
+Regulatory regimes vary on the extent to which they allow information on bidding to be proactively published, and at what point in the procurement process. In some systems and processes, a list of invited bidders is published at the start of tendering, and full details and documents on the bids received are disclosed when evaluation is complete. In other systems, only summary statistics on the number of bids received is made public.
+The OCDS bid extension introduces a new, flexible, top-level section to each contracting process to capture bidding information. Implementers will need to assess which fields are applicable to their local regulatory regime, and to local use-cases.
+This extension can also be used to publish data on quotes.
+The bids.details
array is used to provide one or more Bid
objects, each representing a unique bid received.
The bids.statistics
array is used to represent key statistical information about the number of bids and bidders. Each entry in the array is a Statistic
object containing at least:
statistic.csv
codelistThe statistic.csv
codelist is an open codelist. Publishers can add their own codes to this list. When doing so, publishers are encouraged to engage with the open contracting community to agree upon definitions of each code.
For example, publishers may wish to add statistics on minority or women-owned businesses, or bids that meet certain environmental standards and targets.
+The codelist's Category column indicates whether the statistic applies to bids or bidders or whether it is specified or required by a particular regulatory context (e.g. EU).
+Buyers and procuring entities – and, in some jurisdictions, bidders – can correct a bid's value after the bid is submitted: for example, to correct an arithmetical error or a misplaced decimal mark.
+In OCDS, the bid's value is disclosed via the bids.details.value
field. If a bid's value is corrected, the value of the bids.details.value
field is overwritten. As such, the originally submitted value is only available via the contracting process' change history.
As a publisher, to make both the original and corrected values available to users, publish at least two releases for the contracting process: one release containing the bid's originally submitted value and another containing its corrected value.
+Below is an example of a bids extension:
+{
+ "bids": {
+ "statistics": [
+ {
+ "id": "1",
+ "measure": "validBids",
+ "value": 1,
+ "date": "2016-12-09T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were considered valid against relevant criteria."
+ },
+ {
+ "id": "2",
+ "measure": "highestValidBidValue",
+ "value": 1000,
+ "valueGross": 1200,
+ "currency": "USD"
+ },
+ {
+ "id": "3",
+ "measure": "lowestValidBidValue",
+ "value": 1000,
+ "valueGross": 1200,
+ "currency": "USD"
+ }
+ ],
+ "details": [
+ {
+ "id": "1",
+ "date": "2016-12-09T01:00:00+01:00",
+ "status": "valid",
+ "identifiers": [
+ {
+ "id": "bid-123-456",
+ "scheme": "internal"
+ }
+ ],
+ "items": [
+ {
+ "id": "1",
+ "description": "Installation and operation of the Shared Public Telecommunications Network",
+ "classification": {
+ "scheme": "CPV",
+ "id": "32412100",
+ "description": "Telecommunications network",
+ "uri": "http://purl.org/cpv/2008/code-32412100"
+ },
+ "quantity": 1
+ }
+ ],
+ "value": {
+ "amount": 1000,
+ "currency": "USD"
+ },
+ "tenderers": [
+ {
+ "id": "MEGA",
+ "name": "Mega Consortium"
+ }
+ ],
+ "countriesOfOrigin": [
+ "MX"
+ ],
+ "hasRank": true,
+ "rank": 1,
+ "variant": true
+ },
+ {
+ "id": "2",
+ "date": "2016-12-10T01:00:00+01:00",
+ "status": "disqualified",
+ "value": {
+ "amount": 1500,
+ "currency": "USD"
+ },
+ "tenderers": [
+ {
+ "id": "BETA",
+ "name": "Beta Consortium"
+ }
+ ],
+ "hasRank": true,
+ "rank": 2
+ }
+ ]
+ },
+ "awards": [
+ {
+ "id": "1",
+ "title": "Example PPP contract award",
+ "description": "Award of Example PPP contract to Mega Consortium",
+ "status": "active",
+ "date": "2016-12-17T10:00:00-06:00",
+ "relatedBids": [
+ "1"
+ ]
+ }
+ ],
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "relatedBids": [
+ "1"
+ ]
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Bid.identifiers
Bid.description
Bid.items
Bid.countriesOfOrigin
Bid.hasRank
Bid.rank
Bid.relatedLots
(moved from the Lots extension)Bid.validityPeriod
Bid.variant
BidsStatistic.valueGross
Award.relatedBids
Contract.relatedBids
Award.relatedBid
fieldBidStatistic
definition to Statistic
, and remove bid-specific language from its fields' descriptionsbidStatistics.csv
codelist to statistic.csv
statistic.csv
:
+BidsStatistic.currency
fieldbidStatistics.csv
bidStatistics.csv
required
property on array field Bids.details
Bids.statistics
and Bid.tenderers
to use identifier merge strategyBidsStatistic.id
, BidsStatistic.measure
, BidsStatistic.value
from being nullBids.statistics
from having null in its array of objectsBids.statistics
to be nullBid.status
BidsStatistic.requirementResponses
to requirements extension+ Allowing bid statistics, and detailed bid information to be represented. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bids
+
+ |
+ + Bids + | +
+ The bid section is used to publish summary statistics, and where applicable, individual bid information. + + |
+ + Bids object + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedBid
+
+ |
+ + Related bid + | +
+ Where bid details are used, a cross reference to the entry in the bids array to which this award relates. Provide the bid identifier here. + ++ + Deprecated in OCDS 1.2: + + This field is deprecated in favor of `relatedBids`, to allow an award to combine multiple bids. + + |
+ + string + | +
+
+ relatedBids
+
+ |
+ + Related bids + | +
+ Where bid details are used, a cross reference to the entries in the bids array to which this award relates. Provide the bid identifiers here. + + |
+ + array of strings + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedBids
+
+ |
+ + Related bids + | +
+ Where bid details are used, a cross reference to the entries in the bids array to which this contract relates. Provide the bid identifiers here. + + |
+ + array of strings + | +
+ The extension defines a new Statistic
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ An internal identifier for this statistic. + + |
+ + string + | +
+
+ measure
+
+ |
+ + Measure + | +
+ The statistic reported in the value. + + |
+ + string from open statistic codelist + | +
+
+ date
+
+ |
+ + Date + | +
+ The date when this statistic was last updated. This is often the closing date of the tender process. This field may be omitted unless either (a) the same statistic is provided from multiple points in time, or (b) there is a specific local requirement for the date when statistics were calculated to be provided. + + |
+ + string + | +
+
+ value
+
+ |
+ + Value + | +
+ The value for the measure in question. Total counts should be provided as an integer. Percentages should be provided as a proportion of 1 (e.g. 10% = 0.1) + + |
+ + number + | +
+
+ valueGross
+
+ |
+ + Gross value + | +
+ The monetary value for the measure in question, including all taxes. + + |
+ + number + | +
+
+ currency
+
+ |
+ + Currency + | +
+ The currency of the amount in the |
+ + string from closed currency codelist + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Any notes needed to understand or interpret the given statistic. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Related Lot + | +
+ Where lots are in use, if this statistic relates to a particular lot, provide the lot identifier here. If left blank, the statistic will be interpreted as applying to the whole tender. + + |
+ + string + | +
+ The extension defines a new Bids
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statistics
+
+ |
+ + Statistics + | +
+ Summary statistics on the number and nature of bids received. Where information is provided on individual bids, these statistics should match those that can be calculated from the bid details array. + + |
+ + array of Statistic objects + | +
+
+ details
+
+ |
+ + Bid details + | +
+ An array of bids, providing information on the bidders, and where applicable, bid status, bid values and related documents. The extent to which this information can be disclosed varies from jurisdiction to jurisdiction. + + |
+ + array of Bid objects + | +
+ The extension defines a new Bid
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ A local identifier for this bid + + |
+ + string + | +
+
+ identifiers
+
+ |
+ + Identifiers + | +
+ Identifiers for this bid. This field can be used to provide internal identifiers for the bid, such as identifiers from a buyer's document management system or procurement system. + + |
+ + array of SimpleIdentifier objects + | +
+
+ date
+
+ |
+ + Date + | +
+ The date when this bid was received. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this bid. The description field may be used to describe the terms and conditions for the bid. + + |
+ + string + | +
+
+ status
+
+ |
+ + Status + | +
+ The status of the bid. + + |
+ + string from closed bidStatus codelist + | +
+
+ items
+
+ |
+ + Items offered by the tenderer(s) + | +
+ The goods, works or services offered by the tenderer(s), broken into line items wherever possible. Items should not be duplicated, but the quantity specified instead. + + |
+ + array of Item objects + | +
+
+ tenderers
+
+ |
+ + Tenderer + | +
+ The organization(s) responsible for this bid. + + |
+ + array of OrganizationReference objects + | +
+
+ value
+
+ |
+ + Value + | +
+ The total value of the bid. + + |
+ + Value object + | +
+
+ validityPeriod
+
+ |
+ + Validity period + | +
+ The period for which this bid is valid. + + |
+ + Period object + | +
+
+ documents
+
+ |
+ + Documents + | +
+ All documents and attachments related to the bid and its evaluation. + + |
+ + array of Document objects + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this bid relates. + + |
+ + array of strings + | +
+
+ countriesOfOrigin
+
+ |
+ + Countries of origin + | +
+ The countries of origin of the items in this bid, from the closed country codelist. If a country is missing, create an issue to discuss the addition of a user-assigned code to the country codelist. + + |
+ + array of strings from closed country codelist + | +
+
+ hasRank
+
+ |
+ + Has rank + | +
+ Whether this bid is ranked. + + |
+ + boolean + | +
+
+ rank
+
+ |
+ + Rank + | +
+ The position of this bid (i.e. whether the bid is ranked first, second, third, etc.) in a design contest, a framework agreement with multiple winners (e.g. cascades), an innovation partnership, a competitive dialogue, or another procedure. + + |
+ + integer + | +
+
+ variant
+
+ |
+ + Is variant + | +
+ Whether the bid is a variant. A variant is a bid that fulfills the buyer's needs differently than as proposed in the procurement documents. + + |
+ + boolean + | +
+ The extension defines a new SimpleIdentifier
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ scheme
+
+ |
+ + Scheme + | +
+ The list, register or system from which the identifier is taken. + + |
+ + string + | +
+
+ id
+
+ |
+ + ID + | +
+ The identifier taken from the scheme. + + |
+ + string + | +
+ Allowing bid statistics, and detailed bid information to be represented. +
+
+ You can download the bidStatistics.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ requests
+
+ |
+ + Requests to participate + | +
+ The total number of unique requests to participate received + +
|
+
+
+ bids
+
+ |
+ + Bids + | +
+ The total number of unique bids received (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ validBids
+
+ |
+ + Valid bids + | +
+ The total number of unique bids received that were considered valid against relevant criteria (either of the bidder, or the bid submission itself). All valid bids should be considered during the tender evaluation stage. + +
|
+
+
+ bidders
+
+ |
+ + Bidders + | +
+ The total number of unique organizations or consortia submitting bids (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ qualifiedBidders
+
+ |
+ + Qualified bidders + | +
+ The total number of unique organizations or consortia passing the qualification stage of the evaluation process. + +
|
+
+
+ disqualifiedBidders
+
+ |
+ + Disqualified bidders + | +
+ The total number of unique organizations or consortia that did not pass the qualification stage of the evaluation process. + +
|
+
+
+ electronicBids
+
+ |
+ + Electronic bids + | +
+ The number of bids received by electronic means. + +
|
+
+
+ smeBids
+
+ |
+ + Bids from SMEs + | +
+ The number of bids received from small and medium-sized enterprises. + +
|
+
+
+ foreignBids
+
+ |
+ + Bids from foreign firms + | +
+ The number of bids received from bidders from outside the country where the tender is issued. + +
|
+
+
+ foreignBidsFromEU
+
+ |
+ + Bids from firms in other European Economic Area countries + | +
+ The number of bids received from tenderers from other European Economic Area countries. + +
|
+
+
+ foreignBidsFromNonEU
+
+ |
+ + Bids from firms in non-European Economic Area countries + | +
+ The number of bids received from tenderers from non-European Economic Area countries. + +
|
+
+
+ tendersAbnormallyLow
+
+ |
+ + Tenders excluded because they were abnormally low + | +
+ The number of tenders excluded because they were abnormally low. Note that in some EU datasets this may have been converted from a boolean, such that a value of 1 would indicate '1 or more' tenders were excluded. Users should evaluate and interpret data accordingly. + +
|
+
+ You can download the bidStatus.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ invited
+
+ |
+ + Invited + | +
+ A bid has been invited from the listed tenderer(s). + + |
+
+
+ pending
+
+ |
+ + Pending + | +
+ A bid has been submitted but not yet evaluated. + + |
+
+
+ valid
+
+ |
+ + Valid + | +
+ The submitted bid met the qualification requirements in order to be evaluated. + + |
+
+
+ disqualified
+
+ |
+ + Disqualified + | +
+ The submitted bid did not meet the qualification requirements in order to be evaluated. + + |
+
+
+ withdrawn
+
+ |
+ + Withdrawn + | +
+ The submitted bid was withdrawn by the tenderer(s). + + |
+
+ Allowing bid statistics, and detailed bid information to be represented. +
+Information on bids submitted as part of a contracting process is important for many forms of analysis, including:
+Regulatory regimes vary on the extent to which they allow information on bidding to be proactively published, and at what point in the procurement process. In some systems and processes, a list of invited bidders will be published at the start of tendering, and full details and documents on the bids received may be disclosed when evaluation is complete. In other systems, only summary statistics on the number of bids received may be made public.
+The OCDS bid extension introduces a new, flexible, top-level section to each contracting process to capture bidding information. Implementers will need to assess which fields are applicable to their local regulatory regime, and to local use-cases.
+The bids/details
array is used to provide one or more Bid
objects, each representing a unique bid received.
The bids/statistics
array is used to represent key statistical information about the number of bids and bidders. Each entry in the array is a BidsStatistic
object containing at least:
bidStatistics.csv
codelistThe bidStatistics.csv
codelist is an open codelist. Publishers can add their own codes to this list. When doing so, publishers are encouraged to engage with the open contracting community to agree upon definitions of each code.
For example, publishers may wish to add statistics on minority or women-owned businesses, or bids that meet certain environmental standards and targets.
+The codelist's Category column indicates whether the statistic applies to bids or bidders or whether it is specified or required by a particular regulatory context (e.g. EU).
+Below is an example of a bids extension:
+{
+ "bids": {
+ "statistics": [{
+ "id": "1.0",
+ "measure": "validBids",
+ "value": 1,
+ "date": "2016-12-09T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were considered valid against relevant criteria."
+ }, {
+ "id": "2.0",
+ "measure": "disqualifiedBids",
+ "value": 1,
+ "date": "2016-12-10T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were disqualified."
+ }],
+ "details": [{
+ "id": "1.0",
+ "date": "2016-12-09T01:00:00+01:00",
+ "status": "valid",
+ "value": {
+ "amount": 1000,
+ "currency": "USD"
+ },
+ "documents": [{
+ "id": "1.0",
+ "documentType": "evaluationReports",
+ "title": "Mega Consortium Bid Evaluation Report",
+ "description": "This document provides details of the evaluation of the bid submitted by Mega Consortium",
+ "url": "http://communications.gov.example/example_ppp/evaluationReport_megaConsortium.pdf",
+ "datePublished": "2016-11-17T10:00:00-06:00",
+ "format": "application/pdf",
+ "language": "en",
+ "author": "Ministry of Communications"
+ }],
+ "tenderers": [{
+ "id": "MEGA",
+ "name": "Mega Consortium"
+ }]
+ }, {
+ "id": "2.0",
+ "date": "2016-12-10T01:00:00+01:00",
+ "status": "disqualified",
+ "value": {
+ "amount": 1500,
+ "currency": "USD"
+ },
+ "documents": [{
+ "id": "1.0",
+ "documentType": "evaluationReports",
+ "title": "Beta Consortium Bid Evaluation Report",
+ "description": "This document provides details of the evaluation of the bid submitted by Beta Consortium",
+ "url": "http://communications.gov.example/example_ppp/evaluationReport_betaConsortium.pdf",
+ "datePublished": "2016-11-18T10:00:00-06:00",
+ "format": "application/pdf",
+ "language": "en",
+ "author": "Ministry of Communications"
+ }],
+ "tenderers": [{
+ "id": "BETA",
+ "name": "Beta Consortium"
+ }]
+ }]
+
+ },
+ "awards": [{
+ "id": "111",
+ "title": "Example PPP contract award",
+ "description": "Award of Example PPP contract to Mega Consortium",
+ "status": "active",
+ "date": "2016-12-17T10:00:00-06:00",
+ "relatedBid": "1.0"
+ }]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+bidStatistics.csv
required
property on array field Bids.details
Bids.statistics
and Bid.tenderers
to use identifier merge strategyBidsStatistic.id
, BidsStatistic.measure
, BidsStatistic.value
from being nullBids.statistics
from having null in its array of objectsBids.statistics
to be nullBidsStatistic.status
BidsStatistic.requirementResponses
to requirements extension+ Allowing bid statistics, and detailed bid information to be represented. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bids
+
+ |
+ + Bids + | +
+ The bid section is used to publish summary statistics, and where applicable, individual bid information. + + |
+ + Bids object + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedBid
+
+ |
+ + Related bid + | +
+ Where bid details are used, a cross reference to the entry in the bids array to which this award relates. Provide the bid identifier here. + + |
+ + string + | +
+ The extension defines a new BidsStatistic
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ An internal identifier for this statistical item. + + |
+ + string + | +
+
+ measure
+
+ |
+ + Measure + | +
+ An item from the bidStatistics codelist for the statistic reported in value. This is an open codelist, and other statistics may also be included. + + |
+ + string from open bidStatistics codelist + | +
+
+ date
+
+ |
+ + Date + | +
+ The date when this statistic was last updated. This is often the closing date of the tender process. This field can be left blank unless either (a) the same statistic is provided from multiple points in time, or (b) there is a specific local requirement for the date when statistics were calculated to be provided. + + |
+ + string + | +
+
+ value
+
+ |
+ + Value + | +
+ The value for the measure in question. Total counts should be provided as an integer. Percentages should be presented as a proportion of 1 (e.g. 10% = 0.1) + + |
+ + number + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Any notes required to understand or interpret the given statistic. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Related Lot + | +
+ Where lots are in use, if this statistic relates to bids on a particular lot, provide the lot identifier here. If left blank, the statistic will be interpreted as applying to the whole tender. + + |
+ + string + | +
+ The extension defines a new Bids
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statistics
+
+ |
+ + Statistics + | +
+ Summary statistics on the number and nature of bids received. Where information is provided on individual bids, these statistics should match those that can be calculated from the bid details array. + + |
+ + array of BidsStatistic objects + | +
+
+ details
+
+ |
+ + Bid details + | +
+ An array of bids, providing information on the bidders, and where applicable, bid status, bid values and related documents. The extent to which this information can be disclosed varies from jurisdiction to jurisdiction. + + |
+ + array of Bid objects + | +
+ The extension defines a new Bid
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ A local identifier for this bid + + |
+ + string + | +
+
+ date
+
+ |
+ + Date + | +
+ The date when this bid was received. + + |
+ + string + | +
+
+ status
+
+ |
+ + Status + | +
+ The status of the bid, drawn from the bidStatus codelist + + |
+ + string from closed bidStatus codelist + | +
+
+ tenderers
+
+ |
+ + Tenderer + | +
+ The party, or parties, responsible for this bid. This should provide a name and identifier, cross-referenced to an entry in the parties array at the top level of the release. + + |
+ + array of OrganizationReference objects + | +
+
+ value
+
+ |
+ + Value + | +
+ The total value of the bid. + + |
+ + Value object + | +
+
+ documents
+
+ |
+ + Documents + | +
+ All documents and attachments related to the bid and its evaluation. + + |
+ + array of Document objects + | +
+ Allowing bid statistics, and detailed bid information to be represented. +
+
+ You can download the bidStatistics.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ requests
+
+ |
+ + Requests to participate + | +
+ The total number of unique requests to participate received + +
|
+
+
+ bids
+
+ |
+ + Bids + | +
+ The total number of unique bids received (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ validBids
+
+ |
+ + Valid bids + | +
+ The total number of unique bids received that were considered valid against relevant criteria (either of the bidder, or the bid submission itself). All valid bids are considered during the tender evaluation stage. + +
|
+
+
+ lowestValidBidValue
+
+ |
+ + Lowest valid bid value + | +
+ The value of the lowest valid bid. + +
|
+
+
+ highestValidBidValue
+
+ |
+ + Highest valid bid value + | +
+ The value of the highest valid bid. + +
|
+
+
+ bidders
+
+ |
+ + Bidders + | +
+ The total number of unique organizations or consortia submitting bids (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ qualifiedBidders
+
+ |
+ + Qualified bidders + | +
+ The total number of unique organizations or consortia passing the qualification stage of the evaluation process. + +
|
+
+
+ disqualifiedBidders
+
+ |
+ + Disqualified bidders + | +
+ The total number of unique organizations or consortia that did not pass the qualification stage of the evaluation process. + +
|
+
+
+ electronicBids
+
+ |
+ + Electronic bids + | +
+ The number of bids received by electronic means. + +
|
+
+
+ smeBids
+
+ |
+ + Bids from SMEs + | +
+ The number of bids received from small and medium-sized enterprises. + +
|
+
+
+ foreignBids
+
+ |
+ + Bids from foreign firms + | +
+ The number of bids received from bidders from outside the country where the tender is issued. + +
|
+
+
+ foreignBidsFromEU
+
+ |
+ + Bids from firms in other European Economic Area countries + | +
+ The number of bids received from tenderers from other European Economic Area countries. + +
|
+
+
+ foreignBidsFromNonEU
+
+ |
+ + Bids from firms in non-European Economic Area countries + | +
+ The number of bids received from tenderers from non-European Economic Area countries. + +
|
+
+
+ tendersAbnormallyLow
+
+ |
+ + Tenders excluded because they were abnormally low + | +
+ The number of tenders excluded because they were abnormally low. Note that in some EU datasets this might have been converted from a boolean, such that a value of 1 would indicate "1 or more" tenders were excluded. Users need to evaluate and interpret data accordingly. + +
|
+
+ You can download the bidStatus.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ invited
+
+ |
+ + Invited + | +
+ A bid has been invited from the listed tenderer(s). + + |
+
+
+ pending
+
+ |
+ + Pending + | +
+ A bid has been submitted but not yet evaluated. + + |
+
+
+ valid
+
+ |
+ + Valid + | +
+ The submitted bid met the qualification requirements in order to be evaluated. + + |
+
+
+ disqualified
+
+ |
+ + Disqualified + | +
+ The submitted bid did not meet the qualification requirements in order to be evaluated. + + |
+
+
+ withdrawn
+
+ |
+ + Withdrawn + | +
+ The submitted bid was withdrawn by the tenderer(s). + + |
+
+ Allowing bid statistics, and detailed bid information to be represented. +
+Information on bids submitted as part of a contracting process is important for many forms of analysis, including:
+Regulatory regimes vary on the extent to which they allow information on bidding to be proactively published, and at what point in the procurement process. In some systems and processes, a list of invited bidders is published at the start of tendering, and full details and documents on the bids received are disclosed when evaluation is complete. In other systems, only summary statistics on the number of bids received is made public.
+The OCDS bid extension introduces a new, flexible, top-level section to each contracting process to capture bidding information. Implementers will need to assess which fields are applicable to their local regulatory regime, and to local use-cases.
+The bids.details
array is used to provide one or more Bid
objects, each representing a unique bid received.
The bids.statistics
array is used to represent key statistical information about the number of bids and bidders. Each entry in the array is a BidsStatistic
object containing at least:
bidStatistics.csv
codelistThe bidStatistics.csv
codelist is an open codelist. Publishers can add their own codes to this list. When doing so, publishers are encouraged to engage with the open contracting community to agree upon definitions of each code.
For example, publishers may wish to add statistics on minority or women-owned businesses, or bids that meet certain environmental standards and targets.
+The codelist's Category column indicates whether the statistic applies to bids or bidders or whether it is specified or required by a particular regulatory context (e.g. EU).
+Below is an example of a bids extension:
+{
+ "bids": {
+ "statistics": [
+ {
+ "id": "1",
+ "measure": "validBids",
+ "value": 1,
+ "date": "2016-12-09T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were considered valid against relevant criteria."
+ },
+ {
+ "id": "2",
+ "measure": "disqualifiedBids",
+ "value": 1,
+ "date": "2016-12-10T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were disqualified."
+ },
+ {
+ "id": "3",
+ "measure": "highestValidBidValue",
+ "value": 1000,
+ "currency": "USD"
+ },
+ {
+ "id": "4",
+ "measure": "lowestValidBidValue",
+ "value": 1000,
+ "currency": "USD"
+ }
+ ],
+ "details": [
+ {
+ "id": "1",
+ "date": "2016-12-09T01:00:00+01:00",
+ "status": "valid",
+ "value": {
+ "amount": 1000,
+ "currency": "USD"
+ },
+ "documents": [
+ {
+ "id": "1",
+ "documentType": "evaluationReports",
+ "title": "Mega Consortium Bid Evaluation Report",
+ "description": "This document provides details of the evaluation of the bid submitted by Mega Consortium",
+ "url": "http://communications.gov.example/example_ppp/evaluationReport_megaConsortium.pdf",
+ "datePublished": "2016-11-17T10:00:00-06:00",
+ "format": "application/pdf",
+ "language": "en"
+ }
+ ],
+ "tenderers": [
+ {
+ "id": "MEGA",
+ "name": "Mega Consortium"
+ }
+ ]
+ },
+ {
+ "id": "2",
+ "date": "2016-12-10T01:00:00+01:00",
+ "status": "disqualified",
+ "value": {
+ "amount": 1500,
+ "currency": "USD"
+ },
+ "documents": [
+ {
+ "id": "1",
+ "documentType": "evaluationReports",
+ "title": "Beta Consortium Bid Evaluation Report",
+ "description": "This document provides details of the evaluation of the bid submitted by Beta Consortium",
+ "url": "http://communications.gov.example/example_ppp/evaluationReport_betaConsortium.pdf",
+ "datePublished": "2016-11-18T10:00:00-06:00",
+ "format": "application/pdf",
+ "language": "en"
+ }
+ ],
+ "tenderers": [
+ {
+ "id": "BETA",
+ "name": "Beta Consortium"
+ }
+ ]
+ }
+ ]
+ },
+ "awards": [
+ {
+ "id": "111",
+ "title": "Example PPP contract award",
+ "description": "Award of Example PPP contract to Mega Consortium",
+ "status": "active",
+ "date": "2016-12-17T10:00:00-06:00",
+ "relatedBid": "1"
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+BidsStatistic.currency
fieldbidStatistics.csv
bidStatistics.csv
required
property on array field Bids.details
Bids.statistics
and Bid.tenderers
to use identifier merge strategyBidsStatistic.id
, BidsStatistic.measure
, BidsStatistic.value
from being nullBids.statistics
from having null in its array of objectsBids.statistics
to be nullBid.status
BidsStatistic.requirementResponses
to requirements extension+ Allowing bid statistics, and detailed bid information to be represented. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bids
+
+ |
+ + Bids + | +
+ The bid section is used to publish summary statistics, and where applicable, individual bid information. + + |
+ + Bids object + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedBid
+
+ |
+ + Related bid + | +
+ Where bid details are used, a cross reference to the entry in the bids array to which this award relates. Provide the bid identifier here. + + |
+ + string + | +
+ The extension defines a new BidsStatistic
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ An internal identifier for this statistic. + + |
+ + string + | +
+
+ measure
+
+ |
+ + Measure + | +
+ The statistic reported in the value. + + |
+ + string from open bidStatistics codelist + | +
+
+ date
+
+ |
+ + Date + | +
+ The date when this statistic was last updated. This is often the closing date of the tender process. This field may be omitted unless either (a) the same statistic is provided from multiple points in time, or (b) there is a specific local requirement for the date when statistics were calculated to be provided. + + |
+ + string + | +
+
+ value
+
+ |
+ + Value + | +
+ The value for the measure in question. Total counts should be provided as an integer. Percentages should be provided as a proportion of 1 (e.g. 10% = 0.1) + + |
+ + number + | +
+
+ currency
+
+ |
+ + Currency + | +
+ The currency of the amount in the |
+ + string from closed currency codelist + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Any notes needed to understand or interpret the given statistic. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Related Lot + | +
+ Where lots are in use, if this statistic relates to bids on a particular lot, provide the lot identifier here. If left blank, the statistic will be interpreted as applying to the whole tender. + + |
+ + string + | +
+ The extension defines a new Bids
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statistics
+
+ |
+ + Statistics + | +
+ Summary statistics on the number and nature of bids received. Where information is provided on individual bids, these statistics should match those that can be calculated from the bid details array. + + |
+ + array of BidsStatistic objects + | +
+
+ details
+
+ |
+ + Bid details + | +
+ An array of bids, providing information on the bidders, and where applicable, bid status, bid values and related documents. The extent to which this information can be disclosed varies from jurisdiction to jurisdiction. + + |
+ + array of Bid objects + | +
+ The extension defines a new Bid
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ A local identifier for this bid + + |
+ + string + | +
+
+ date
+
+ |
+ + Date + | +
+ The date when this bid was received. + + |
+ + string + | +
+
+ status
+
+ |
+ + Status + | +
+ The status of the bid. + + |
+ + string from closed bidStatus codelist + | +
+
+ tenderers
+
+ |
+ + Tenderer + | +
+ The party, or parties, responsible for this bid. + + |
+ + array of OrganizationReference objects + | +
+
+ value
+
+ |
+ + Value + | +
+ The total value of the bid. + + |
+ + Value object + | +
+
+ documents
+
+ |
+ + Documents + | +
+ All documents and attachments related to the bid and its evaluation. + + |
+ + array of Document objects + | +
+ + This page has moved to a /en/extensions/budget/master/ +
++ Adds a budget breakdown array to the budget object to break down a budget by source and period. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ sourceParty
+
+ |
+ + Source organization + | +
+ The organization providing the funds for a budget entry. + + |
+
+ Adds a budget breakdown array to the budget object to break down a budget by source and period. +
+OCDS' planning.budget
object can be used to describe the budget from which funds are drawn. It includes a single budget.amount
field to capture the total value of the budget for the contracting process.
This extension provides a way to describe the budget in greater detail, including multi-year budgets or budgets sourced from multiple organizations. In the case of PPPs, budgets may be sourced from the private sector or from multi-lateral development banks.
+Disclosing structured data on multi-source budgets allows users to understand how much of the funds for a project come from government or from a specific department, whilst structured data on multi-year budgets allows users to understand the expected spend profile of a contract.
+In the core planning.budget
block, budget.amount
should be used to capture the total value of the budget for the contracting process.
Where budget.budgetBreakdown
is used to express a multi-source budget but the organization details are not known for one or more parts of the budget, for example in a PPP where part of the budget will be provided by the successful private sector bidder, the sourceParty.name
field should be used to provide a free text explanation of the source of the budget, e.g. "Private sector investment from successful bidder".
The following JSON snippet models a single year multi-source budget:
+{
+ "planning": {
+ "budget": {
+ "amount": {
+ "amount": 300000,
+ "currency": "GBP"
+ },
+ "budgetBreakdown": [
+ {
+ "id": "1",
+ "description": "Budget contribution from the local government",
+ "sourceParty": {
+ "id": "GB-LAC-E09000003-557",
+ "name": "London Borough of Barnet - Transport Services"
+ },
+ "amount": {
+ "amount": 150000,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "2",
+ "description": "Budget contribution from the national government",
+ "sourceParty": {
+ "id": "GB-GOV-23",
+ "name": "Department for Transport"
+ },
+ "amount": {
+ "amount": 150000,
+ "currency": "GBP"
+ }
+ }
+ ]
+ }
+ },
+ "parties": [
+ {
+ "id": "GB-GOV-23",
+ "name": "Department for Transport",
+ "roles": [
+ "funder"
+ ]
+ },
+ {
+ "id": "GB-LAC-E09000003-557",
+ "name": "London Borough of Barnet - Transport Services",
+ "roles": [
+ "funder"
+ ]
+ }
+ ]
+}
+
The following JSON snippet models a multi-year single source budget:
+{
+ "planning": {
+ "budget": {
+ "amount": {
+ "amount": 70000,
+ "currency": "GBP"
+ },
+ "budgetBreakdown": [
+ {
+ "id": "1",
+ "description": "2021/2022",
+ "period": {
+ "startDate": "2021-04-01T00:00:00Z",
+ "endDate": "2022-03-31T23:59:59Z"
+ },
+ "amount": {
+ "amount": 20000,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "2",
+ "description": "2022/2023",
+ "period": {
+ "startDate": "2022-04-01T00:00:00Z",
+ "endDate": "2023-03-31T23:59:59Z"
+ },
+ "amount": {
+ "amount": 50000,
+ "currency": "GBP"
+ }
+ }
+ ]
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++partyRole.csv
codelist, because the 'funder' code is deprecated in OCDS 1.2.minProperties
, minItems
and/or minLength
properties."uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.mergeStrategy
propertiesBudgetBreakdown.id
required and non-nullable to support revision tracking and list merging+ Adds a budget breakdown array to the budget object to break down a budget by source and period. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new BudgetBreakdown
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ An identifier for this particular budget entry. + + |
+ + string or integer + | +
+
+ description
+
+ |
+ + Description + | +
+ A short free text description of this budget entry. + + |
+ + string + | +
+
+ amount
+
+ |
+ + Amount + | +
+ The value of the budget line item. A positive amount means the source organization funds the contracting process. A negative amount means the contracting process pays the source organization. + + |
+ + Value object + | +
+
+ uri
+
+ |
+ + Linked budget information + | +
+ A URI pointing directly to a machine-readable information about this budget entry. + + |
+ + string + | +
+
+ period
+
+ |
+ + Budget period + | +
+ The period covered by this budget entry. + + |
+ + Period object + | +
+
+ sourceParty
+
+ |
+ + Source organization + | +
+ The organization providing the funds for this budget entry. The corresponding entry in the |
+ + OrganizationReference object + | +
+ The extension defines these fields in the Budget
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ budgetBreakdown
+
+ |
+ + Budget breakdown + | +
+ A detailed breakdown of the budget by period and/or participating funders. + + |
+ + array of BudgetBreakdown objects + | +
+ + This page has moved to a /en/extensions/budget_and_spend/master/ +
++ Extends budget breakdown and contract implementation to allow publication of detailed budget allocations and execution for a contracting process, using classifications that can be mapped to separately published budget and spend data. +
+The Budgets and Spend extension extends budget breakdown and the contract implementation section to allow the publication of detailed budget allocations and execution for a contracting process.
+A discussion paper providing background approach taken is available here.
+This repository is under active development, and currently contains a worked example of how this extension can be used to record yearly financial commitments to a contracting process and individual contracts.
+This extension introduces three new features that build on the budget breakdown extension:
+classifications
- allowing functional, economic and administrative classifications to be provided for each budget breakdown item;measures
- allowing different budget measures (planned, committed, executed etc.) to be expressed at the contracting process level for each set of budget classifications;fiscalBreakdownFieldMapping
- providing an approach to link to a Fiscal Data Package datapackage.json file that defines the meaning of each classification and measure, and that provides access to related budget-level data.In addition, it introduces the financialProgress
object into contracts.implementation
, allowing a detailed breakdown of the financial execution of each contract to be expressed, using the same classifications
, measures
and fiscalBreakdownFieldMapping
features as for budgetBreakdown
.
The best way to understand this extension is by looking at worked examples.
+This extension provides the tools to create data that links budgets, contracting processes and spending
+Drawing on definitions from the Global Initiative for Fiscal Transparency (GIFT):
+A budget is a forward-looking statements of how an organization proposes to raise revenues, spend resources, and finance its operations. The National Government budget should cover all the activities of a state. Detailed budgets may also exist at the level of agencies and projects. In public contracting, the funding for a contracting process may come from a particular section of the National budget, or from an organizational budget. It may also come wholly or partially from an external funders budget (e.g. an International Development Bank), either directly, or passing through government systems.
+Budget lines are constructed from a set of classifications (often described in terms of Functional, Administrative and Economic classifications), and measures (such as the original amount committed to a particular set of classifications, or the modified, or executed, amounts).
+Fiscal reports are records of [an organization's] actual (historical) revenues, spending and financing. They may report the fiscal activities of the central government, state governments, or local governments, or of all levels of government in a country (referred to as the general government). Reports may cover a whole government in aggregate as an organization, and/or individual government units, e.g. ministries, departments or agencies. They may be on a cash or accruals basis (full or partial). As payments are made during the execution of a contract, these may be allocated against one or more sections of the budget. In some cases, this may allow the creation of fiscal reporting at the level of individual contracts.
+The Open Contracting Data Standard is used to share information about contracting processes. A contracting process may go through a number of stages over time, including planning, tender, award, contract signature and implementation.
+The image above presents a schematic representation of how budget, contracting and spend datasets may interact.
+Note that:
+planning
section of an OCDS contracting process may be updated after contracts are awarded and being implemented.The image below shows a mapping between the stages of a transaction and the stages of a contracting process. The stages of a transaction are generally common across different jurisdictions and reflect those described by the Fiscal Data Package; however, some jurisdictions might not record all stages, some might use different terminology, and some might have more stages.
+ +The joined-up data covered by this extension is typically sourced from procurement systems and Financial Management Information Systems (FMIS). Examples of how such systems can be integrated include:
+The Fiscal Data Package, developed by Open Knowledge with the support of GIFT, provides "a lightweight and user-oriented format for publishing and consuming fiscal data". Unlike OCDS, which requires data to be converted to a set JSON structure before publication, a Fiscal Data Package consists of:
+Considerable research and user-testing has taken place to develop the Fiscal Data Package, establishing that, instead of seeking agreement on some global set of fiscal concepts, it is important, given the diversity of budget and spending systems around the world, to allow publishers to provide data using their existing fiscal concepts, and to then annotate these with additional data that can progressively support comparison and analysis across datasets.
+To avoid duplication of effort by data publishers and consumers, this extension defers to the Fiscal Data Package model with respect to the definition of fiscal concepts, and follows FDP's approach of allowing use of existing data column names. Whilst FDP makes no direct distinction between "classifications" and "measures", considering both to be instances of "fiscal concepts", in this extension we do draw a distinction to allow measures to be validated as numerical, whilst classifications can take string or number values.
+A full exploration of the approach taken in this extension can be found in the background discussion paper.
+This extension was designed around a set of user stories.
+Identifying and confirming budget allocations:
+Tracking the payment process:
+These user stories were used to identify a set of requirements that the extension should meet. The list below outlines the extent to which the current extension meets the requirements that were identified.
+classifications
object that can include any number of classification fields, mirroring the terms and column names used within budget datasets.projectID
field.measures
object that can include any number of measure fields, mirroring the terms and column names used within existing budget and spending datasets.financialProgress.breakdown
section, but the extension does not currently modify the transactions
block to allow classification at the individual transaction level.measures
in financialProgress.breakdown
for each contract can be used to describe different moments of payment processing. However, this only provides a full history of the timing of payment processes when used with a detailed version history of releases. An alternative approach of adding details of transactions
to represent different moments such as requests for payment and payment approvals has not been included in this extension, but may be developed separately in future.classifications
and measures
in order to display information clearly to users.Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties."uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.+ Extends budget breakdown and contract implementation to allow publication of detailed budget allocations and execution for a contracting process, using classifications that can be mapped to separately published budget and spend data. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ financialProgress
+
+ |
+ + Financial progress + | +
+ The financial progress section allows high-level and detailed information on amounts committed or spent to date for this particular contract. This may be used alongside the transactions section, which allows for details of each individual payment to be recorded. + + |
+ + object + | +
+
+ financialProgress.
+ |
+ + Total spend + | +
+ The total spend on this contract at the date of last update. Note that the exact fiscal measure this number represents may vary between data publishers (e.g. amount invoiced vs. amount transferred to the bank account of the supplier). + + |
+ + Value object + | +
+
+ financialProgress.
+ |
+ + Measures + | +
+ This measures section reports aggregated financial progress figures for this contract (i.e. without breakdown by budget classifications). Measures must be provided as a set of key-value pairs, where the key should be the name of the measure used within a related Fiscal Data Package dataset or other budget and spending dataset. The value is the value of this measure when last updated, and must be provided as a number in the same default currency as any aggregate reported budget or spending figures. + + |
+ + object + | +
+
+ financialProgress.
+ |
+ + + | ++ + | ++ number + | +
+
+ financialProgress.
+ |
+ + Financial progress breakdown + | +
+ This section contains a breakdown of financial progress, allowing various measures (amount invoiced, amount accrued, amount paid etc.) to be disaggregated by source, period and budget classification + + |
+ + array of FinancialProgressBreakdown objects + | +
+ The extension defines a new FinancialProgressBreakdown
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ An identifier for this particular financial progress breakdown entry. + + |
+ + string or integer + | +
+
+ description
+
+ |
+ + Description + | +
+ A short free text description of this financial progress breakdown. This may be displayed in user interfaces to help users interpret this entry. This may be automatically generated from structured data or may be manually entered. + + |
+ + string + | +
+
+ period
+
+ |
+ + Budget period + | +
+ The period covered by this financial progress breakdown entry. This information may also be duplicated using classifications where relevant. + + |
+ + Period object + | +
+
+ classifications
+
+ |
+ + Budget classifications + | +
+ Budget classifications must be provided as a set of key-value pairs, where the key is a dimension (or the label of a dimension) used in budget classification, and the value is the value of that dimension for this contracting process or specific contract (depending on the point within an OCDS file at which the classification is provided). + + |
+ + object + | +
+
+ classifications.
+ |
+ + + | ++ + | ++ string or number + | +
+
+ measures
+
+ |
+ + measures + | +
+ Measures must be provided as a set of key-value pairs, where the key should be the name of the measure used within a related Fiscal Data Package dataset or other budget and spending dataset. The value is the value of this measure when last updated, and must be provided as a number in the same default currency as any aggregate reported budget or spending figures. + + |
+ + object + | +
+
+ measures.
+ |
+ + + | ++ + | ++ number + | +
+
+ fiscalBreakdownFieldMapping
+
+ |
+ + + | ++ + | ++ FiscalBreakdownFieldMapping object + | +
+ The extension defines these fields in the BudgetBreakdown
object from the Budget Breakdown extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ classifications
+
+ |
+ + Budget classifications + | +
+ Budget classifications must be provided as a set of key-value pairs, where the key is a dimension (or the label of a dimension) used in budget classification, and the value is the value of that dimension for this contracting process or specific contract (depending on the point within an OCDS file at which the classification is provided). + + |
+ + object + | +
+
+ classifications.
+ |
+ + + | ++ + | ++ string or number + | +
+
+ measures
+
+ |
+ + measures + | +
+ Measures must be provided as a set of key-value pairs, where the key should be the name of the measure used within a related Fiscal Data Package dataset or other budget and spending dataset. The value is the value of this measure when last updated, and must be provided as a number in the same default currency as any aggregate reported budget or spending figures. + + |
+ + object + | +
+
+ measures.
+ |
+ + + | ++ + | ++ number + | +
+
+ fiscalBreakdownFieldMapping
+
+ |
+ + + | ++ + | ++ FiscalBreakdownFieldMapping object + | +
+ + This page has moved to a /en/extensions/charges/master/ +
++ Adds a charges array to the implementation object to disclose the charges to be incurred by users or government in a given period of a contract. +
+
+ You can download the chargePaidBy.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ government
+
+ |
+ + Government + | +
+ The charge is paid by the government + + |
+
+
+ user
+
+ |
+ + User + | +
+ The charge is paid by businesses or citizens using the facilities provided by the contract + + |
+
+ Adds a charges array to the implementation object to disclose the charges to be incurred by users or government in a given period of a contract. +
+The charges extension is used to record details of the total charges that are estimated or applied to users or government during the operation of a Public Private Partnership contract.
+This can be used to provide a breakdown of government support to a project, on a period-by-period basis.
+The charges extension introduces a charges
array to the contracts.implementation
object.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "title": "Public Private Partnership Agreement",
+ "description": "Public-Private Partnership agreement entered into by and between telecoms promoter, together with national fibre infrastructure and the special purpose vehicle Mega Consortium Ltd",
+ "implementation": {
+ "charges": [
+ {
+ "id": "2025-user",
+ "title": "User charges for calendar year 2025 resulting from 4G, 3G, voice and SMS tariffs",
+ "estimatedValue": {
+ "amount": 1019100000,
+ "currency": "USD"
+ },
+ "paidBy": "user",
+ "period": {
+ "startDate": "2025-01-01T00:00:00Z",
+ "endDate": "2025-12-31T23:59:59Z"
+ }
+ },
+ {
+ "id": "2026-user",
+ "title": "User charges for calendar year 2026 resulting from 4G, 3G, voice and SMS tariffs",
+ "estimatedValue": {
+ "amount": 1129206411.9632988,
+ "currency": "USD"
+ },
+ "paidBy": "user",
+ "period": {
+ "startDate": "2026-01-01T00:00:00Z",
+ "endDate": "2026-12-31T23:59:59Z"
+ }
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties."uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.Charge.id
required to support revision tracking and list merging+ Adds a charges array to the implementation object to disclose the charges to be incurred by users or government in a given period of a contract. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ charges
+
+ |
+ + Charges + | +
+ Information on the revenue to be raised through charges, as set out in the contract or as subsequently revised during the life of the project. + + |
+ + array of Charge objects + | +
+ The extension defines a new Charge
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Charge identifier + | +
+ A local identifier for this specific charge. This field is used to keep track of revisions of a charge across multiple OCDS releases. + + |
+ + string + | +
+
+ title
+
+ |
+ + Charge title + | +
+ A descriptive title for this charge. + + |
+ + string + | +
+
+ paidBy
+
+ |
+ + Paid by + | +
+ Is this a user charge (paid by businesses or citizens using the facilities provided by the contract), or a charge paid by the government? + + |
+ + string from closed chargePaidBy codelist + | +
+
+ period
+
+ |
+ + Period + | +
+ The period to which this charge applies. + + |
+ + Period object + | +
+
+ estimatedValue
+
+ |
+ + Estimated value + | +
+ What is the estimated total value to be raised from this charge during this period. + + |
+ + Value object + | +
+
+ actualValue
+
+ |
+ + Actual value + | +
+ In the implementation section, this field may be updated with the total revenue raised from this charge during this period. + + |
+ + Value object + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Any notes on this charge. This may include clarifying information. + + |
+ + string + | +
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
diff --git a/en/extensions/charges/v1.1/extension.json b/en/extensions/charges/v1.1/extension.json new file mode 100644 index 000000000..6c298817c --- /dev/null +++ b/en/extensions/charges/v1.1/extension.json @@ -0,0 +1,15 @@ +{ + "name": { + "en": "Charges", + "es": "Cargos" + }, + "description": { + "en": "The charges extension is used to record details of the **total** charges that are estimated or applied to users or government during the operation of a Public Private Partnership contract.", + "es": "La extensi\u00f3n de cargos se utiliza para registrar detalles de los **cargos totales** estimados o aplicados a los usuarios o al gobierno durante la operaci\u00f3n de un contrato de Asociaci\u00f3n P\u00fablico Privada." + }, + "compatibility": [ + "1.1" + ], + "dependencies": [], + "documentationUrl": {} +} diff --git a/en/extensions/charges/v1.1/index.html b/en/extensions/charges/v1.1/index.html new file mode 100644 index 000000000..b37540443 --- /dev/null +++ b/en/extensions/charges/v1.1/index.html @@ -0,0 +1,274 @@ + + + + + + + + + ++ Adds a charges array to the implementation object to disclose the charges to be incurred by users or government in a given period of a contract. +
+The charges extension is used to record details of the total charges that are estimated or applied to users or government during the operation of a Public Private Partnership contract.
+This can be used to provide a breakdown of government support to a project, on a period-by-period basis.
+The Charges extension introduces a charges
property to both Contract
and Contract/Implementation
.
This contains an array of Charge
objects with properties for:
title
- a descriptive title of the charge;paidBy
- either 'government' or 'user';period
- the start and end-date of the period covered by the charge;estimatedValue
- the predicated total value of this charge during the period;actualValue
- the actual value (updated after the period has ended) of the charge during the period;notes
- further information on the charge;+ Adds a charges array to the implementation object to disclose the charges to be incurred by users or government in a given period of a contract. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ charges
+
+ |
+ + Charges + | +
+ Information on the revenue to be raised through charges, as set out in the contract or as subsequently revised during the life of the project. + + |
+ + array of Charge objects + | +
+ The extension defines a new Charge
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Charge identifier + | +
+ A local identifier for this specific charge. This field is used to keep track of revisions of a charge across multiple OCDS releases. + + |
+ + string + | +
+
+ title
+
+ |
+ + Charge title + | +
+ A descriptive title for this charge. + + |
+ + string + | +
+
+ paidBy
+
+ |
+ + Paid by + | +
+ Is this a user charge (paid by businesses or citizens using the facilities provided by the contract), or a charge paid by the government? + + |
+ + string + | +
+
+ period
+
+ |
+ + Period + | +
+ The period to which this charge applies. + + |
+ + Period object + | +
+
+ estimatedValue
+
+ |
+ + Estimated value + | +
+ What is the estimated total value to be raised from this charge during this period. + + |
+ + Value object + | +
+
+ actualValue
+
+ |
+ + Actual value + | +
+ In the implementation section, this field may be updated with the total revenue raised from this charge during this period. + + |
+ + Value object + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Any notes on this charge. This may include clarifying information. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/communication/master/ +
++ Adds a communication object to the tender to describe the modalities of communication about key events. +
+Adds a communication object to the tender and lot objects, to describe the modalities of communication about key events.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BT-124, BT-127, BT-631, BT-632 and BT-738.For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+An example of a planning notice from which a competition notice will follow.
+{
+ "tender": {
+ "communication": {
+ "atypicalToolName": "ACertainTool",
+ "atypicalToolUrl": "https://ecomm-procurement.example.net",
+ "futureNoticeDate": "2020-06-17T00:00:00+01:00",
+ "noticePreferredPublicationDate": "2020-03-15T00:00:00+01:00",
+ "documentAvailabilityPeriod": {
+ "startDate": "2020-06-15T00:00:00+01:00",
+ "endDate": "2020-07-10T00:00:00+01:00"
+ }
+ }
+ }
+}
+
An example of a planning notice that is used as a call for competition and that is divided into lots.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "communication": {
+ "atypicalToolName": "ACertainTool",
+ "atypicalToolUrl": "https://ecomm-procurement.example.net",
+ "noticePreferredPublicationDate": "2020-03-15T00:00:00+01:00",
+ "documentAvailabilityPeriod": {
+ "startDate": "2020-06-15T00:00:00+01:00",
+ "endDate": "2020-07-10T00:00:00+01:00"
+ },
+ "invitationToConfirmInterestDispatchDate": "2020-11-15T09:00:00+01:00"
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Communication.atypicalToolName
Communication.invitationToConfirmInterestDispatchDate
Communication.noticePreferredPublicationDate
Lot.communication
tender.communication.documentAvailabilityPeriod
fieldminProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds a communication object to the tender to describe the modalities of communication about key events. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ communication
+
+ |
+ + Communication + | +
+ Modalities of communication about key events. + + |
+ + Communication object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ communication
+
+ |
+ + Communication + | +
+ Modalities of communication about key events for this lot. + + |
+ + Communication object + | +
+ The extension defines a new Communication
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ atypicalToolName
+
+ |
+ + Atypical tool name + | +
+ The name of the tools and devices that are not generally available and that are required to communicate electronically with the buyer. + + |
+ + string + | +
+
+ atypicalToolUrl
+
+ |
+ + Atypical tool URL + | +
+ The URL of the tools and devices that are not generally available and that are required to communicate electronically with the buyer. + + |
+ + string + | +
+
+ noticePreferredPublicationDate
+
+ |
+ + Notice preferred publication date + | +
+ The buyer's preferred date of publication of the notice (e.g. to avoid publication during a national holiday). + + |
+ + string + | +
+
+ futureNoticeDate
+
+ |
+ + Future notice date + | +
+ The estimated date of publication of the next sequential notice. For example, the next sequential notice for a planning notice might be a competition notice. + + |
+ + string + | +
+
+ invitationToConfirmInterestDispatchDate
+
+ |
+ + Invitation to confirm interest dispatch date + | +
+ The estimated date of dispatch from the buyer to potential suppliers of the invitations to confirm interest. For example, when a planning notice is used as a call for competition, the buyer might simultaneously invite the potential suppliers that have expressed their interest to confirm their continuing interest. + + |
+ + string + | +
+
+ documentAvailabilityPeriod
+
+ |
+ + Document availability period + | +
+ The period during which documents can be accessed, or during which requests for access to documents can be submitted. + + |
+ + Period object + | +
+ + This page has moved to a /en/extensions/contractTerms/master/ +
++ Adds a contract terms object to the tender and lot objects, to describe the terms governing the future contract. +
+
+ You can download the permission.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ required
+
+ |
+ + Required + | +
+ The activity is required. + + |
+
+
+ allowed
+
+ |
+ + Allowed + | +
+ The activity is allowed. + + |
+
+
+ notAllowed
+
+ |
+ + Not allowed + | +
+ The activity is not allowed. + + |
+
+ Adds a contract terms object to the tender and lot objects, to describe the terms governing the future contract. +
+Adds a contract terms object to the tender and lot objects, to describe the terms governing the future contract.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BG-711 (Contract Terms), BT-801 (Non Disclosure Agreement), BT-802 (Non Disclosure Agreement Description), OPT-071 (Quality Target Code) and OPT-072 (Quality Target Description). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "contractTerms": {
+ "hasElectronicPayment": true,
+ "hasElectronicOrdering": false,
+ "electronicInvoicingPolicy": "required",
+ "reservedExecution": true,
+ "performanceTerms": "A set of KPIs will be developed for this contract and the successful tenderer will be measured against these for the duration of the contract. Please refer to briefing document for further details.",
+ "financialTerms": "In the event that a work referred to in § 2.6 of the Agreement is created as part of the implementation of the Subject Matter of the Agreement, the Contractor shall indicate on the invoice what proportion of the remuneration for implementation.",
+ "tendererLegalForm": "Contractors may jointly apply for the contract.",
+ "hasExclusiveRights": false,
+ "operatorRevenueShare": 0.25,
+ "socialStandards": "The supplier maintains the social, collective bargaining and labor law obligations according to Union law, national law or collective agreements. 4 paragraph 4a Regulation 13707/2007.",
+ "hasNonDisclosureAgreement": true,
+ "nonDisclosureAgreement": "A non-disclosure agreement is required in order to...",
+ "customerServices": [
+ {
+ "type": "clean",
+ "name": "Cleanliness of rolling stock and station facilities",
+ "description": "Rolling stock and station facilities must be kept at a minimum standard of cleanliness."
+ }
+ ]
+ }
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "contractTerms": {
+ "hasElectronicPayment": true,
+ "hasElectronicOrdering": false,
+ "electronicInvoicingPolicy": "required",
+ "reservedExecution": true,
+ "performanceTerms": "A set of KPIs will be developed for this contract and the successful tenderer will be measured against these for the duration of the contract. Please refer to briefing document for further details.",
+ "financialTerms": "In the event that a work referred to in § 2.6 of the Agreement is created as part of the implementation of the Subject Matter of the Agreement, the Contractor shall indicate on the invoice what proportion of the remuneration for implementation.",
+ "tendererLegalForm": "Contractors may jointly apply for the contract.",
+ "hasExclusiveRights": false,
+ "operatorRevenueShare": 0.25,
+ "socialStandards": "The supplier maintains the social, collective bargaining and labor law obligations according to Union law, national law or collective agreements. 4 paragraph 4a Regulation 13707/2007.",
+ "hasNonDisclosureAgreement": true,
+ "nonDisclosureAgreement": "A non-disclosure agreement is required in order to...",
+ "customerServices": [
+ {
+ "type": "clean",
+ "name": "Cleanliness of rolling stock and station facilities",
+ "description": "Rolling stock and station facilities must be kept at a minimum standard of cleanliness."
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+hasNonDisclosureAgreement
, nonDisclosureAgreement
and customerServices
fields.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds a contract terms object to the tender and lot objects, to describe the terms governing the future contract. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ contractTerms
+
+ |
+ + Contract terms + | +
+ Information about the terms governing the future contracts from the procedure. + + |
+ + ContractTerms object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ contractTerms
+
+ |
+ + Contract terms + | +
+ Information about the terms governing the future contracts for the lot. + + |
+ + ContractTerms object + | +
+ The extension defines a new ContractTerms
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasElectronicPayment
+
+ |
+ + Electronic payment used + | +
+ Whether electronic payment is used. + + |
+ + boolean + | +
+
+ hasElectronicOrdering
+
+ |
+ + Electronic ordering used + | +
+ Whether electronic ordering is used. + + |
+ + boolean + | +
+
+ electronicInvoicingPolicy
+
+ |
+ + Electronic invoicing policy + | +
+ Whether the buyer will require, allow or not allow electronic invoices. + + |
+ + string from closed permission codelist + | +
+
+ reservedExecution
+
+ |
+ + Reserved execution + | +
+ Whether the execution of the contract is restricted to the framework of sheltered employment programmes. + + |
+ + boolean + | +
+
+ performanceTerms
+
+ |
+ + Terms performance + | +
+ The main information about the performance of the contract (e.g. intermediary deliverables, compensation for damages, intellectual property rights). + + |
+ + string + | +
+
+ financialTerms
+
+ |
+ + Financial terms + | +
+ The main information about financing and payment and/or reference to any provisions that govern them. + + |
+ + string + | +
+
+ tendererLegalForm
+
+ |
+ + Tenderer legal form + | +
+ A certain legal form that must be taken by a group of tenderers that is awarded a contract. + + |
+ + string + | +
+
+ hasExclusiveRights
+
+ |
+ + Has exclusive rights + | +
+ A right entitling a public service operator to operate certain public passenger transport services on a particular route or network or in a particular area, to the exclusion of any other such operator. + + |
+ + boolean + | +
+
+ exclusiveRights
+
+ |
+ + Exclusive rights + | +
+ The nature and extent of the exclusive rights granted by the procuring entity to the supplier. + + |
+ + string + | +
+
+ operatorRevenueShare
+
+ |
+ + Operator revenue share + | +
+ The percentage of revenue from the sale of tickets allocated to the supplier. + + |
+ + number + | +
+
+ otherTerms
+
+ |
+ + Other terms + | +
+ Other contract terms that do not fit the semantics of any other OCDS field. + + |
+ + string + | +
+
+ rewardsAndPenalties
+
+ |
+ + Rewards and penalties + | +
+ Information about rewards and penalties relating to quality targets. + + |
+ + string + | +
+
+ socialStandards
+
+ |
+ + Social standards + | +
+ The required social standards, for example: detail of the contractual rights of the staff concerned, and conditions under which employees are considered to be linked to the services. + + |
+ + string + | +
+
+ hasNonDisclosureAgreement
+
+ |
+ + Has non-disclosure agreement + | +
+ Whether contract execution requires a non-disclosure agreement. + + |
+ + boolean + | +
+
+ nonDisclosureAgreement
+
+ |
+ + Non-disclosure agreement + | +
+ A description of the non-disclosure agreement required for contract execution. + + |
+ + string + | +
+
+ customerServices
+
+ |
+ + Customer services + | +
+ Information about customer service requirements. + + |
+ + array of CustomerService objects + | +
+ The extension defines a new CustomerService
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Type + | +
+ The type of this customer service requirement. + + |
+ + string + | +
+
+ name
+
+ |
+ + Name + | +
+ A name for this customer service requirement. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this customer service requirement. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/contract_buyer/master/ +
++ Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole. +
+Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole.
+OCDS indicates the (lead) buyer in a contracting process with the buyer
field. If a contracting process involves multiple buyers, each buyer can be added to the parties
array with a 'buyer' role.
However, in some cases, for a given award, a subset of the buyers decide on the supplier and sign the contract. Only use this extension in such cases.
+In the European Union, this extension's fields correspond to eForms OPT-300-Contract-Signatory. For correspondences to eForms fields, see OCDS for eForms.
+Two contracts are issued with a different buyer for each.
+{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "buyer": {
+ "name": "Example Department of Transport",
+ "id": "GB-GOV-00000000"
+ }
+ },
+ {
+ "id": "2",
+ "awardID": "2",
+ "buyer": {
+ "name": "Example Department of Education",
+ "id": "GB-GOV-12345678"
+ }
+ }
+ ]
+}
+
One award is issued with two buyers.
+{
+ "awards": [
+ {
+ "id": "1",
+ "buyers": [
+ {
+ "name": "Example Department of Education",
+ "id": "GB-GOV-12345678"
+ },
+ {
+ "name": "Example Department of Transport",
+ "id": "GB-GOV-00000000"
+ }
+ ]
+ }
+ ]
+}
+
awards.buyers
field.Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ buyers
+
+ |
+ + Buyers + | +
+ The organizations aiming to conclude a contract with the suppliers or to use the goods, services or works resulting from the contract, if not identical to the buyers for the contracting process. + + |
+ + array of OrganizationReference objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ buyer
+
+ |
+ + Buyer + | +
+ The organization aiming to conclude a contract with the suppliers or to use the goods, services or works resulting from the contract, if not identical to the buyer for the contracting process. + + |
+ + OrganizationReference object + | +
+ + This page has moved to a /en/extensions/contract_completion/master/ +
++ Adds fields to the contract implementation section to detail the end date, and final value of a contract. +
+The Open Contracting Data Standard can be used to provide information on all stages of a contracting process, from planning through to implementation.
+This extension introduces four fields that can be used at the end of a contracting process to provide details of the final date and value of the contract, and, where there is variation, to provide a justification of this.
+OCDS contains many existing fields that can be used as part of a Contracts Register. These are documented in the schema reference. This extension does not modify any of these fields. However, the following list is provided for convenience of those considering the design of a contracts register:
+awards
section, linked via contracts.awardID
(even if you are only releasing information at the contract stage, you may provide information in the tender and award sections).contracts.documents
.contracts.implementation.documents
.contracts.implementation.transactions
.contracts.implementation.milestones
.contracts.amendments
array, and with past values provided using the OCDS releases model as described here.Milestones may have a status
of 'scheduled', 'met', 'notMet' or 'partiallyMet'. By providing at least one milestone for a contract, and then ensuring milestones.status
is updated when implementation.endDate
you can indicate whether a contract ended with successful delivery of all milestones and deliverables.
Note the difference between the contract period
and value
(as agreed in the contract, or amended contract), and the implementation finalValue
and endDate
, along with the explanation provided of this variance.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "title": "Contract to build new cycle lanes in the centre of town.",
+ "period": {
+ "startDate": "2010-07-01T00:00:00Z",
+ "endDate": "2012-01-01T23:59:00Z",
+ "maxExtentDate": "2012-01-31T23:59:00Z"
+ },
+ "value": {
+ "amount": 11500000,
+ "currency": "GBP"
+ },
+ "implementation": {
+ "endDate": "2012-02-01T00:00:00Z",
+ "endDateDetails": "Project was completed one day beyond the extended deadline.",
+ "finalValue": {
+ "amount": 11800000,
+ "currency": "GBP"
+ },
+ "finalValueDetails": "The final payment to the supplier included a compensation payment triggered by the local authority failure to provide work permits on schedule."
+ }
+ }
+ ]
+}
+
The examples directory contains a full worked example with:
+This is also provided as an OCDS record and as an Excel file.
+In the Excel file, it is possible to see three releases describing the three key moments from the same contracting process.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.This extension was originally discussed in https://github.com/open-contracting/standard/issues/703.
++ Adds fields to the contract implementation section to detail the end date, and final value of a contract. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ endDate
+
+ |
+ + End date + | +
+ The actual date when contract implementation ended. Where |
+ + string + | +
+
+ endDateDetails
+
+ |
+ + End date details + | +
+ Details related to the endDate. This may be a justification for the contract's completion date being different than in the original contract. + + |
+ + string + | +
+
+ finalValue
+
+ |
+ + Final value + | +
+ The actual total value of all payments for a completed contract. If |
+ + Value object + | +
+
+ finalValueDetails
+
+ |
+ + Final value details + | +
+ Details related to the final value. This may be a justification for the completed contract's value being different than in the original contract. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/contract_suppliers/master/ +
++ To allow explicit declaration of suppliers within the contracts block. Used when a single award to multiple suppliers results in multiple contracts to a sub-set of those awarded suppliers. +
+OCDS is designed around a contracting model in which:
+For this reason, the core Contract
block does not include information on suppliers
. These can be located by looking at the related Award
using the awardID
cross-reference.
However, there are some contracting processes in which a single award to multiple suppliers, results in multiple contracts, each to a single supplier. In these instances, it is important to specify suppliers at the contract level.
+The Contract Suppliers extension introduces a contracts.suppliers
array for this purpose.
An award is made to a consortium with multiple suppliers. Then, a contract is signed with each of them separately. When this extension is used, you should fill contracts.items
and contracts.value
with the awarded items and value for each supplier.
{
+ "awards": [
+ {
+ "id": "ocds-213czf-000-00001-award-01",
+ "value": {
+ "amount": 100000,
+ "currency": "GBP"
+ },
+ "items": [
+ {
+ "id": "0001",
+ "description": "Construction work for highways",
+ "quantity": 10,
+ "unit": {
+ "name": "Miles",
+ "value": {
+ "amount": 10000,
+ "currency": "GBP"
+ }
+ }
+ }
+ ],
+ "suppliers": [
+ {
+ "id": "GB-COH-1234567844",
+ "name": "AnyCorp Cycle Provision"
+ },
+ {
+ "id": "GB-COH-789456123",
+ "name": "OtherCorp"
+ }
+ ]
+ }
+ ],
+ "contracts": [
+ {
+ "id": "ocds-213czf-000-00001-contract-01",
+ "awardID": "ocds-213czf-000-00001-award-01",
+ "value": {
+ "amount": 70000,
+ "currency": "GBP"
+ },
+ "suppliers": [
+ {
+ "id": "GB-COH-1234567844",
+ "name": "AnyCorp Cycle Provision"
+ }
+ ],
+ "items": [
+ {
+ "id": "0001",
+ "description": "Construction work for highways",
+ "quantity": 7,
+ "unit": {
+ "name": "Miles",
+ "value": {
+ "amount": 10000,
+ "currency": "GBP"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "ocds-213czf-000-00001-contract-02",
+ "awardID": "ocds-213czf-000-00001-award-01",
+ "value": {
+ "amount": 30000,
+ "currency": "GBP"
+ },
+ "suppliers": [
+ {
+ "id": "GB-COH-789456123",
+ "name": "OtherCorp"
+ }
+ ],
+ "items": [
+ {
+ "id": "0001",
+ "description": "Construction work for highways",
+ "quantity": 3,
+ "unit": {
+ "name": "Miles",
+ "value": {
+ "amount": 10000,
+ "currency": "GBP"
+ }
+ }
+ }
+ ]
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.+ To allow explicit declaration of suppliers within the contracts block. Used when a single award to multiple suppliers results in multiple contracts to a sub-set of those awarded suppliers. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ suppliers
+
+ |
+ + Suppliers + | +
+ The suppliers explicitly named in this contract. + + |
+ + array of OrganizationReference objects + | +
+ + This page has moved to a /en/extensions/countryCode/master/ +
++ Adds a country code field to the address object. +
+
+ You can download the country.csv
file in English.
+
+ Code + | ++ Title + | +
---|---|
+
+ AD
+
+ |
+ + Andorra + | +
+
+ AE
+
+ |
+ + United Arab Emirates + | +
+
+ AF
+
+ |
+ + Afghanistan + | +
+
+ AG
+
+ |
+ + Antigua and Barbuda + | +
+
+ AI
+
+ |
+ + Anguilla + | +
+
+ AL
+
+ |
+ + Albania + | +
+
+ AM
+
+ |
+ + Armenia + | +
+
+ AO
+
+ |
+ + Angola + | +
+
+ AQ
+
+ |
+ + Antarctica + | +
+
+ AR
+
+ |
+ + Argentina + | +
+
+ AS
+
+ |
+ + American Samoa + | +
+
+ AT
+
+ |
+ + Austria + | +
+
+ AU
+
+ |
+ + Australia + | +
+
+ AW
+
+ |
+ + Aruba + | +
+
+ AX
+
+ |
+ + Åland Islands + | +
+
+ AZ
+
+ |
+ + Azerbaijan + | +
+
+ BA
+
+ |
+ + Bosnia and Herzegovina + | +
+
+ BB
+
+ |
+ + Barbados + | +
+
+ BD
+
+ |
+ + Bangladesh + | +
+
+ BE
+
+ |
+ + Belgium + | +
+
+ BF
+
+ |
+ + Burkina Faso + | +
+
+ BG
+
+ |
+ + Bulgaria + | +
+
+ BH
+
+ |
+ + Bahrain + | +
+
+ BI
+
+ |
+ + Burundi + | +
+
+ BJ
+
+ |
+ + Benin + | +
+
+ BL
+
+ |
+ + Saint Barthélemy + | +
+
+ BM
+
+ |
+ + Bermuda + | +
+
+ BN
+
+ |
+ + Brunei Darussalam + | +
+
+ BO
+
+ |
+ + Bolivia (Plurinational State of) + | +
+
+ BQ
+
+ |
+ + Bonaire, Sint Eustatius and Saba + | +
+
+ BR
+
+ |
+ + Brazil + | +
+
+ BS
+
+ |
+ + Bahamas + | +
+
+ BT
+
+ |
+ + Bhutan + | +
+
+ BV
+
+ |
+ + Bouvet Island + | +
+
+ BW
+
+ |
+ + Botswana + | +
+
+ BY
+
+ |
+ + Belarus + | +
+
+ BZ
+
+ |
+ + Belize + | +
+
+ CA
+
+ |
+ + Canada + | +
+
+ CC
+
+ |
+ + Cocos (Keeling) Islands + | +
+
+ CD
+
+ |
+ + Congo (the Democratic Republic of the) + | +
+
+ CF
+
+ |
+ + Central African Republic + | +
+
+ CG
+
+ |
+ + Congo + | +
+
+ CH
+
+ |
+ + Switzerland + | +
+
+ CI
+
+ |
+ + Côte d'Ivoire + | +
+
+ CK
+
+ |
+ + Cook Islands + | +
+
+ CL
+
+ |
+ + Chile + | +
+
+ CM
+
+ |
+ + Cameroon + | +
+
+ CN
+
+ |
+ + China + | +
+
+ CO
+
+ |
+ + Colombia + | +
+
+ CR
+
+ |
+ + Costa Rica + | +
+
+ CU
+
+ |
+ + Cuba + | +
+
+ CV
+
+ |
+ + Cabo Verde + | +
+
+ CW
+
+ |
+ + Curaçao + | +
+
+ CX
+
+ |
+ + Christmas Island + | +
+
+ CY
+
+ |
+ + Cyprus + | +
+
+ CZ
+
+ |
+ + Czechia + | +
+
+ DE
+
+ |
+ + Germany + | +
+
+ DJ
+
+ |
+ + Djibouti + | +
+
+ DK
+
+ |
+ + Denmark + | +
+
+ DM
+
+ |
+ + Dominica + | +
+
+ DO
+
+ |
+ + Dominican Republic + | +
+
+ DZ
+
+ |
+ + Algeria + | +
+
+ EC
+
+ |
+ + Ecuador + | +
+
+ EE
+
+ |
+ + Estonia + | +
+
+ EG
+
+ |
+ + Egypt + | +
+
+ EH
+
+ |
+ + Western Sahara + | +
+
+ ER
+
+ |
+ + Eritrea + | +
+
+ ES
+
+ |
+ + Spain + | +
+
+ ET
+
+ |
+ + Ethiopia + | +
+
+ FI
+
+ |
+ + Finland + | +
+
+ FJ
+
+ |
+ + Fiji + | +
+
+ FK
+
+ |
+ + Falkland Islands [Malvinas] + | +
+
+ FM
+
+ |
+ + Micronesia (Federated States of) + | +
+
+ FO
+
+ |
+ + Faroe Islands + | +
+
+ FR
+
+ |
+ + France + | +
+
+ GA
+
+ |
+ + Gabon + | +
+
+ GB
+
+ |
+ + United Kingdom of Great Britain and Northern Ireland + | +
+
+ GD
+
+ |
+ + Grenada + | +
+
+ GE
+
+ |
+ + Georgia + | +
+
+ GF
+
+ |
+ + French Guiana + | +
+
+ GG
+
+ |
+ + Guernsey + | +
+
+ GH
+
+ |
+ + Ghana + | +
+
+ GI
+
+ |
+ + Gibraltar + | +
+
+ GL
+
+ |
+ + Greenland + | +
+
+ GM
+
+ |
+ + Gambia + | +
+
+ GN
+
+ |
+ + Guinea + | +
+
+ GP
+
+ |
+ + Guadeloupe + | +
+
+ GQ
+
+ |
+ + Equatorial Guinea + | +
+
+ GR
+
+ |
+ + Greece + | +
+
+ GS
+
+ |
+ + South Georgia and the South Sandwich Islands + | +
+
+ GT
+
+ |
+ + Guatemala + | +
+
+ GU
+
+ |
+ + Guam + | +
+
+ GW
+
+ |
+ + Guinea-Bissau + | +
+
+ GY
+
+ |
+ + Guyana + | +
+
+ HK
+
+ |
+ + Hong Kong + | +
+
+ HM
+
+ |
+ + Heard Island and McDonald Islands + | +
+
+ HN
+
+ |
+ + Honduras + | +
+
+ HR
+
+ |
+ + Croatia + | +
+
+ HT
+
+ |
+ + Haiti + | +
+
+ HU
+
+ |
+ + Hungary + | +
+
+ ID
+
+ |
+ + Indonesia + | +
+
+ IE
+
+ |
+ + Ireland + | +
+
+ IL
+
+ |
+ + Israel + | +
+
+ IM
+
+ |
+ + Isle of Man + | +
+
+ IN
+
+ |
+ + India + | +
+
+ IO
+
+ |
+ + British Indian Ocean Territory + | +
+
+ IQ
+
+ |
+ + Iraq + | +
+
+ IR
+
+ |
+ + Iran (Islamic Republic of) + | +
+
+ IS
+
+ |
+ + Iceland + | +
+
+ IT
+
+ |
+ + Italy + | +
+
+ JE
+
+ |
+ + Jersey + | +
+
+ JM
+
+ |
+ + Jamaica + | +
+
+ JO
+
+ |
+ + Jordan + | +
+
+ JP
+
+ |
+ + Japan + | +
+
+ KE
+
+ |
+ + Kenya + | +
+
+ KG
+
+ |
+ + Kyrgyzstan + | +
+
+ KH
+
+ |
+ + Cambodia + | +
+
+ KI
+
+ |
+ + Kiribati + | +
+
+ KM
+
+ |
+ + Comoros + | +
+
+ KN
+
+ |
+ + Saint Kitts and Nevis + | +
+
+ KP
+
+ |
+ + Korea (the Democratic People's Republic of) + | +
+
+ KR
+
+ |
+ + Korea (the Republic of) + | +
+
+ KW
+
+ |
+ + Kuwait + | +
+
+ KY
+
+ |
+ + Cayman Islands + | +
+
+ KZ
+
+ |
+ + Kazakhstan + | +
+
+ LA
+
+ |
+ + Lao People's Democratic Republic + | +
+
+ LB
+
+ |
+ + Lebanon + | +
+
+ LC
+
+ |
+ + Saint Lucia + | +
+
+ LI
+
+ |
+ + Liechtenstein + | +
+
+ LK
+
+ |
+ + Sri Lanka + | +
+
+ LR
+
+ |
+ + Liberia + | +
+
+ LS
+
+ |
+ + Lesotho + | +
+
+ LT
+
+ |
+ + Lithuania + | +
+
+ LU
+
+ |
+ + Luxembourg + | +
+
+ LV
+
+ |
+ + Latvia + | +
+
+ LY
+
+ |
+ + Libya + | +
+
+ MA
+
+ |
+ + Morocco + | +
+
+ MC
+
+ |
+ + Monaco + | +
+
+ MD
+
+ |
+ + Moldova (the Republic of) + | +
+
+ ME
+
+ |
+ + Montenegro + | +
+
+ MF
+
+ |
+ + Saint Martin (French part) + | +
+
+ MG
+
+ |
+ + Madagascar + | +
+
+ MH
+
+ |
+ + Marshall Islands + | +
+
+ MK
+
+ |
+ + North Macedonia + | +
+
+ ML
+
+ |
+ + Mali + | +
+
+ MM
+
+ |
+ + Myanmar + | +
+
+ MN
+
+ |
+ + Mongolia + | +
+
+ MO
+
+ |
+ + Macao + | +
+
+ MP
+
+ |
+ + Northern Mariana Islands + | +
+
+ MQ
+
+ |
+ + Martinique + | +
+
+ MR
+
+ |
+ + Mauritania + | +
+
+ MS
+
+ |
+ + Montserrat + | +
+
+ MT
+
+ |
+ + Malta + | +
+
+ MU
+
+ |
+ + Mauritius + | +
+
+ MV
+
+ |
+ + Maldives + | +
+
+ MW
+
+ |
+ + Malawi + | +
+
+ MX
+
+ |
+ + Mexico + | +
+
+ MY
+
+ |
+ + Malaysia + | +
+
+ MZ
+
+ |
+ + Mozambique + | +
+
+ NA
+
+ |
+ + Namibia + | +
+
+ NC
+
+ |
+ + New Caledonia + | +
+
+ NE
+
+ |
+ + Niger + | +
+
+ NF
+
+ |
+ + Norfolk Island + | +
+
+ NG
+
+ |
+ + Nigeria + | +
+
+ NI
+
+ |
+ + Nicaragua + | +
+
+ NL
+
+ |
+ + Netherlands + | +
+
+ NO
+
+ |
+ + Norway + | +
+
+ NP
+
+ |
+ + Nepal + | +
+
+ NR
+
+ |
+ + Nauru + | +
+
+ NU
+
+ |
+ + Niue + | +
+
+ NZ
+
+ |
+ + New Zealand + | +
+
+ OM
+
+ |
+ + Oman + | +
+
+ PA
+
+ |
+ + Panama + | +
+
+ PE
+
+ |
+ + Peru + | +
+
+ PF
+
+ |
+ + French Polynesia + | +
+
+ PG
+
+ |
+ + Papua New Guinea + | +
+
+ PH
+
+ |
+ + Philippines + | +
+
+ PK
+
+ |
+ + Pakistan + | +
+
+ PL
+
+ |
+ + Poland + | +
+
+ PM
+
+ |
+ + Saint Pierre and Miquelon + | +
+
+ PN
+
+ |
+ + Pitcairn + | +
+
+ PR
+
+ |
+ + Puerto Rico + | +
+
+ PS
+
+ |
+ + Palestine, State of + | +
+
+ PT
+
+ |
+ + Portugal + | +
+
+ PW
+
+ |
+ + Palau + | +
+
+ PY
+
+ |
+ + Paraguay + | +
+
+ QA
+
+ |
+ + Qatar + | +
+
+ RE
+
+ |
+ + Réunion + | +
+
+ RO
+
+ |
+ + Romania + | +
+
+ RS
+
+ |
+ + Serbia + | +
+
+ RU
+
+ |
+ + Russian Federation + | +
+
+ RW
+
+ |
+ + Rwanda + | +
+
+ SA
+
+ |
+ + Saudi Arabia + | +
+
+ SB
+
+ |
+ + Solomon Islands + | +
+
+ SC
+
+ |
+ + Seychelles + | +
+
+ SD
+
+ |
+ + Sudan + | +
+
+ SE
+
+ |
+ + Sweden + | +
+
+ SG
+
+ |
+ + Singapore + | +
+
+ SH
+
+ |
+ + Saint Helena, Ascension and Tristan da Cunha + | +
+
+ SI
+
+ |
+ + Slovenia + | +
+
+ SJ
+
+ |
+ + Svalbard and Jan Mayen + | +
+
+ SK
+
+ |
+ + Slovakia + | +
+
+ SL
+
+ |
+ + Sierra Leone + | +
+
+ SM
+
+ |
+ + San Marino + | +
+
+ SN
+
+ |
+ + Senegal + | +
+
+ SO
+
+ |
+ + Somalia + | +
+
+ SR
+
+ |
+ + Suriname + | +
+
+ SS
+
+ |
+ + South Sudan + | +
+
+ ST
+
+ |
+ + Sao Tome and Principe + | +
+
+ SV
+
+ |
+ + El Salvador + | +
+
+ SX
+
+ |
+ + Sint Maarten (Dutch part) + | +
+
+ SY
+
+ |
+ + Syrian Arab Republic + | +
+
+ SZ
+
+ |
+ + Eswatini + | +
+
+ TC
+
+ |
+ + Turks and Caicos Islands + | +
+
+ TD
+
+ |
+ + Chad + | +
+
+ TF
+
+ |
+ + French Southern Territories + | +
+
+ TG
+
+ |
+ + Togo + | +
+
+ TH
+
+ |
+ + Thailand + | +
+
+ TJ
+
+ |
+ + Tajikistan + | +
+
+ TK
+
+ |
+ + Tokelau + | +
+
+ TL
+
+ |
+ + Timor-Leste + | +
+
+ TM
+
+ |
+ + Turkmenistan + | +
+
+ TN
+
+ |
+ + Tunisia + | +
+
+ TO
+
+ |
+ + Tonga + | +
+
+ TR
+
+ |
+ + Turkey + | +
+
+ TT
+
+ |
+ + Trinidad and Tobago + | +
+
+ TV
+
+ |
+ + Tuvalu + | +
+
+ TW
+
+ |
+ + Taiwan (Province of China) + | +
+
+ TZ
+
+ |
+ + Tanzania, the United Republic of + | +
+
+ UA
+
+ |
+ + Ukraine + | +
+
+ UG
+
+ |
+ + Uganda + | +
+
+ UM
+
+ |
+ + United States Minor Outlying Islands + | +
+
+ US
+
+ |
+ + United States of America + | +
+
+ UY
+
+ |
+ + Uruguay + | +
+
+ UZ
+
+ |
+ + Uzbekistan + | +
+
+ VA
+
+ |
+ + Holy See + | +
+
+ VC
+
+ |
+ + Saint Vincent and the Grenadines + | +
+
+ VE
+
+ |
+ + Venezuela (Bolivarian Republic of) + | +
+
+ VG
+
+ |
+ + Virgin Islands (British) + | +
+
+ VI
+
+ |
+ + Virgin Islands (U.S.) + | +
+
+ VN
+
+ |
+ + Viet Nam + | +
+
+ VU
+
+ |
+ + Vanuatu + | +
+
+ WF
+
+ |
+ + Wallis and Futuna + | +
+
+ WS
+
+ |
+ + Samoa + | +
+
+ XK
+
+ |
+ + Kosovo + | +
+
+ YE
+
+ |
+ + Yemen + | +
+
+ YT
+
+ |
+ + Mayotte + | +
+
+ ZA
+
+ |
+ + South Africa + | +
+
+ ZM
+
+ |
+ + Zambia + | +
+
+ ZW
+
+ |
+ + Zimbabwe + | +
+ Adds a country code field to the address object. +
+Adds a country code field to the address object.
+In the European Union, this extension's fields correspond to eForms BT-514 (Organisation Country Code), BT-5141 (Place Country Code). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "parties": [
+ {
+ "id": "GB-LAC-E09000003",
+ "name": "London Borough of Barnet",
+ "address": {
+ "streetAddress": "4, North London Business Park, Oakleigh Rd S",
+ "locality": "London",
+ "region": "London",
+ "postalCode": "N11 1NP",
+ "countryName": "United Kingdom",
+ "country": "GB"
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+If you need to use a user-assigned code, create an issue to discuss its addition to the codelist.
+countryCode
to country
to match OCDS 1.2.This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/524.
++ Adds a country code field to the address object. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Address
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ country
+
+ |
+ + Country code + | +
+ The country, from the closed country codelist. If a country is missing, create an issue to discuss the addition of a user-assigned code to the country codelist. + + |
+ + string from closed country codelist + | +
+ + This page has moved to a /en/extensions/coveredBy/master/ +
++ Adds a field to indicate the treaties that the contracting process is covered by. +
+
+ You can download the coveredBy.csv
file in English.
+
+ Code + | ++ Title + | +
---|---|
+
+ GPA
+
+ |
+ + Agreement on Government Procurement + | +
+
+ EU-CVD
+
+ |
+ + European Parliament and Council 2009/33/EC (Clean Vehicles Directive) + | +
+ Adds a field to indicate the treaties that the contracting process is covered by. +
+This extension adds a field to indicate the international legal instruments that the contracting process is covered by.
+For example, the Agreement on Government Procurement (GPA) is a treaty that requires members to indicate whether a contracting process is covered by it. The Clean Vehicles Directive is a legal act that provides for member states of the European Union to indicate associated information in procurement notices. The coveredBy
field should be used to meet such requirements.
To disclose the laws or regulations that govern the contracting process and that grant legal authority to the procuring entity, use the legalBasis extension instead.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
If you need to refer to a treaty that is not in the coveredBy
codelist:
coveredBy
array.The Revised Agreement on Government Procurement (GPA) includes: "each notice of intended procurement shall include … l. an indication that the procurement is covered by this Agreement."
+The European Union is a party to the GPA, and as such its Directive 2014/24/EU (Public contracts — setting out clear ground rules) includes: "Part C: Information to be included in contract notices … 29. Indication whether the contract is covered by the GPA."
+The coveredBy
field is an array of strings, whose values are selected from the coveredBy.csv
open codelist.
{
+ "tender": {
+ "coveredBy": [
+ "GPA"
+ ]
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "coveredBy": [
+ "EU-CVD"
+ ]
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+coveredBy
codelist.coveredBy
to the Lot
object.coveredBy
codelist.minProperties
, minItems
and/or minLength
properties.+ Adds a field to indicate the treaties that the contracting process is covered by. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ coveredBy
+
+ |
+ + Covered by + | +
+ The international legal instruments that the contracting process is covered by. + + |
+ + array of strings from open coveredBy codelist + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ coveredBy
+
+ |
+ + Covered by + | +
+ The international legal instruments that the lot is covered by. + + |
+ + array of strings from open coveredBy codelist + | +
+ + This page has moved to a /en/extensions/designContest/master/ +
++ Adds an object to the tender object to describe a design contest. +
+Adds an object to the tender and lot objects to describe a design contest.
+In the European Union, this extension's fields correspond to eForms BG-704 (Reward and Jury) and BG-44 (Prize) and Title III, Chapter II of Directive 2014/24/EU. For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+A contracting process with a single prize.
+{
+ "tender": {
+ "designContest": {
+ "selectedParticipants": [
+ {
+ "id": "1",
+ "name": "Brigitte Hermon"
+ },
+ {
+ "id": "2",
+ "name": "Paolo Travino"
+ }
+ ],
+ "hasPrizes": true,
+ "prizes": {
+ "description": "The winner(s) will receive a prize of EUR 3,000.00 (VAT free).",
+ "details": [
+ {
+ "id": "1",
+ "value": {
+ "amount": 3000,
+ "currency": "EUR"
+ }
+ }
+ ]
+ },
+ "rewardsDetails": "The payment is made by administrative mandate within 30 days in accordance with the regulations in force.",
+ "followUpContracts": true,
+ "bindingJuryDecision": true,
+ "juryMembers": [
+ {
+ "name": "Karla Schaffer"
+ },
+ {
+ "name": "Bulat Kazinsky"
+ },
+ {
+ "name": "Alexandra Martinez"
+ },
+ {
+ "name": "Scott MacDougall"
+ }
+ ]
+ }
+ }
+}
+
A lot with multiple prizes.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "designContest": {
+ "selectedParticipants": [
+ {
+ "id": "1",
+ "name": "Brigitte Hermon"
+ },
+ {
+ "id": "2",
+ "name": "Paolo Travino"
+ }
+ ],
+ "hasPrizes": true,
+ "prizes": {
+ "details": [
+ {
+ "id": "1",
+ "description": "A lump sum indemnity of an amount identical to that paid to unsuccessful competitors will be paid to the winning team in the form of an advance on the project management contract at the end of the competition; this sum being credited to the amount of fees to be collected subsequently under the project management contract.",
+ "value": {
+ "amount": 3000,
+ "currency": "EUR"
+ }
+ },
+ {
+ "id": "2",
+ "description": "The two competitors (candidates admitted to compete) will receive a maximum fixed compensation of 10,000 EUR excluding tax. For the services provided, subject to the admissibility of their services with regard to the rules of the competition and compliance with the program. Compensation is fixed, in accordance with the provisions of article R. 2172-4 of the public procurement code, the buyer, on the proposal of the jury, reserves the right, in the case of a project that he deems incomplete or whose performances do not comply with the competition rules and/or the programme, to totally or partially cancel the indemnity.",
+ "value": {
+ "amount": 10000,
+ "currency": "EUR"
+ }
+ }
+ ]
+ },
+ "rewardsDetails": "The payment is made by administrative mandate within 30 days in accordance with the regulations in force.",
+ "followUpContracts": true,
+ "bindingJuryDecision": true,
+ "juryMembers": [
+ {
+ "name": "Karla Schaffer"
+ },
+ {
+ "name": "Bulat Kazinsky"
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+lots.designContest
object.details
array to DesignContest.prizes
array, to describe the id
, description
and value
of each prize.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds an object to the tender object to describe a design contest. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ designContest
+
+ |
+ + Design contest + | +
+ Information about the organization of a design contest. + + |
+ + DesignContest object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ designContest
+
+ |
+ + Design contest + | +
+ Information about the organization of a design contest. + + |
+ + DesignContest object + | +
+ The extension defines a new DesignContest
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ selectedParticipants
+
+ |
+ + Selected participants + | +
+ The organizations that have already been selected to participate in the design contest. + + |
+ + array of OrganizationReference objects + | +
+
+ hasPrizes
+
+ |
+ + Has prizes + | +
+ Whether prizes will be awarded in the design contest. + + |
+ + boolean + | +
+
+ prizes
+
+ |
+ + Prizes + | +
+ Information about the prizes awarded in the design contest. + + |
+ + Prizes object + | +
+
+ rewardsDetails
+
+ |
+ + Rewards details + | +
+ The details and conditions of the payments to be made to the participants. + + |
+ + string + | +
+
+ followUpContracts
+
+ |
+ + Follow-up contracts + | +
+ Whether any contracts following the design contest will be awarded to the winner or winners of the design contest. + + |
+ + boolean + | +
+
+ bindingJuryDecision
+
+ |
+ + Binding jury decision + | +
+ Whether the jury’s decision is binding on the procuring entity. + + |
+ + boolean + | +
+
+ juryMembers
+
+ |
+ + Jury members + | +
+ The members of the jury. + + |
+ + array of JuryMember objects + | +
+ The extension defines a new JuryMember
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ name
+
+ |
+ + Name + | +
+ The name of the jury member. + + |
+ + string + | +
+ The extension defines a new Prizes
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ The description of the prizes. + + |
+ + string + | +
+
+ details
+
+ |
+ + Details + | +
+ Information about the individual prizes. + + |
+ + array of Prize objects + | +
+ The extension defines a new Prize
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ The locally unique identifier for the prize. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ The description of the prize. + + |
+ + string + | +
+
+ value
+
+ |
+ + Value + | +
+ The value of the prize. + + |
+ + Value object + | +
+ + This page has moved to a /en/extensions/document_publisher/master/ +
++ Adds a publisher field to the document object. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ informationService
+
+ |
+ + Information service + | +
+ An organization that can provide information regarding specific aspects of the contracting process. + + |
+
+ Adds a publisher field to the document object. +
+Adds a publisher field to the document object and an 'informationService' role to indicate the organization responsible for making the document available.
+For each organization referenced by a Document.publisher
field, add the 'informationService' code to its roles
array.
In the European Union, this extension's fields correspond to eForms OPT-301 (Party ID reference). For correspondences to eForms fields, see OCDS for eForms.
+{
+ "parties": [
+ {
+ "id": "ORG-0001",
+ "roles": [
+ "informationService"
+ ]
+ }
+ ],
+ "tender": {
+ "id": "1",
+ "documents": [
+ {
+ "id": "1",
+ "publisher": {
+ "id": "ORG-0001"
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a publisher field to the document object. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ publisher
+
+ |
+ + Publisher + | +
+ The organization responsible for making the document available. + + |
+ + OrganizationReference object + | +
+ + This page has moved to a /en/extensions/documentation_details/master/ +
++ Adds fields to the document object for page references, access details and author information. +
+
+ You can download the language.csv
file in English.
+
+ Code + | ++ Title + | +
---|---|
+
+ aa
+
+ |
+ + Afar + | +
+
+ ab
+
+ |
+ + Abkhazian + | +
+
+ ae
+
+ |
+ + Avestan + | +
+
+ af
+
+ |
+ + Afrikaans + | +
+
+ ak
+
+ |
+ + Akan + | +
+
+ am
+
+ |
+ + Amharic + | +
+
+ an
+
+ |
+ + Aragonese + | +
+
+ ar
+
+ |
+ + Arabic + | +
+
+ as
+
+ |
+ + Assamese + | +
+
+ av
+
+ |
+ + Avaric + | +
+
+ ay
+
+ |
+ + Aymara + | +
+
+ az
+
+ |
+ + Azerbaijani + | +
+
+ ba
+
+ |
+ + Bashkir + | +
+
+ be
+
+ |
+ + Belarusian + | +
+
+ bg
+
+ |
+ + Bulgarian + | +
+
+ bh
+
+ |
+ + Bihari languages + | +
+
+ bi
+
+ |
+ + Bislama + | +
+
+ bm
+
+ |
+ + Bambara + | +
+
+ bn
+
+ |
+ + Bengali + | +
+
+ bo
+
+ |
+ + Tibetan + | +
+
+ br
+
+ |
+ + Breton + | +
+
+ bs
+
+ |
+ + Bosnian + | +
+
+ ca
+
+ |
+ + Catalan, Valencian + | +
+
+ ce
+
+ |
+ + Chechen + | +
+
+ ch
+
+ |
+ + Chamorro + | +
+
+ co
+
+ |
+ + Corsican + | +
+
+ cr
+
+ |
+ + Cree + | +
+
+ cs
+
+ |
+ + Czech + | +
+
+ cu
+
+ |
+ + Church Slavic, Old Slavonic, Church Slavonic, Old Bulgarian, Old Church Slavonic + | +
+
+ cv
+
+ |
+ + Chuvash + | +
+
+ cy
+
+ |
+ + Welsh + | +
+
+ da
+
+ |
+ + Danish + | +
+
+ de
+
+ |
+ + German + | +
+
+ dv
+
+ |
+ + Divehi, Dhivehi, Maldivian + | +
+
+ dz
+
+ |
+ + Dzongkha + | +
+
+ ee
+
+ |
+ + Ewe + | +
+
+ el
+
+ |
+ + Modern Greek + | +
+
+ en
+
+ |
+ + English + | +
+
+ eo
+
+ |
+ + Esperanto + | +
+
+ es
+
+ |
+ + Spanish, Castilian + | +
+
+ et
+
+ |
+ + Estonian + | +
+
+ eu
+
+ |
+ + Basque + | +
+
+ fa
+
+ |
+ + Persian + | +
+
+ ff
+
+ |
+ + Fulah + | +
+
+ fi
+
+ |
+ + Finnish + | +
+
+ fj
+
+ |
+ + Fijian + | +
+
+ fo
+
+ |
+ + Faroese + | +
+
+ fr
+
+ |
+ + French + | +
+
+ fy
+
+ |
+ + Western Frisian + | +
+
+ ga
+
+ |
+ + Irish + | +
+
+ gd
+
+ |
+ + Gaelic, Scottish Gaelic + | +
+
+ gl
+
+ |
+ + Galician + | +
+
+ gn
+
+ |
+ + Guarani + | +
+
+ gu
+
+ |
+ + Gujarati + | +
+
+ gv
+
+ |
+ + Manx + | +
+
+ ha
+
+ |
+ + Hausa + | +
+
+ he
+
+ |
+ + Hebrew + | +
+
+ hi
+
+ |
+ + Hindi + | +
+
+ ho
+
+ |
+ + Hiri Motu + | +
+
+ hr
+
+ |
+ + Croatian + | +
+
+ ht
+
+ |
+ + Haitian, Haitian Creole + | +
+
+ hu
+
+ |
+ + Hungarian + | +
+
+ hy
+
+ |
+ + Armenian + | +
+
+ hz
+
+ |
+ + Herero + | +
+
+ ia
+
+ |
+ + Interlingua + | +
+
+ id
+
+ |
+ + Indonesian + | +
+
+ ie
+
+ |
+ + Interlingue, Occidental + | +
+
+ ig
+
+ |
+ + Igbo + | +
+
+ ii
+
+ |
+ + Sichuan Yi, Nuosu + | +
+
+ ik
+
+ |
+ + Inupiaq + | +
+
+ io
+
+ |
+ + Ido + | +
+
+ is
+
+ |
+ + Icelandic + | +
+
+ it
+
+ |
+ + Italian + | +
+
+ iu
+
+ |
+ + Inuktitut + | +
+
+ ja
+
+ |
+ + Japanese + | +
+
+ jv
+
+ |
+ + Javanese + | +
+
+ ka
+
+ |
+ + Georgian + | +
+
+ kg
+
+ |
+ + Kongo + | +
+
+ ki
+
+ |
+ + Kikuyu, Gikuyu + | +
+
+ kj
+
+ |
+ + Kuanyama, Kwanyama + | +
+
+ kk
+
+ |
+ + Kazakh + | +
+
+ kl
+
+ |
+ + Kalaallisut, Greenlandic + | +
+
+ km
+
+ |
+ + Central Khmer + | +
+
+ kn
+
+ |
+ + Kannada + | +
+
+ ko
+
+ |
+ + Korean + | +
+
+ kr
+
+ |
+ + Kanuri + | +
+
+ ks
+
+ |
+ + Kashmiri + | +
+
+ ku
+
+ |
+ + Kurdish + | +
+
+ kv
+
+ |
+ + Komi + | +
+
+ kw
+
+ |
+ + Cornish + | +
+
+ ky
+
+ |
+ + Kirghiz, Kyrgyz + | +
+
+ la
+
+ |
+ + Latin + | +
+
+ lb
+
+ |
+ + Luxembourgish, Letzeburgesch + | +
+
+ lg
+
+ |
+ + Ganda + | +
+
+ li
+
+ |
+ + Limburgan, Limburger, Limburgish + | +
+
+ ln
+
+ |
+ + Lingala + | +
+
+ lo
+
+ |
+ + Lao + | +
+
+ lt
+
+ |
+ + Lithuanian + | +
+
+ lu
+
+ |
+ + Luba-Katanga + | +
+
+ lv
+
+ |
+ + Latvian + | +
+
+ mg
+
+ |
+ + Malagasy + | +
+
+ mh
+
+ |
+ + Marshallese + | +
+
+ mi
+
+ |
+ + Maori + | +
+
+ mk
+
+ |
+ + Macedonian + | +
+
+ ml
+
+ |
+ + Malayalam + | +
+
+ mn
+
+ |
+ + Mongolian + | +
+
+ mr
+
+ |
+ + Marathi + | +
+
+ ms
+
+ |
+ + Malay + | +
+
+ mt
+
+ |
+ + Maltese + | +
+
+ my
+
+ |
+ + Burmese + | +
+
+ na
+
+ |
+ + Nauru + | +
+
+ nb
+
+ |
+ + Norwegian Bokmål + | +
+
+ nd
+
+ |
+ + North Ndebele + | +
+
+ ne
+
+ |
+ + Nepali + | +
+
+ ng
+
+ |
+ + Ndonga + | +
+
+ nl
+
+ |
+ + Dutch, Flemish + | +
+
+ nn
+
+ |
+ + Norwegian Nynorsk + | +
+
+ no
+
+ |
+ + Norwegian + | +
+
+ nr
+
+ |
+ + South Ndebele + | +
+
+ nv
+
+ |
+ + Navajo, Navaho + | +
+
+ ny
+
+ |
+ + Chichewa, Chewa, Nyanja + | +
+
+ oc
+
+ |
+ + Occitan + | +
+
+ oj
+
+ |
+ + Ojibwa + | +
+
+ om
+
+ |
+ + Oromo + | +
+
+ or
+
+ |
+ + Oriya + | +
+
+ os
+
+ |
+ + Ossetian, Ossetic + | +
+
+ pa
+
+ |
+ + Panjabi, Punjabi + | +
+
+ pi
+
+ |
+ + Pali + | +
+
+ pl
+
+ |
+ + Polish + | +
+
+ ps
+
+ |
+ + Pushto, Pashto + | +
+
+ pt
+
+ |
+ + Portuguese + | +
+
+ qu
+
+ |
+ + Quechua + | +
+
+ rm
+
+ |
+ + Romansh + | +
+
+ rn
+
+ |
+ + Rundi + | +
+
+ ro
+
+ |
+ + Romanian, Moldavian, Moldovan + | +
+
+ ru
+
+ |
+ + Russian + | +
+
+ rw
+
+ |
+ + Kinyarwanda + | +
+
+ sa
+
+ |
+ + Sanskrit + | +
+
+ sc
+
+ |
+ + Sardinian + | +
+
+ sd
+
+ |
+ + Sindhi + | +
+
+ se
+
+ |
+ + Northern Sami + | +
+
+ sg
+
+ |
+ + Sango + | +
+
+ si
+
+ |
+ + Sinhala, Sinhalese + | +
+
+ sk
+
+ |
+ + Slovak + | +
+
+ sl
+
+ |
+ + Slovenian + | +
+
+ sm
+
+ |
+ + Samoan + | +
+
+ sn
+
+ |
+ + Shona + | +
+
+ so
+
+ |
+ + Somali + | +
+
+ sq
+
+ |
+ + Albanian + | +
+
+ sr
+
+ |
+ + Serbian + | +
+
+ ss
+
+ |
+ + Swati + | +
+
+ st
+
+ |
+ + Southern Sotho + | +
+
+ su
+
+ |
+ + Sundanese + | +
+
+ sv
+
+ |
+ + Swedish + | +
+
+ sw
+
+ |
+ + Swahili + | +
+
+ ta
+
+ |
+ + Tamil + | +
+
+ te
+
+ |
+ + Telugu + | +
+
+ tg
+
+ |
+ + Tajik + | +
+
+ th
+
+ |
+ + Thai + | +
+
+ ti
+
+ |
+ + Tigrinya + | +
+
+ tk
+
+ |
+ + Turkmen + | +
+
+ tl
+
+ |
+ + Tagalog + | +
+
+ tn
+
+ |
+ + Tswana + | +
+
+ to
+
+ |
+ + Tonga + | +
+
+ tr
+
+ |
+ + Turkish + | +
+
+ ts
+
+ |
+ + Tsonga + | +
+
+ tt
+
+ |
+ + Tatar + | +
+
+ tw
+
+ |
+ + Twi + | +
+
+ ty
+
+ |
+ + Tahitian + | +
+
+ ug
+
+ |
+ + Uighur, Uyghur + | +
+
+ uk
+
+ |
+ + Ukrainian + | +
+
+ ur
+
+ |
+ + Urdu + | +
+
+ uz
+
+ |
+ + Uzbek + | +
+
+ ve
+
+ |
+ + Venda + | +
+
+ vi
+
+ |
+ + Vietnamese + | +
+
+ vo
+
+ |
+ + Volapük + | +
+
+ wa
+
+ |
+ + Walloon + | +
+
+ wo
+
+ |
+ + Wolof + | +
+
+ xh
+
+ |
+ + Xhosa + | +
+
+ yi
+
+ |
+ + Yiddish + | +
+
+ yo
+
+ |
+ + Yoruba + | +
+
+ za
+
+ |
+ + Zhuang, Chuang + | +
+
+ zh
+
+ |
+ + Chinese + | +
+
+ zu
+
+ |
+ + Zulu + | +
+ Adds fields to the document object for page references, access details and author information. +
+Document objects are used to describe and link to documents. This extension adds fields to document objects to:
+Use cases include:
+{
+ "tender": {
+ "documents": [
+ {
+ "id": "1",
+ "documentType": "equityTransferCaps",
+ "title": "Equity transfer cap terms",
+ "description": "No equity transfer is permitted until construction is completed. See document for more details.",
+ "url": "http://example.com/ppp_unit/documents/contracts/4g_network_signed_contract.pdf",
+ "language": "en",
+ "unofficialTranslations": [
+ "it"
+ ],
+ "pageStart": "334",
+ "pageEnd": "336",
+ "accessDetails": "This document can only be accessed by visiting the PPP unit office by appointment. Please see the PPP unit website for further details.",
+ "accessDetailsURL": "http://example.com/ppp_unit/registration/",
+ "author": "Contract department, PPP unit"
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+unofficialTranslations
array of languages.accessDetailsURL
and unofficialTranslation fields.minProperties
, minItems
and/or minLength
properties.mergeStrategy
properties+ Adds fields to the document object for page references, access details and author information. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ pageStart
+
+ |
+ + Page start + | +
+ When the information referenced exists within a large document, indicate the first page on which it can be found. This should refer to the printed page number, not the page number reported by software applications. + + |
+ + string + | +
+
+ pageEnd
+
+ |
+ + Page end + | +
+ When the information referenced exists within a large document, indicate the last page on which it can be found. This should refer to the printed page number, not the page number reported by software applications. + + |
+ + string + | +
+
+ accessDetails
+
+ |
+ + Access details + | +
+ A description of any special arrangements needed to access this document, for example: registering for access, paying a fee, or visiting a location to inspect the document. + + |
+ + string + | +
+
+ accessDetailsURL
+
+ |
+ + Access details URL + | +
+ A web address for information on any special arrangements needed to access the document. + + |
+ + string + | +
+
+ author
+
+ |
+ + Author + | +
+ The names of the authors of the document. + + |
+ + string + | +
+
+ unofficialTranslations
+
+ |
+ + Unofficial translations + | +
+ The languages in which unofficial translations of the document are available, from the open language codelist. A BCP47 language tag is allowed, if there is a user need for the additional information. + + |
+ + array of strings from open language codelist + | +
+ + This page has moved to a /en/extensions/enquiries/master/ +
+The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
diff --git a/en/extensions/enquiries/master/extension.json b/en/extensions/enquiries/master/extension.json new file mode 100644 index 000000000..0588b98e1 --- /dev/null +++ b/en/extensions/enquiries/master/extension.json @@ -0,0 +1,23 @@ +{ + "name": { + "en": "Enquiries", + "es": "Consultas" + }, + "description": { + "en": "The enquiries extension can be used to record questions raised during a contracting process, and the answers provided.", + "es": "La extensi\u00f3n sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contrataci\u00f3n y las respuestas proporcionadas." + }, + "documentationUrl": { + "en": "https://extensions.open-contracting.org/en/extensions/enquiries/" + }, + "compatibility": [ + "1.1" + ], + "schemas": [ + "release-schema.json" + ], + "contactPoint": { + "name": "Open Contracting Partnership", + "email": "data@open-contracting.org" + } +} diff --git a/en/extensions/enquiries/master/index.html b/en/extensions/enquiries/master/index.html new file mode 100644 index 000000000..9f6007b75 --- /dev/null +++ b/en/extensions/enquiries/master/index.html @@ -0,0 +1,347 @@ + + + + + + + + + ++ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
+The enquiries extension can be used to record questions raised during a contracting process, and the answers provided.
+The extension adds an enquiries
array to tender, consisting of one or more enquiry objects, each with fields for a question, and an answer.
Example:
+{
+ "tender": {
+ "enquiries": [
+ {
+ "id": "Q1",
+ "date": "2017-01-22T14:55:00Z",
+ "author": {
+ "name": "Open Data Services Co-op",
+ "id": "GB-COH-09506232"
+ },
+ "title": "Variations of timeline accepted?",
+ "description": "The tender specifies delivery of Item 1 by end of March 2017. Will alternative proposals for the timeline be considered?",
+ "dateAnswered": "2017-02-05T09:00:00Z",
+ "answer": "There is a hard deadline of 15th April 2017. All proposals must be for delivery of Item 1 by this date.",
+ "relatedItem": "1",
+ "threadID": "1"
+ }
+ ]
+ }
+}
+
Supporting documents with clarifications, or a full document containing answers to questions can be included in the tender.documents
array with a documentType
of 'clarifications'.
Where the answers to a question are only available in attached documents, an answer
value such as 'Consult section N of "%document name%" in the documents section' may be entered to allow analysts of the data to identify that an answer to this question has been provided.
When a system allows a discussion format, where each answer can be followed by a further clarification question, the threadID
field can be used to link together multiple entries in the enquiries
array.
Implementations may vary on the amount of enquiry information they provide, and when it is provided.
+Some publishers may omit the identity of the question author to protect confidentiality of enquirers, or may anonymize this information (e.g. simply putting the author name as 'Organization 1' or 'Organization 2' so that it is possible to see questions from the same organization, but not to know the identity of that organization.)
+The relatedItem
and relatedLot
fields are available for use when questions can be asked in relation to a specific lot or item.
Where possible, the recommended approach is to:
+This approach will enable third-party applications to watch for releases that provide answers to questions, and will support procurement monitors in reviewing the way in which questions are being answered.
+We recommend that publishers provide question answers as plain text, or with minimal HTML markup (paragraphs and line-breaks), and that consuming applications parse text appropriately to format it for readability (e.g. replace line-breaks with paragraph breaks in HTML).
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++partyRole.csv
codelist, whose codes already exist in OCDS 1.1Enquiry.id
required so that enquiries are merged by identifierTender.enquiries
non-nullableOrganizationReference
instead of Organization
for Enquiry.author
Enquiry.date
to be null+ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ enquiries
+
+ |
+ + Enquiries + | +
+ Questions sent to the procuring entity, and the answers given + + |
+ + array of Enquiry objects + | +
+ The extension defines a new Enquiry
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ A unique identifier for the enquiry. + + |
+ + string + | +
+
+ date
+
+ |
+ + Date + | +
+ The date the enquiry was received or processed. + + |
+ + string + | +
+
+ author
+
+ |
+ + Question author + | +
+ The organization asking this question. The corresponding entry in the |
+ + OrganizationReference object + | +
+
+ title
+
+ |
+ + Question title + | +
+ The subject line of the question. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ The body of the question. + + |
+ + string + | +
+
+ answer
+
+ |
+ + Answer + | +
+ The answer to this question, when available. + + |
+ + string + | +
+
+ dateAnswered
+
+ |
+ + Date answered + | +
+ The date the answer to the question was provided. + + |
+ + string + | +
+
+ relatedItem
+
+ |
+ + Related item + | +
+ If this question relates to a specific line-item, this field contains the line-item identifier. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Related lot + | +
+ Where lots are used, if this question relates to a specific lot, this field contains the lot identifier. + + |
+ + string + | +
+
+ threadID
+
+ |
+ + Thread identifier + | +
+ If this question and answer forms part of a discussion thread (e.g. the question is a follow-up to a previous answer) a thread identifier can be used to associate multiple enquiries. + + |
+ + string + | +
+ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ enquirer
+
+ |
+ + Enquirer + | +
+ A party who has made an enquiry during the enquiry phase of a contracting process + + |
+
+ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
+The enquiries extension can be used to record questions raised during a contracting process, and the answers provided.
+The extension adds an enquiries
array to tender, consisting of one or more enquiry objects, each with fields for a question, and an answer.
Example:
+{
+ "tender": {
+ "enquiries": [
+ {
+ "id": "Q1",
+ "date": "2017-01-22T14:55:00Z",
+ "author": {
+ "name": "Open Data Services Co-op",
+ "id": "GB-COH-09506232"
+ },
+ "title": "Variations of timeline accepted?",
+ "description": "The tender specifies delivery of Item 1 by end of March 2017. Will alternative proposals for the timeline be considered?",
+ "dateAnswered": "2017-02-05T09:00:00Z",
+ "answer": "There is a hard deadline of 15th April 2017. All proposals must be for delivery of Item 1 by this date.",
+ "relatedItem": "1",
+ "threadID": "1"
+ }
+ ]
+ }
+}
+
Supporting documents with clarifications, or a full document containing answers to questions can be included in the tender/documents
array with a documentType
of 'clarifications'.
Where the answers to a question are only available in attached documents, an answer
value such as 'Consult section N of "%document name%" in the documents section' may be entered to allow analysts of the data to identify that an answer to this question has been provided.
When a system allows a discussion format, where each answer can be followed by a further clarification question, the threadID
property can be used to link together multiple entries in the enquiries
array.
Implementations may vary on the amount of enquiry information they provide, and when it is provided.
+Some publishers may omit the identity of the question author to protect confidentiality of enquirers, or may anonymize this information (e.g. simply putting the author name as 'Organization 1' or 'Organization 2' so that it is possible to see questions from the same organization, but not to know the identity of that organization.)
+The relatedItem
and relatedLot
properties are available for use when questions can be asked in relation to a specific lot or item.
Where possible, the recommended approach is to:
+tenderUpdate
release tag for every new question or batch of questions received, providing an enquiries array with each of the questions in;tenderUpdate
release tag when the answers to the questions are provided, updating the earlier enquiries array so each entry now contains both a question and an answer;This approach will enable third-party applications to watch for releases that provide answers to questions, and will support procurement monitors in reviewing the way in which questions are being answered.
+We recommend that publishers provide question answers as plain text, or with minimal HTML markup (paragraphs and line-breaks), and that consuming applications parse text appropriately to format it for readability (e.g. replace line-breaks with paragraph breaks in HTML).
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+OrganizationReference
instead of Organization
for Enquiry.author
Enquiry.date
to be null+ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ enquiries
+
+ |
+ + Enquiries + | +
+ Questions sent to the procuring entity, and the answers given + + |
+ + array of Enquiry objects + | +
+ The extension defines a new Enquiry
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ A unique identifier for the enquiry. + + |
+ + string + | +
+
+ date
+
+ |
+ + Date + | +
+ The date the enquiry was received or processed. + + |
+ + string + | +
+
+ author
+
+ |
+ + Question author + | +
+ The identifier and name of the party asking this question. Questioners may be listed in the parties array with a role of 'enquirer'. Procurement policies vary on whether or not the identity of those asking questions should be disclosed, or at which stage this information may be disclosed. When the identity of the questioner cannot be disclosed leave the author section blank. Display systems should interpret this as an anonymous question. + + |
+ + OrganizationReference object + | +
+
+ title
+
+ |
+ + Question title + | +
+ The subject line of the question. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ The body of the question. + + |
+ + string + | +
+
+ answer
+
+ |
+ + Answer + | +
+ The answer to this question, when available. + + |
+ + string + | +
+
+ dateAnswered
+
+ |
+ + Date answered + | +
+ The date the answer to the question was provided. + + |
+ + string + | +
+
+ relatedItem
+
+ |
+ + Related item + | +
+ If this question relates to a specific line-item, this field contains the line-item identifier. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Related lot + | +
+ Where lots are used, if this question relates to a specific lot, this field contains the lot identifier. + + |
+ + string + | +
+
+ threadID
+
+ |
+ + Thread identifier + | +
+ If this question and answer forms part of a discussion thread (e.g. the question is a follow up to a previous answer) an optional thread identifier can be used to associate together multiple enquiries. + + |
+ + string + | +
+ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ enquirer
+
+ |
+ + Enquirer + | +
+ A party who has made an enquiry during the enquiry phase of a contracting process + + |
+
+ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
+The enquiries extension can be used to record questions raised during a contracting process, and the answers provided.
+The extension adds an enquiries
array to tender, consisting of one or more enquiry objects, each with fields for a question, and an answer.
Example:
+{
+ "tender": {
+ "enquiries": [
+ {
+ "id": "Q1",
+ "date": "2017-01-22T14:55:00Z",
+ "author": {
+ "name": "Open Data Services Co-op",
+ "id": "GB-COH-09506232"
+ },
+ "title": "Variations of timeline accepted?",
+ "description": "The tender specifies delivery of Item 1 by end of March 2017. Will alternative proposals for the timeline be considered?",
+ "dateAnswered": "2017-02-05T09:00:00Z",
+ "answer": "There is a hard deadline of 15th April 2017. All proposals must be for delivery of Item 1 by this date.",
+ "relatedItem": "1",
+ "threadID": "1"
+ }
+ ]
+ }
+}
+
Supporting documents with clarifications, or a full document containing answers to questions can be included in the tender.documents
array with a documentType
of 'clarifications'.
Where the answers to a question are only available in attached documents, an answer
value such as 'Consult section N of "%document name%" in the documents section' may be entered to allow analysts of the data to identify that an answer to this question has been provided.
When a system allows a discussion format, where each answer can be followed by a further clarification question, the threadID
property can be used to link together multiple entries in the enquiries
array.
Implementations may vary on the amount of enquiry information they provide, and when it is provided.
+Some publishers may omit the identity of the question author to protect confidentiality of enquirers, or may anonymize this information (e.g. simply putting the author name as 'Organization 1' or 'Organization 2' so that it is possible to see questions from the same organization, but not to know the identity of that organization.)
+The relatedItem
and relatedLot
properties are available for use when questions can be asked in relation to a specific lot or item.
Where possible, the recommended approach is to:
+This approach will enable third-party applications to watch for releases that provide answers to questions, and will support procurement monitors in reviewing the way in which questions are being answered.
+We recommend that publishers provide question answers as plain text, or with minimal HTML markup (paragraphs and line-breaks), and that consuming applications parse text appropriately to format it for readability (e.g. replace line-breaks with paragraph breaks in HTML).
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+OrganizationReference
instead of Organization
for Enquiry.author
Enquiry.date
to be null+ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ enquiries
+
+ |
+ + Enquiries + | +
+ Questions sent to the procuring entity, and the answers given + + |
+ + array of Enquiry objects + | +
+ The extension defines a new Enquiry
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ A unique identifier for the enquiry. + + |
+ + string + | +
+
+ date
+
+ |
+ + Date + | +
+ The date the enquiry was received or processed. + + |
+ + string + | +
+
+ author
+
+ |
+ + Question author + | +
+ The party asking this question. The corresponding entry in the |
+ + OrganizationReference object + | +
+
+ title
+
+ |
+ + Question title + | +
+ The subject line of the question. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ The body of the question. + + |
+ + string + | +
+
+ answer
+
+ |
+ + Answer + | +
+ The answer to this question, when available. + + |
+ + string + | +
+
+ dateAnswered
+
+ |
+ + Date answered + | +
+ The date the answer to the question was provided. + + |
+ + string + | +
+
+ relatedItem
+
+ |
+ + Related item + | +
+ If this question relates to a specific line-item, this field contains the line-item identifier. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Related lot + | +
+ Where lots are used, if this question relates to a specific lot, this field contains the lot identifier. + + |
+ + string + | +
+
+ threadID
+
+ |
+ + Thread identifier + | +
+ If this question and answer forms part of a discussion thread (e.g. the question is a follow-up to a previous answer) a thread identifier can be used to associate multiple enquiries. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/essentialAssets/master/ +
++ Adds a object to the tender object to describe the assets used for the provision of public services. +
+Adds an object to the tender and lot objects to describe the assets used for the provision of public services.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to Article 4, clause 4 of Regulation 1370/2007 and eForms OPP-020-Contract (Assets related contract extension indicator), OPP-021-Contract (Used asset), OPP-022-Contract (Significance (%)), and OPP-023-Contract (Predominance (%)).For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "hasEssentialAssets": true,
+ "essentialAssets": {
+ "description": "Significant investments have been made by the supplier in the past years and will continue to be so in the future, which will pay for themselves over a period of time well beyond the period of the contract. It includes the purchase of new vehicles, the maintenance of the modernization of the existing fleet and the renovation of the vehicle depots.",
+ "significance": "30",
+ "predominance": "40"
+ }
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "hasEssentialAssets": true,
+ "essentialAssets": [
+ {
+ "description": "Significant investments have been made by the supplier in the past years and will continue to be so in the future, which will pay for themselves over a period of time well beyond the period of the contract. It includes the purchase of new vehicles, the maintenance of the modernization of the existing fleet and the renovation of the vehicle depots.",
+ "significance": "30",
+ "predominance": "40"
+ }
+ ]
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Lot.essentialAssets
from an object to an array.essentialAssets
and hasEssentialAssets
to the Lot
object.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile in issue #60 and in pull requests.
++ Adds a object to the tender object to describe the assets used for the provision of public services. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ essentialAssets
+
+ |
+ + Essentials assets + | +
+ Information about the assets used for the provision of public services. + + |
+ + EssentialAsset object + | +
+
+ hasEssentialAssets
+
+ |
+ + Has essential assets + | +
+ Whether there is information about the assets used for the provision of public services. + + |
+ + boolean + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ essentialAssets
+
+ |
+ + Essential assets + | +
+ Information about the assets used for the provision of public services. + + |
+ + array of EssentialAsset objects + | +
+
+ hasEssentialAssets
+
+ |
+ + Has essential assets + | +
+ Whether there is information about the assets used for the provision of public services. + + |
+ + boolean + | +
+ The extension defines a new EssentialAsset
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ Description of the essential asset. + + |
+ + string + | +
+
+ significance
+
+ |
+ + Significance + | +
+ Estimated percentage share of the essential asset provided in relation to the overall asset needed for the provision of the public services. + + |
+ + string + | +
+
+ predominance
+
+ |
+ + Predominance + | +
+ Estimated percentage share of asset provided compared to asset used for activities other than the public services. + + |
+ + string + | +
+ Implements fields and codes that are specific to European law. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ legislation
+
+ |
+ + Legislation + | +
+ A general regulatory framework applicable in the place where the contract is to be performed. For example, tax legislation, environmental protection legislation or employment protection and working conditions legislation. + +
|
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ eu-vehicle-category
+
+ |
+ + European Union vehicle category + | +
+ The category of vehicle falling within the scope of the EU Clean Vehicles Directive 2009/33/EC. + + + |
+
+
+ eu-cvd-contract-type
+
+ |
+ + European Union Clean Vehicle Directive contract type + | +
+ The category of contract according to the EU Clean Vehicles Directive 2009/33/EC. + + + |
+
+ You can download the +milestoneType.csv
file in English.
+
+ The extension adds these codes to the milestoneType.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ securityClearanceDeadline
+
+ |
+ + Security clearance deadline + | +
+ The tenderers may obtain their security clearance until this date. + + |
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ mediationBody
+
+ |
+ + Mediation body + | +
+ The body responsible for mediation procedures. + + |
+
+
+ centralPurchasingBody
+
+ |
+ + Central purchasing body + | +
+ The procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities. + + |
+
+
+ processContactPoint
+
+ |
+ + Process contact point + | +
+ A contact point dedicated to this contracting process. + + |
+
+
+ reviewContactPoint
+
+ |
+ + Review contact point + | +
+ The service from which information about the review procedure can be obtained. + + |
+
+
+ selectedParticipant
+
+ |
+ + Selected participant + | +
+ An organization that has already been selected to participate in the design contest. + + |
+
+
+ procurementServiceProvider
+
+ |
+ + Procurement service provider + | +
+ An organization that provides ancillary procurement services to buyers. + + |
+
+
+ eSender
+
+ |
+ + TED eSender + | +
+ An organization that provides data transfer services to buyers. + + |
+
+
+ leadBuyer
+
+ |
+ + Lead buyer + | +
+ The lead buyer in a group of buyers. + + |
+
+
+ leadTenderer
+
+ |
+ + Lead tenderer + | +
+ The lead tenderer in the case of a consortium or equivalent. + + |
+
+
+ evaluationBody
+
+ |
+ + Evaluation body + | +
+ The organization responsible for evaluating bids or requests to participate. + + |
+
+
+ submissionReceiptBody
+
+ |
+ + Submission receipt body + | +
+ The organization responsible for receiving bids or requests to participate. + + |
+
+ You can download the +relatedProcessScheme.csv
file in English.
+
+ The extension adds these codes to the relatedProcessScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ eu-oj
+
+ |
+ + Official Journal of the European Union + | +
+ An Official Journal of the European Union contracting process identifier. + + |
+
+ Implements fields and codes that are specific to European law. +
+Implements fields and codes that are specific to European law.
+For complete guidance on meeting the disclosure requirements of European law, see OCDS for eForms for the 2019 regulation, or OCDS for European Union for the 2015 regulation.
+{
+ "parties": [
+ {
+ "details": {
+ "url": "https://www.manchester.ac.uk/",
+ "buyerProfile": "https://in-tendhost.co.uk/universityofmanchester/aspx/Home"
+ },
+ "roles": [
+ "leadBuyer",
+ "awardingCentralPurchasingBody",
+ "evaluationBody",
+ "submissionReceiptBody"
+ ]
+ },
+ {
+ "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"
+ ]
+ },
+ {
+ "roles": [
+ "eSender"
+ ]
+ },
+ {
+ "roles": [
+ "procurementServiceProvider"
+ ]
+ },
+ {
+ "roles": [
+ "leadTenderer",
+ "tenderer"
+ ]
+ }
+ ],
+ "tender": {
+ "contractPeriod": {
+ "description": "unknown"
+ },
+ "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"
+ },
+ "contractPeriod": {
+ "description": "unknown"
+ },
+ "additionalClassifications": [
+ {
+ "id": "oth-serv-contr",
+ "scheme": "eu-cvd-contract-type",
+ "description": "Other service contract"
+ }
+ ]
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2020-11-19T00:00:00Z"
+ }
+ ],
+ "documents": [
+ {
+ "id": "Fiscal1",
+ "documentType": "legislation"
+ }
+ ]
+ },
+ "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.",
+ "items": [
+ {
+ "id": "1",
+ "additionalClassifications": [
+ {
+ "scheme": "eu-vehicle-category",
+ "id": "n2-n3",
+ "description": "Truck (N2-N3)"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "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"
+ }
+ ],
+ "relatedProcesses": [
+ {
+ "id": "1",
+ "identifier": "123e4567-e89b-12d3-a456-426614174000",
+ "scheme": "eu-oj",
+ "relationship": [
+ "prior"
+ ]
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Organization.eDeliveryGateway
Lot.hasAccessibilityCriteria
Lot.noAccessibilityCriteriaRationale
Lot.reviewDetails
Period.description
field.+partyRole.csv
codelist to the Document publisher extension.Lot.minimumValue
to the Lots extension as Lot.minValue
.informationService
to OrganizationReference
.+partyRole.csv
codelist.Lot.awardPeriod
field.Lot.minimumValue
field.+milestoneType.csv
codelist.Item.deliveryAddresses
field.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in this issue and in pull requests.
++ Implements fields and codes that are specific to European law. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ reviewDetails
+
+ |
+ + Review details + | +
+ Precise information concerning the time limits for the review procedures or contact information from which it can be obtained. + + |
+ + string + | +
+
+ valueCalculationMethod
+
+ |
+ + Value calculation method + | +
+ The method used for calculating the estimated value of the concession. + + |
+ + string + | +
+
+ legislativeReferences
+
+ |
+ + Legislative references + | +
+ Legislative references and associated contact points for information. + + |
+ + array of LegislativeReference objects + | +
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Website URL + | +
+ The website of the organization. + + |
+ + string + | +
+
+ details.
+ |
+ + Buyer profile URL + | +
+ The Web address of the buyer profile. + + |
+ + string + | +
+
+ eDeliveryGateway
+
+ |
+ + eDelivery gateway + | +
+ The organization's URL for the exchange of data and documents with eDelivery. + + |
+ + string + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ valueCalculationMethod
+
+ |
+ + Value calculation method + | +
+ Any details relevant to the value of the concession according to article 8(3) of Directive 2014/23/EU on concession contracts. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ periodRationale
+
+ |
+ + Contract period rationale + | +
+ The rationale for the duration of the contract. + + |
+ + string + | +
+
+ publicPassengerTransportServicesKilometers
+
+ |
+ + Kilometers of public passenger transport services + | +
+ The number of kilometers of public passenger transport services provided by a public service contract. + + |
+ + number + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryAddresses
+
+ |
+ + Delivery addresses + | +
+ The addresse(s) to which the supplier delivers the item. + + |
+ + array of Address objects + | +
+ The extension defines these fields in the Period
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ The description of the period. + + |
+ + string + | +
+ The extension defines a new LegislativeReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Title + | +
+ The title of the legislative reference + + |
+ + string + | +
+
+ url
+
+ |
+ + URL + | +
+ A link to the Web page of the legislative reference. + + |
+ + string + | +
+
+ informationService
+
+ |
+ + Information service + | +
+ An organization that can provide information about the legislative reference. + + |
+ + OrganizationReference object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ awardPeriod
+
+ |
+ + Award period + | +
+ The period for decision making regarding the contract award for the lot. The end date should be the date on which an award decision is due to be finalized. The start date may be used to indicate the start of an evaluation period. + + |
+ + Period object + | +
+
+ hasAccessibilityCriteria
+
+ |
+ + Has accessibility criteria + | +
+ Whether the technical specifications for the lot include accessibility criteria for people with disabilities. + + |
+ + boolean + | +
+
+ noAccessibilityCriteriaRationale
+
+ |
+ + No accessibility criteria rationale + | +
+ The rationale for not including accessibility criteria when the object of the lot is intended for use by natural persons. + + |
+ + string + | +
+
+ reviewDetails
+
+ |
+ + Review details + | +
+ Precise information concerning the time limits for the review procedures for the lot or contact information from which it can be obtained. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/eu/1.1/ +
++ Implements fields and codes that are specific to European law. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ legislation
+
+ |
+ + Legislation + | +
+ A general regulatory framework applicable in the place where the contract is to be performed. For example, tax legislation, environmental protection legislation or employment protection and working conditions legislation. + +
|
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ eu-vehicle-category
+
+ |
+ + European Union vehicle category + | +
+ The category of vehicle falling within the scope of the EU Clean Vehicles Directive 2009/33/EC. + + + |
+
+
+ eu-cvd-contract-type
+
+ |
+ + European Union Clean Vehicle Directive contract type + | +
+ The category of contract according to the EU Clean Vehicles Directive 2009/33/EC. + + + |
+
+ You can download the +milestoneType.csv
file in English.
+
+ The extension adds these codes to the milestoneType.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ securityClearanceDeadline
+
+ |
+ + Security clearance deadline + | +
+ The tenderers may obtain their security clearance until this date. + + |
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ mediationBody
+
+ |
+ + Mediation body + | +
+ The body responsible for mediation procedures. + + |
+
+
+ centralPurchasingBody
+
+ |
+ + Central purchasing body + | +
+ The procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities. + + |
+
+
+ processContactPoint
+
+ |
+ + Process contact point + | +
+ A contact point dedicated to this contracting process. + + |
+
+
+ reviewContactPoint
+
+ |
+ + Review contact point + | +
+ The service from which information about the review procedure can be obtained. + + |
+
+
+ selectedParticipant
+
+ |
+ + Selected participant + | +
+ An organization that has already been selected to participate in the design contest. + + |
+
+
+ procurementServiceProvider
+
+ |
+ + Procurement service provider + | +
+ An organization that provides ancillary procurement services to buyers. + + |
+
+
+ eSender
+
+ |
+ + TED eSender + | +
+ An organization that provides data transfer services to buyers. + + |
+
+
+ leadBuyer
+
+ |
+ + Lead buyer + | +
+ The lead buyer in a group of buyers. + + |
+
+
+ leadTenderer
+
+ |
+ + Lead tenderer + | +
+ The lead tenderer in the case of a consortium or equivalent. + + |
+
+
+ evaluationBody
+
+ |
+ + Evaluation body + | +
+ The organization responsible for evaluating bids or requests to participate. + + |
+
+
+ submissionReceiptBody
+
+ |
+ + Submission receipt body + | +
+ The organization responsible for receiving bids or requests to participate. + + |
+
+ You can download the +relatedProcessScheme.csv
file in English.
+
+ The extension adds these codes to the relatedProcessScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ eu-oj
+
+ |
+ + Official Journal of the European Union + | +
+ An Official Journal of the European Union contracting process identifier. + + |
+
+ Implements fields and codes that are specific to European law. +
+Implements fields and codes that are specific to European law.
+For complete guidance on meeting the disclosure requirements of European law, see OCDS for eForms for the 2019 regulation, or OCDS for European Union for the 2015 regulation.
+{
+ "parties": [
+ {
+ "details": {
+ "url": "https://www.manchester.ac.uk/",
+ "buyerProfile": "https://in-tendhost.co.uk/universityofmanchester/aspx/Home"
+ },
+ "roles": [
+ "leadBuyer",
+ "awardingCentralPurchasingBody",
+ "evaluationBody",
+ "submissionReceiptBody"
+ ]
+ },
+ {
+ "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"
+ ]
+ },
+ {
+ "roles": [
+ "eSender"
+ ]
+ },
+ {
+ "roles": [
+ "procurementServiceProvider"
+ ]
+ },
+ {
+ "roles": [
+ "leadTenderer",
+ "tenderer"
+ ]
+ }
+ ],
+ "tender": {
+ "contractPeriod": {
+ "description": "unknown"
+ },
+ "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"
+ },
+ "contractPeriod": {
+ "description": "unknown"
+ },
+ "additionalClassifications": [
+ {
+ "id": "oth-serv-contr",
+ "scheme": "eu-cvd-contract-type",
+ "description": "Other service contract"
+ }
+ ]
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2020-11-19T00:00:00Z"
+ }
+ ],
+ "documents": [
+ {
+ "id": "Fiscal1",
+ "documentType": "legislation"
+ }
+ ]
+ },
+ "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.",
+ "items": [
+ {
+ "id": "1",
+ "additionalClassifications": [
+ {
+ "scheme": "eu-vehicle-category",
+ "id": "n2-n3",
+ "description": "Truck (N2-N3)"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "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"
+ }
+ ],
+ "relatedProcesses": [
+ {
+ "id": "1",
+ "identifier": "123e4567-e89b-12d3-a456-426614174000",
+ "scheme": "eu-oj",
+ "relationship": [
+ "prior"
+ ]
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Organization.eDeliveryGateway
Lot.hasAccessibilityCriteria
Lot.noAccessibilityCriteriaRationale
Lot.reviewDetails
Period.description
field.+partyRole.csv
codelist to the Document publisher extension.Lot.minimumValue
to the Lots extension as Lot.minValue
.informationService
to OrganizationReference
.+partyRole.csv
codelist.Lot.awardPeriod
field.Lot.minimumValue
field.+milestoneType.csv
codelist.Item.deliveryAddresses
field.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in this issue and in pull requests.
++ Implements fields and codes that are specific to European law. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ reviewDetails
+
+ |
+ + Review details + | +
+ Precise information concerning the time limits for the review procedures or contact information from which it can be obtained. + + |
+ + string + | +
+
+ valueCalculationMethod
+
+ |
+ + Value calculation method + | +
+ The method used for calculating the estimated value of the concession. + + |
+ + string + | +
+
+ legislativeReferences
+
+ |
+ + Legislative references + | +
+ Legislative references and associated contact points for information. + + |
+ + array of LegislativeReference objects + | +
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Website URL + | +
+ The website of the organization. + + |
+ + string + | +
+
+ details.
+ |
+ + Buyer profile URL + | +
+ The Web address of the buyer profile. + + |
+ + string + | +
+
+ eDeliveryGateway
+
+ |
+ + eDelivery gateway + | +
+ The organization's URL for the exchange of data and documents with eDelivery. + + |
+ + string + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ valueCalculationMethod
+
+ |
+ + Value calculation method + | +
+ Any details relevant to the value of the concession according to article 8(3) of Directive 2014/23/EU on concession contracts. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ periodRationale
+
+ |
+ + Contract period rationale + | +
+ The rationale for the duration of the contract. + + |
+ + string + | +
+
+ publicPassengerTransportServicesKilometers
+
+ |
+ + Kilometers of public passenger transport services + | +
+ The number of kilometers of public passenger transport services provided by a public service contract. + + |
+ + number + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryAddresses
+
+ |
+ + Delivery addresses + | +
+ The addresse(s) to which the supplier delivers the item. + + |
+ + array of Address objects + | +
+ The extension defines these fields in the Period
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ The description of the period. + + |
+ + string + | +
+ The extension defines a new LegislativeReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Title + | +
+ The title of the legislative reference + + |
+ + string + | +
+
+ url
+
+ |
+ + URL + | +
+ A link to the Web page of the legislative reference. + + |
+ + string + | +
+
+ informationService
+
+ |
+ + Information service + | +
+ An organization that can provide information about the legislative reference. + + |
+ + OrganizationReference object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ awardPeriod
+
+ |
+ + Award period + | +
+ The period for decision making regarding the contract award for the lot. The end date should be the date on which an award decision is due to be finalized. The start date may be used to indicate the start of an evaluation period. + + |
+ + Period object + | +
+
+ hasAccessibilityCriteria
+
+ |
+ + Has accessibility criteria + | +
+ Whether the technical specifications for the lot include accessibility criteria for people with disabilities. + + |
+ + boolean + | +
+
+ noAccessibilityCriteriaRationale
+
+ |
+ + No accessibility criteria rationale + | +
+ The rationale for not including accessibility criteria when the object of the lot is intended for use by natural persons. + + |
+ + string + | +
+
+ reviewDetails
+
+ |
+ + Review details + | +
+ Precise information concerning the time limits for the review procedures for the lot or contact information from which it can be obtained. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/exclusionGrounds/master/ +
++ Adds an object to describe the criteria to exclude tenderers from participating in a contracting process. +
+Adds an object to describe the criteria to exclude tenderers from participating in a contracting process.
+If you use a codelist for tender.exclusionGrounds.criteria.type
, you should explain where the codes are from in your publication policy/user guide.
{
+ "tender": {
+ "id": "1",
+ "exclusionGrounds": {
+ "criteria": [
+ {
+ "description": "Applicants not satisfying...",
+ "type": "crime-org"
+ }
+ ]
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds an object to describe the criteria to exclude tenderers from participating in a contracting process. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ exclusionGrounds
+
+ |
+ + Exclusion grounds + | +
+ Information about the criteria regarding the situation of a tenderer that can lead to its exclusion from the contracting process. For example: criminal convictions, bankruptcy, presence on a blacklist or failure to pay taxes. + + |
+ + ExclusionGrounds object + | +
+ The extension defines a new ExclusionGrounds
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ criteria
+
+ |
+ + Exclusion criteria + | +
+ The exclusion criteria. + + |
+ + array of ExclusionCriterion objects + | +
+ The extension defines a new ExclusionCriterion
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Type + | +
+ The type of the criterion. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ The description of the criterion. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/extendsContractID/master/ +
++ Under some procurement rules and processes, to extend the duration or value of a contract, or to make other substantial alterations, requires a new contract to be signed. This extension allows these relationships between two or more contracts in the same contracting process to be made explicit. +
+Under some procurement rules and processes, to extend the duration or value of a contract, or to make other substantial alterations, requires a new contract to be signed.
+This new contract will form part of the same overall contracting process as the old contract which it extends.
+In these cases, the extendsContractID
field can be used to identify that a given entry in the contracts
array should be understood as related to a previous contract.
Use this extension only if there is a substantive new contract signed as the extension of a previous contract. In most cases, an update to the value or duration of a contract should be modelled as an amendment within a single entry in the contracts
array.
The extract below shows three contracts in the contracts array of an OCDS release.
+The first two contracts were signed in 2011: one for one year for property rental, and the other for two years for services related to property rental.
+The third contract was signed in 2012, and renews the property rental for another year. This is related back to the contract for the first year of rental with the extendsContractID
field.
{
+ "contracts": [
+ {
+ "id": "207002-armin-hahner-stollmaier-21",
+ "awardID": "207002-armin-hahner-stollmaier-21",
+ "title": "Alquileres para la SNNA",
+ "status": "terminated",
+ "period": {
+ "startDate": "2011-01-02T23:59:59+00:00",
+ "endDate": "2012-01-02T23:59:59+00:00"
+ },
+ "value": {
+ "amount": 1800000,
+ "currency": "PYG"
+ },
+ "items": [
+ {
+ "id": "01",
+ "description": "Alquiler de Inmueble",
+ "classification": {
+ "scheme": "CPV",
+ "id": "70000000-1",
+ "description": "Real Estate Services",
+ "uri": "http://cpv.data.ac.uk/code-70000000"
+ }
+ }
+ ],
+ "dateSigned": "2011-03-14T16:58:40+00:00"
+ },
+ {
+ "id": "207004-armin-hahner-stollmaier-21-service",
+ "awardID": "207002-armin-hahner-stollmaier-21",
+ "title": "Servicios relacionados con alquileres para la SNNA",
+ "status": "active",
+ "period": {
+ "startDate": "2011-01-02T23:59:59+00:00",
+ "endDate": "2013-01-02T23:59:59+00:00"
+ },
+ "value": {
+ "amount": 10000,
+ "currency": "PYG"
+ },
+ "items": [
+ {
+ "id": "02",
+ "description": "Servicios relacionados con alquiler de Inmueble",
+ "classification": {
+ "scheme": "CPV",
+ "id": "70000000-1",
+ "description": "Real Estate Services",
+ "uri": "http://cpv.data.ac.uk/code-70000000"
+ }
+ }
+ ],
+ "dateSigned": "2011-03-14T16:58:40+00:00"
+ },
+ {
+ "id": "207002-armin-hahner-stollmaier-21-renovacion",
+ "awardID": "207002-armin-hahner-stollmaier-21",
+ "extendsContractID": "207002-armin-hahner-stollmaier",
+ "title": "Ad Referendum - Alquileres para la SNNA (Amends contract 207002)",
+ "status": "active",
+ "period": {
+ "startDate": "2012-01-02T23:59:59+00:00",
+ "endDate": "2013-01-02T23:59:59+00:00"
+ },
+ "value": {
+ "amount": 12780000,
+ "currency": "PYG"
+ },
+ "items": [
+ {
+ "id": "01",
+ "description": "Alquiler de Inmueble",
+ "classification": {
+ "scheme": "CPV",
+ "id": "70000000-1",
+ "description": "Real Estate Services",
+ "uri": "http://cpv.data.ac.uk/code-70000000"
+ }
+ }
+ ],
+ "dateSigned": "2012-03-14T16:58:40+00:00"
+ }
+ ]
+}
+
The image below shows an example of how the information provided by the extendsContractID
field is used in Paraguay, to display two contracts resulting from an award (the blue boxes), with one of those contracts then extended (the blue circle).
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.Contract.extendsContractID
nullable.+ Under some procurement rules and processes, to extend the duration or value of a contract, or to make other substantial alterations, requires a new contract to be signed. This extension allows these relationships between two or more contracts in the same contracting process to be made explicit. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ extendsContractID
+
+ |
+ + Extends contract ID + | +
+ If this contract extends or amends a previously issued contract, then the contract.id value for the extended/amended contract can be provided here. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/finance/master/ +
++ Adds fields to disclose the financing of the whole process and its individual contracts. +
+
+ You can download the financeCategory.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ equity
+
+ |
+ + Equity + | +
+ Equity finance is given in exchange for a share of ownership in the project (usually via direct or indirect shareholding in a Special Purpose Vehicle (SPV) company created to run the project). + + |
+
+
+ seniorDebt
+
+ |
+ + Senior debt + | +
+ Senior debt (sometimes called senior loans) take priority over other more junior debt. + + |
+
+
+ mezzanineDebt
+
+ |
+ + Mezzanine debt + | +
+ Mezzanine debt (sometimes called mezzanine loans) take priority over common shares. + + |
+
+
+ grant
+
+ |
+ + Grant + | +
+ A grant is finance provided without expectation of repayment. + + |
+
+
+ guarantee
+
+ |
+ + Guarantee + | +
+ A guarantee is a promise by one party to assume the debt of another if the other defaults. Guarantees are not to be counted in totals of the overall financing of a project. + + |
+
+
+ other
+
+ |
+ + Other debts or investments + | +
+ Any details of the conditions attached to this finance can be provided in the notes field. + + |
+
+ You can download the financeType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ institutional
+
+ |
+ + Institutional + | +
+ This finance was provided by institutional investors: organizations that pool money to purchase securities, real property, and other investment assets or originate loans. Institutional investors include banks, insurance companies, pensions, hedge funds, REITs, investment advisors, endowments, and mutual funds. + +
|
+
+
+ commercial
+
+ |
+ + Commercial + | +
+ This finance was provided by private parties who do not fall within the definition of institutional investor. + + |
+
+
+ bilateral
+
+ |
+ + Bilateral + | +
+ This finance was provided by a bilateral institution: an agency of one specific government, usually a development agency or export-credit agency with a mandate to support domestic businesses in pursuing investments abroad. + +
|
+
+
+ multilateral
+
+ |
+ + Multilateral + | +
+ This finance was provided by a multilateral institution: a body created by a group of countries to provides financing and professional support, primarily for the purpose of development. + + + |
+
+
+ publicBondIssue
+
+ |
+ + Public bond issue + | +
+ This finance was provided through a public bond issue. + + |
+
+
+ supplierCredit
+
+ |
+ + Supplier credit + | +
+ This finance was provided through a line of credit provided by a supplier. + + |
+
+
+ other
+
+ |
+ + Other + | +
+ This finance was provided through some other source. + + |
+
+ Adds fields to disclose the financing of the whole process and its individual contracts. +
+Adds fields to disclose the financing of the whole process and its individual contracts.
+Sometimes, particularly in the case of Public Private Partnerships, contracts are financed using a range of instruments, including loans, grants, share issues and so-on. This information can be updated over the lifetime of the contract.
+In the European Union, this extension's fields correspond to eForms BG-611 (Contract EU funds) and BG-61 (EU funds). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+The financeType.csv
codelist is based on the list on Page 57 of the World Bank PPP Disclosure Framework
{
+ "planning": {
+ "budget": {
+ "description": "Adquisición de equipos odontológicos para las Unidades de Salud de la Familia",
+ "amount": {
+ "currency": "PYG",
+ "amount": 643702500
+ },
+ "finance": [
+ {
+ "id": "1",
+ "title": "Presupuesto de financiación de deuda primaria",
+ "financingParty": {
+ "id": "XX-FI-22222222",
+ "name": "Banco Interamericano de Desarrollo (BID)"
+ },
+ "financeCategory": "seniorDebt",
+ "financeType": "multilateral",
+ "value": {
+ "amount": 643702500,
+ "currency": "PYG"
+ }
+ }
+ ]
+ }
+ }
+}
+
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "title": "Public Private Partnership Agreement",
+ "description": "Public-Private Partnership agreement entered into by and between telecoms promoter, together with national fibre infrastructure and the special purpose vehicle Mega Consortium Ltd",
+ "finance": [
+ {
+ "id": "1",
+ "title": "Primary senior debt financing agreement",
+ "description": "Big Bank Corp retains the right to step in should Mega Consortium fail to comply with the repayment schedule for a period of 3 consecutive months.",
+ "financingParty": {
+ "id": "XX-FI-22222222",
+ "name": "Big Bank Corp"
+ },
+ "financeCategory": "seniorDebt",
+ "value": {
+ "amount": 41000000,
+ "currency": "USD"
+ },
+ "period": {
+ "startDate": "2016-01-24T00:00:00Z",
+ "endDate": "2021-01-23T00:00:00Z"
+ },
+ "interestRate": {
+ "base": "LIBOR",
+ "margin": 0.03,
+ "fixed": false
+ },
+ "stepInRights": true,
+ "exchangeRateGuarantee": false,
+ "repaymentFrequency": 30.4
+ },
+ {
+ "id": "2",
+ "title": "Alpha Holdings equity investment",
+ "financingParty": {
+ "id": "XX-XXX-11111111",
+ "name": "Alpha Holdings Ltd"
+ },
+ "financeCategory": "equity",
+ "value": {
+ "amount": 6674000,
+ "currency": "USD"
+ }
+ }
+ ]
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Finance.relatedLots
from the Lots extensionminProperties
, minItems
and/or minLength
properties.planning.budget.finance
field.financeCategory
."uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.interestRate
non-nullable (undo earlier change).Finance.id
required and non-nullable to support revision tracking and list mergingFinance.financingParty
.interestRate
nullable.+ Adds fields to disclose the financing of the whole process and its individual contracts. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ finance
+
+ |
+ + Finance + | +
+ An array with details of each source of finance arranged for this contract. + + |
+ + array of Finance objects + | +
+ The extension defines these fields in the Budget
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ finance
+
+ |
+ + Finance + | +
+ An array with details of each source of finance planned for this procedure. + + |
+ + array of Finance objects + | +
+ The extension defines a new Finance
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ An identifier for this financing arrangement. + + |
+ + string + | +
+
+ title
+
+ |
+ + Title + | +
+ A short title for this financing arrangement. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A short description of this financing arrangement. This may include details of lender rights, step in arrangements, exchange rate guarantees, and for syndicated loans, details of syndication and any members of the syndicate. + + |
+ + string + | +
+
+ financingParty
+
+ |
+ + Financing organization + | +
+ The organization providing this financing arrangement. + + |
+ + OrganizationReference object + | +
+
+ financeType
+
+ |
+ + Finance type + | +
+ The type of finance arranged. + + |
+ + string from closed financeType codelist + | +
+
+ financeCategory
+
+ |
+ + Finance category + | +
+ The nature of the finance, relevant to determining the order of preference for investors to get their money back in case of liquidation. + + |
+ + string from closed financeCategory codelist + | +
+
+ value
+
+ |
+ + Value + | +
+ The total value of this finance. + + |
+ + Value object + | +
+
+ period
+
+ |
+ + Finance period + | +
+ What period is covered by this finance. + + |
+ + Period object + | +
+
+ interestRate
+
+ |
+ + Interest rate + | +
+ The interest rate associated with this finance. + + |
+ + object + | +
+
+ interestRate.
+ |
+ + Base + | +
+ The variable to which an additional margin amount is added to get the Interest amount. This can be specified as a fixed number, as a known variable (e.g. LIBOR or LIBOR+1%), or can be omitted if margin specifies the entire interest rate. + + |
+ + string or number + | +
+
+ interestRate.
+ |
+ + Margin + | +
+ The variable added to the base to give the Interest amount expressed as a decimal fraction (e.g. 12.5% = 0.125). + + |
+ + number + | +
+
+ interestRate.
+ |
+ + Fixed rate + | +
+ A boolean field. If this interest rate of fixed, set to true. Otherwise, set to false. + + |
+ + boolean + | +
+
+ interestRate.
+ |
+ + Notes + | +
+ Any explanatory notes concerning the interest rate. + + |
+ + string + | +
+
+ repaymentFrequency
+
+ |
+ + Repayment frequency (days) + | +
+ What is the average repayment frequency (in days) for this source of finance. For example, for yearly, use 365; for monthly repayment use 30.4; for daily use 1. User interfaces may wish to translate this into a more user-friendly presentation, such as 'daily','monthly' or 'yearly'. + + |
+ + number + | +
+
+ stepInRights
+
+ |
+ + Step in rights + | +
+ Whether provision of this finance confers any step in rights to the financing organization. + + |
+ + boolean + | +
+
+ exchangeRateGuarantee
+
+ |
+ + Exchange rate guarantees + | +
+ Whether there is an associated exchange rate guarantee with this source of finance. + + |
+ + boolean + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this financing arrangement relates. + + |
+ + array of strings + | +
+ + This page has moved to a /en/extensions/guarantees/master/ +
++ Some procurement processes consider the specification of guarantees in order to ensure compliance with the terms of a contract. + +There are many types of guarantees, so we consider the creation of a new extension based on the formats that are required for the Federal Treasury (Mexico). See discussion in https://github.com/open-contracting/standard/issues/651 +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ guarantor
+
+ |
+ + Guarantor + | +
+ Institution that issues the guarantee. + + |
+
+ You can download the guaranteeType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ bail
+
+ |
+ + Bail + | +
+ A bail bond is a written promise by which a person agrees with the creditor to pay for the debtor, if he does not. + + |
+
+
+ depositSlip
+
+ |
+ + Deposit slip + | +
+ The deposit slip is an instrument used to establish cash guarantees available to judicial or administrative authorities. + + |
+
+
+ letterOfCredit
+
+ |
+ + Letter of credit + | +
+ Letters of credit are used to guarantee that a supplier will receive a specified amount of money within a specified time providing strict terms. + + |
+
+
+ suretyBond
+
+ |
+ + Surety bond + | +
+ A surety bond is an instrument through which The surety is obliged to compensate the obligee for the damages suffered in the event that the principal fails to comply with the terms of the contract. + + |
+
+
+ check
+
+ |
+ + Check + | +
+ A certified check as a form of guarantee. + + |
+
+ You can download the guaranteedObligations.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ fulfillment
+
+ |
+ + Fulfillment + | +
+ Guarantees fulfillment in time with the conditions stipulated in the contract. + + |
+
+
+ prepaid
+
+ |
+ + Prepaid + | +
+ Guarantee by which the supplier requests a prepayment from the procuring entity. + + |
+
+
+ latentDefects
+
+ |
+ + Latent defects + | +
+ Guarantee on the possible defects that a good may have that are not discoverable through general inspection at the time of delivery. + + |
+
+
+ confidentiality
+
+ |
+ + Confidentiality + | +
+ Guarantee that commits the supplier to safeguard the confidential information that has been granted. + + |
+
+
+ quality
+
+ |
+ + Quality + | +
+ Commitment from the supplier to deliver the goods and services in the quality specified in the contract. + + |
+
+ Some procurement processes consider the specification of guarantees in order to ensure compliance with the terms of a contract. + +There are many types of guarantees, so we consider the creation of a new extension based on the formats that are required for the Federal Treasury (Mexico). See discussion in https://github.com/open-contracting/standard/issues/651 +
+Some procurement processes consider the specification of guarantees in order to ensure compliance with the terms of a contract.
+There are many types of guarantees, so we consider the creation of a new extension based on the formats that are required for the Federal Treasury (Mexico).
+Guarantee types:
+Guaranteed obligations:
+Add an array named "guarantees" with the following fields:
+Code | +Title | +Description | +
---|---|---|
guarantees | +Guarantees | +A list of the guarantees given for this contract. | +
Guarantee | +Guarantee | +Information of the guarantee used to ensure compliance with the terms of a contract. | +
id | +Guarantee ID | +A local identifier for this guarantee, unique within this block. | +
type | +Guarantee type | +Specify the guarantee type for this contract using the guaranteeType codelist. | +
bail | +Bail | +A bail bond is a written promise by which a person agrees with the creditor to pay for the debtor, if he does not. | +
depositSlip | +Deposit slip | +The deposit slip is an instrument used to establish cash guarantees available to judicial or administrative authorities. | +
letterOfCredit | +Letter of credit | +Letters of credit are used to guarantee that a supplier will receive a specified amount of money within a specified time providing strict terms. | +
suretyBond | +Surety bond | +A surety bond is an instrument through which The surety is obliged to compensate the obligee for the damages suffered in the event that the principal fails to comply with the terms of the contract. | +
check | +Check | +A certified check as a form of guarantee. | +
date | +Guarantee date | +The date of the guarantee. This is the date on which the guarantee is issued. | +
obligations | +Guaranteed obligations | +Specify the type of obligations that are guaranteed, using the obligationType codelist. | +
fulfillment | +Fulfillment | +Guarantees fulfillment in time with the conditions stipulated in the contract. | +
prepaid | +Prepaid | +Guarantee by which the supplier requests a prepayment from the procuring entity. | +
latentDefects | +Latent defects | +Guarantee on the possible defects that a good may have that are not discoverable through general inspection at the time of delivery. | +
confidentiality | +Confidentiality | +Guarantee that commits the supplier to safeguard the confidential information that has been granted. | +
quality | +Quality | +Commitment from the supplier to deliver the goods and services in the quality specified in the contract. | +
value | +Guarantee value | +Total amount of the guarantee. | +
guarantor | +Guarantor | +Institution that issues the guarantee. | +
period | +Guarantee period | +The period on which this quote is valid. | +
Report issues for this extension in the standard repository of the Open Contracting Partnership.
++ Some procurement processes consider the specification of guarantees in order to ensure compliance with the terms of a contract. + +There are many types of guarantees, so we consider the creation of a new extension based on the formats that are required for the Federal Treasury (Mexico). See discussion in https://github.com/open-contracting/standard/issues/651 +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Guarantee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Guarantee ID + | +
+ A local identifier for this guarantee, unique within this block. + + |
+ + string or integer + | +
+
+ type
+
+ |
+ + Guarantee type + | +
+ Specify the guarantee type for this contract using the guaranteeType codelist. + + |
+ + string from open guaranteeType codelist + | +
+
+ date
+
+ |
+ + Guarantee date + | +
+ The date of the guarantee. This is the date on which the guarantee is issued. + + |
+ + string + | +
+
+ obligations
+
+ |
+ + Guaranteed obligations + | +
+ Specify the type of obligations that are guaranteed, using the obligationType codelist. + + |
+ + string from open guaranteedObligations codelist + | +
+
+ value
+
+ |
+ + Guarantee value + | +
+ Total amount of the guarantee. + + |
+ + Value object + | +
+
+ guarantor
+
+ |
+ + Guarantor + | +
+ Institution that issues the guarantee. + + |
+ + OrganizationReference object + | +
+
+ period
+
+ |
+ + Guarantee period + | +
+ The period on which this quote is valid. + + |
+ + Period object + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ guarantees
+
+ |
+ + Guarantees + | +
+ A list of the guarantees given for this contract. + + |
+ + array of Guarantee objects + | +
+ + This page has moved to a /en/extensions/implementationStatus/master/ +
++ In Mexico, when talking about works and services related with them it is necessary to publish a set of specific variables about its implementation. One of them is the implementation status of the work or service related with it. See discussion in https://github.com/open-contracting/standard/issues/624 +
+
+ You can download the implementationStatus.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ planning
+
+ |
+ + Planning + | +
+ The contract has been signed, but the provision or construction of the goods, services or works has not started. + + |
+
+
+ ongoing
+
+ |
+ + Ongoing + | +
+ The provision or construction of the goods, services or works is in progress. + + |
+
+
+ concluded
+
+ |
+ + Concluded + | +
+ The provision or construction of the goods, services or works has officially ended. + + |
+
+ In Mexico, when talking about works and services related with them it is necessary to publish a set of specific variables about its implementation. One of them is the implementation status of the work or service related with it. See discussion in https://github.com/open-contracting/standard/issues/624 +
+In Mexico, when talking about works and services related with them it is necessary to publish a set of specific variables about its implementation. One of them is the implementation status of the work or service related with it. It includes a code list whose values are the following:
+Add a new field named “implementationStatus” in the “Implementation” object.
+Code | +Title | +Description | +
---|---|---|
status | +Implementation status | +The current status of the contract implementation based on the implementationStatus codelist. | +
planning | +Planning | +The contract has been signed, but the provision or construction of the goods, services or works has not started. | +
ongoing | +Ongoing | +The provision or construction of the goods, services or works is in progress. | +
concluded | +Concluded | +The provision or construction of the goods, services or works has officially ended. | +
Report issues for this extension in the standard repository of the Open Contracting Partnership.
++ In Mexico, when talking about works and services related with them it is necessary to publish a set of specific variables about its implementation. One of them is the implementation status of the work or service related with it. See discussion in https://github.com/open-contracting/standard/issues/624 +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ status
+
+ |
+ + Implementation status + | +
+ The current status of the contract implementation based on the implementationStatuscodelist. + + |
+ + string from closed implementationStatus codelist + | +
+ Showing 69 extensions from the extension registry +
++ For providing multiple contact points for an organization, or for providing the available languages of a contact point. For example, it may be used to provide a contact point for each language. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a field to the amendment object to classify the rationale for the amendment. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an award criteria array to the lot object, to break down award criteria by price, cost and quality. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a beneficialOwners array to the organization object to indicate the beneficial owners of an organization. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an object to describe the date, time, place and other details of the bid opening. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Allowing bid statistics, and detailed bid information to be represented. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a budget breakdown array to the budget object to break down a budget by source and period. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Extends budget breakdown and contract implementation to allow publication of detailed budget allocations and execution for a contracting process, using classifications that can be mapped to separately published budget and spend data. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a charges array to the implementation object to disclose the charges to be incurred by users or government in a given period of a contract. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a communication object to the tender to describe the modalities of communication about key events. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a contract terms object to the tender and lot objects, to describe the terms governing the future contract. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the contract implementation section to detail the end date, and final value of a contract. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ To allow explicit declaration of suppliers within the contracts block. Used when a single award to multiple suppliers results in multiple contracts to a sub-set of those awarded suppliers. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a country code field to the address object. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a field to indicate the treaties that the contracting process is covered by. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an object to the tender object to describe a design contest. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a publisher field to the document object. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the document object for page references, access details and author information. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ The enquiries extension can be used to record questions raised during a contracting process, and the answers provided. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a object to the tender object to describe the assets used for the provision of public services. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Implements fields and codes that are specific to European law. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an object to describe the criteria to exclude tenderers from participating in a contracting process. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Under some procurement rules and processes, to extend the duration or value of a contract, or to make other substantial alterations, requires a new contract to be signed. This extension allows these relationships between two or more contracts in the same contracting process to be made explicit. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to disclose the financing of the whole process and its individual contracts. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Some procurement processes consider the specification of guarantees in order to ensure compliance with the terms of a contract. + +There are many types of guarantees, so we consider the creation of a new extension based on the formats that are required for the Federal Treasury (Mexico). See discussion in https://github.com/open-contracting/standard/issues/651 +
++ + Maintained by Contrataciones Abiertas México + +
++ In Mexico, when talking about works and services related with them it is necessary to publish a set of specific variables about its implementation. One of them is the implementation status of the work or service related with it. See discussion in https://github.com/open-contracting/standard/issues/624 +
++ + Maintained by Contrataciones Abiertas México + +
++ Adds a generic list of attributes to the item object +
++ + Maintained by dncp-opendata + +
++ Adds fields to the tender object to describe the legal basis of the procedure. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLot identifier is given, the values ought to be interpreted as applicable to the whole tender. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the item object relevant to the procurement of medicines. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ The metrics extension supports publication of forecasts (planning stage), targets (tender stage), agreed performance targets (award and contract stage) and results (implementation stage). +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields for information on options. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an array of classification objects to an organization's details in order to categorize it. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an object to describe other requirements to participate in a contracting process. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a links object to packages, to support pagination. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ For classifying organizations as micro, sme or large. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the implementation section to allow disclosure of an array of contracting performance failures. Based on the performance failures reporting table defined in the World Bank Framework for Disclosure in PPPs. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Makes changes required by the OCDS for PPPs profile. Evaluation indicators, finance summary and project details may be moved into new extensions. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ This extension adds a block to describe the procurement procedure. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an array to the tender object to classify the procurement method rationale. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a project object to the planning object to describe the project to which the contracting process is related, including the total value of the project (not to be confused with the total value of the contracting process). +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields for information on the recurrence of the contracting process. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Includes the information about the publisher at release level for the cases in that a release-package or record-packages contains releases from different publishers. +
++ + Maintained by CompraNet + +
++ Adds a sources array to indicate the information systems from which the data originates. +
++ + Maintained by ONCAETI + +
++ Adds fields to the Tender and Lot objects to describe the options for the renewal of contracts. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV). +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ For providing the risk allocations defined in a public private partnership's contract. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a second stage object to the tender and lot objects, to describe the second stage of a two-stage procedure. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an object to describe the conditions for participation in a contracting process. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds company ownership fields to the organization object used in the parties array. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a top-level statistics array to describe statistics about the contracting process. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Add a statusDetails field to Tender, Award and Contract object +
++ + Maintained by dncp-opendata + +
++ Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a submission terms object to the tender and lot objects, to describe how, when and where the tenderers must submit their bids. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the contract and implementation objects to capture details of the tariffs, tolls and user fees set out in the contract and in use throughout the life of the project. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a date field to indicate when the tender was published. +
++ + Maintained by Portal EDCA HN + +
++ Adds a relatedImplementationMilestone field to transaction objects, so that payments against a contract can be linked with an implementation milestone. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an unstructuredChanges array to the Amendment object. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ + This page has moved to a /en/extensions/itemAttributes/master/ +
++ Adds a generic list of attributes to the item object +
+Adds an attributes
array to the item object to list any
+extra attribute that an item may have, at the tender, award or
+contract stage.
+The attributes can be features like the item's model, brand, manufacturer, among others, including its value and an
+unique identifier for that attribute
{
+ "tender": {
+ "items": [
+ {
+ "id": "10121503-001-1",
+ "description": "Balanceado para Ganado Vacuno - Alta Producción en bolsas de 25 k",
+ "quantity": 350,
+ "attributes": [
+ {
+ "name": "Presentacion",
+ "value": "BOLSA",
+ "id": "1"
+ }
+ ]
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+This extension was originally discussed in https://github.com/open-contracting/standard/issues/751
++ Adds a generic list of attributes to the item object +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Attribute
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ name
+
+ |
+ + Name + | +
+ The name of the attribute, such as 'brand', 'manufacturer', and similar. + + |
+ + string + | +
+
+ value
+
+ |
+ + Value + | +
+ The value of the attribute. + + |
+ + string or number + | +
+
+ id
+
+ |
+ + Id + | +
+ A local identifier for the attribute. + + |
+ + string + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ attributes
+
+ |
+ + Attributes + | +
+ The attributes of the item. + + |
+ + array of Attribute objects + | +
+ Adds fields to the tender object to describe the legal basis of the procedure. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ CELEX
+
+ |
+ + CELEX number + | +
+ Identifier scheme for EUR-Lex documents + +
|
+
+
+ ELI
+
+ |
+ + European Legislation Identifier + | +
+ Identifier scheme for European legislation + +
|
+
+
+ LEXML
+
+ |
+ + LexML URN + | +
+ Identifier scheme for BR-Lex documents + +
|
+
+ Adds fields to the tender object to describe the legal basis of the procedure. +
+Adds fields to the tender object to describe the legal basis of the contracting process – that is, the laws and regulations that govern the contracting process and that grant legal authority to the procuring entity.
+The tender.legalBasis
field is a Classification
object. Example classification schemes are LEX, CELEX and ELI.
To identify the procedure used, whether by formal name or by legal citation, use the tender.procurementMethodDetails
field.
To indicate whether the contracting process is covered by a treaty, like the Agreement on Government Procurement (GPA), use the coveredBy extension. To indicate whether the contracting process is accelerated, involves framework agreements, or has other modalities, browse the extensions.
+If the legal basis is country-specific, it is recommended to prefix the ISO 3166-1 alpha-2 code to the classification scheme: for example, "HN-ONCAE" for the Oficina Normativa de Contratación y Adquisiciones del Estado (ONCAE) in Honduras.
+In the European Union, this extension's fields correspond to eForms BT-01 (Procedure Legal Basis), BT-09 (Cross Border Law) and Article 39, paragraph 5 of Directive 2014/24/EU. For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "crossBorderLaw": "Italian procurement legislation",
+ "legalBasis": {
+ "id": "32014L0025",
+ "scheme": "CELEX"
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++itemClassificationScheme.csv
.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds fields to the tender object to describe the legal basis of the procedure. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ crossBorderLaw
+
+ |
+ + Cross-border law + | +
+ In case of joint procurement, the public procurement legislation that applies to the procedure. + + |
+ + string + | +
+
+ legalBasis
+
+ |
+ + Legal basis + | +
+ The legal basis of the procedure. + + |
+ + Classification object + | +
+ + This page has moved to a /en/extensions/legalBasis/1.1/ +
++ Adds fields to the tender object to describe the legal basis of the procedure. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ CELEX
+
+ |
+ + CELEX number + | +
+ Identifier scheme for EUR-Lex documents + +
|
+
+
+ ELI
+
+ |
+ + European Legislation Identifier + | +
+ Identifier scheme for European legislation + +
|
+
+
+ LEXML
+
+ |
+ + LexML URN + | +
+ Identifier scheme for BR-Lex documents + +
|
+
+ Adds fields to the tender object to describe the legal basis of the procedure. +
+Adds fields to the tender object to describe the legal basis of the contracting process – that is, the laws and regulations that govern the contracting process and that grant legal authority to the procuring entity.
+The tender.legalBasis
field is a Classification
object. Example classification schemes are LEX, CELEX and ELI.
To identify the procedure used, whether by formal name or by legal citation, use the tender.procurementMethodDetails
field.
To indicate whether the contracting process is covered by a treaty, like the Agreement on Government Procurement (GPA), use the coveredBy extension. To indicate whether the contracting process is accelerated, involves framework agreements, or has other modalities, browse the extensions.
+If the legal basis is country-specific, it is recommended to prefix the ISO 3166-1 alpha-2 code to the classification scheme: for example, "HN-ONCAE" for the Oficina Normativa de Contratación y Adquisiciones del Estado (ONCAE) in Honduras.
+In the European Union, this extension's fields correspond to eForms BT-01 (Procedure Legal Basis), BT-09 (Cross Border Law) and Article 39, paragraph 5 of Directive 2014/24/EU. For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "crossBorderLaw": "Italian procurement legislation",
+ "legalBasis": {
+ "id": "32014L0025",
+ "scheme": "CELEX"
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++itemClassificationScheme.csv
.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds fields to the tender object to describe the legal basis of the procedure. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ crossBorderLaw
+
+ |
+ + Cross-border law + | +
+ In case of joint procurement, the public procurement legislation that applies to the procedure. + + |
+ + string + | +
+
+ legalBasis
+
+ |
+ + Legal basis + | +
+ The legal basis of the procedure. + + |
+ + Classification object + | +
+ + This page has moved to a /en/extensions/location/master/ +
++ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+
+ You can download the geometryType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ Point
+
+ |
+ + Point + | +
+ For type 'Point', the 'coordinates' member is a single position. + +
|
+
+
+ MultiPoint
+
+ |
+ + MultiPoint + | +
+ For type 'MultiPoint', the 'coordinates' member is an array of positions. + +
|
+
+
+ LineString
+
+ |
+ + LineString + | +
+ For type 'LineString', the 'coordinates' member is an array of two or more positions. + +
|
+
+
+ MultiLineString
+
+ |
+ + MultiLineString + | +
+ For type 'MultiLineString', the 'coordinates' member is an array of LineString coordinate arrays. + +
|
+
+
+ Polygon
+
+ |
+ + Polygon + | +
+ For type 'Polygon', the 'coordinates' member must be an array of linear ring coordinate arrays. + +
|
+
+
+ MultiPolygon
+
+ |
+ + MultiPolygon + | +
+ For type 'MultiPolygon', the 'coordinates' member is an array of Polygon coordinate arrays. + +
|
+
+ You can download the locationGazetteers.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ NUTS
+
+ |
+ + EU Nomenclature of Territorial Units for Statistics + | +
+ The Nomenclature of Territorial Units for Statistics (NUTS) was established by Eurostat in order to provide a single uniform breakdown of territorial units for the production of regional statistics for the European Union. + +
|
+
+
+ ISO2
+
+ |
+ + ISO Country Codes (3166-1 alpha-2) + | +
+ ISO 2-Digit Country Codes + +
|
+
+
+ GEONAMES
+
+ |
+ + GeoNames + | +
+ GeoNames provides numerical identifiers for many points of interest around the world, including administrative divisions, populated centres and other locations, embedded within a structured tree of geographic relations. + +
|
+
+
+ OSMN
+
+ |
+ + OpenStreetMap Node + | +
+ OpenStreetMap Nodes consist of a single point in space defined by a latitude, longitude and node ID. Nodes might have tags to indicate the particular geographic feature they represent. + +
|
+
+
+ OSMR
+
+ |
+ + OpenStreetMap Relation + | +
+ Relations are used to model logical (and usually local) or geographic relationships between objects. In practice, boundaries of geographic areas are available as Relations in OpenStreetMap. + +
|
+
+
+ OSMW
+
+ |
+ + OpenStreetMap Way + | +
+ An OpenStreetMap Way is an ordered list of OpenStreetMap nodes. It can be used to describe fragments of roads or local boundaries and bounding boxes. + +
|
+
+ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+This extension adds address and location fields to tenders and items, to communicate the location of proposed or executed contract delivery.
+The locationGazetteers.csv
codelist's Category
column indicates whether the gazetteer has identifiers for the whole world ('Universal') or only some subset ('National' or 'Sub-National').
Below is an example of a geolocated item in the tender
section:
{
+ "tender": {
+ "items": [
+ {
+ "id": "item1",
+ "description": "Ceremonial Trumpets for Oxford Town Hall",
+ "classification": {
+ "description": "Trumpets",
+ "scheme": "CPV",
+ "id": "37312100",
+ "uri": "http://purl.org/cpv/2008/code-37312100"
+ },
+ "deliveryLocations": [
+ {
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 51.751944,
+ -1.257778
+ ]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2640729"
+ ]
+ },
+ "description": "Central Oxford",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ }
+ ],
+ "deliveryAddresses": [
+ {
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom",
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford",
+ "description": "The old town hall"
+ }
+ ],
+ "unit": {
+ "name": "Items",
+ "value": {
+ "currency": "GBP",
+ "amount": 10000
+ }
+ },
+ "quantity": 10
+ }
+ ]
+ }
+}
+
If the procurement related to the rebuilding of a road, then the item could also specify more complex geometries such as:
+{
+ "tender": {
+ "items": [
+ {
+ "id": "item1",
+ "deliveryLocations": [
+ {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 102,
+ 0
+ ],
+ [
+ 103,
+ 1
+ ],
+ [
+ 104,
+ 0
+ ],
+ [
+ 105,
+ 1
+ ]
+ ]
+ },
+ "gazetteer": {
+ "scheme": "OSMW",
+ "identifiers": [
+ "27895985"
+ ]
+ },
+ "description": "St Aldate's",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ }
+ ]
+ }
+ ]
+ }
+}
+
You can take the contents of the geometry object, excluding the geometry
keyword, and plug this into any GeoJSON tool to see the shape that is described.
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Tender.deliveryAddresses
Tender.deliveryLocations
Address.description
Item.deliveryAddress
field in favor of the new Item.deliveryAddresses
field, to support items with multiple delivery addressesItem.deliveryLocation
field in favor of the new Item.deliveryLocations
field, to support items with multiple delivery locationsLocation.uri
Location.geometry
and Location.gazetteer
from being null (bug introduced in v1.1.3)Location.geometry.coordinates
from having null in its array of coordinatesLocation.gazetteer.identifiers
from having null in its array of stringsLocation.geometry
and Location.gazetteer
to be nullLocation.gazetteer
Item.deliveryLocation
, Item.deliveryAddress
Location.geometry.type
+ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryLocations
+
+ |
+ + Delivery Locations + | +
+ The locations where activity related to this tender will take place. + + |
+ + array of Location objects + | +
+
+ deliveryAddresses
+
+ |
+ + Delivery Addresses + | +
+ The addresses to which, or where, goods or services related to this tender will be delivered. + + |
+ + array of Address objects + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryLocations
+
+ |
+ + Delivery Locations + | +
+ The locations where activity related to this tender, contract or license will be delivered. + + |
+ + array of Location objects + | +
+
+ deliveryLocation
+
+ |
+ + Delivery Location + | +
+ The location where activity related to this tender, contract or license will be delivered, or will take place. + ++ + Deprecated in OCDS 1.2.0: + + This field is deprecated in favour of `.deliveryLocations` to support items with multiple delivery locations. + + |
+ + Location object + | +
+
+ deliveryAddresses
+
+ |
+ + Delivery Addresses + | +
+ The addresses to which, or where, goods or services related to this tender, contract or license will be delivered. + + |
+ + array of Address objects + | +
+
+ deliveryAddress
+
+ |
+ + Delivery Address + | +
+ The address to which, or where, goods or services related to this tender, contract or license will be delivered. + ++ + Deprecated in OCDS 1.2.0: + + This field is deprecated in favour of `.deliveryAddresses` to support items with multiple delivery locations. + + |
+ + Address object + | +
+ The extension defines a new Location
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ A name or description of this location. This might include the name(s) of the location(s), or might provide a human-readable description of the location to be covered. + + |
+ + string + | +
+
+ geometry
+
+ |
+ + Geometry + | +
+ We follow the GeoJSON standard to express basic location information, using longitude, latitude, and optional elevation values in the WGS84 (EPSG:4326) projection. A point location can be identified by geocoding an address. For concession licenses, or other scenarios covering a polygon location that is not contained in a known gazetteer, polygon and multi-polygon can be used. + + |
+ + object + | +
+
+ geometry.
+ |
+ + Type + | +
+ The type of GeoJSON Geometry Objects being provided. To provide longitude, latitude, and optional elevation, use 'Point', and enter an array of [longitude, latitude] or [longitude, latitude, elevation] as the value of the coordinates field: e.g. [-122.085, 37.42]. + + |
+ + string from closed geometryType codelist + | +
+
+ geometry.
+ |
+ + Coordinates + | +
+ The relevant array of points, e.g. [longitude, latitude] or [longitude, latitude, elevation], or a nested array of points, for the GeoJSON geometry being described. The longitude and latitude must be expressed in decimal degrees in the WGS84 (EPSG:4326) projection. + + |
+ + array of numbers / arrays + | +
+
+ gazetteer
+
+ |
+ + Gazetteer + | +
+ Identifiers from a gazetteer (a geographical index or directory) for the location. + + |
+ + object + | +
+
+ gazetteer.
+ |
+ + Gazetteer scheme + | +
+ The identifier of the gazetteer. The |
+ + string from open locationGazetteers codelist + | +
+
+ gazetteer.
+ |
+ + Identifiers + | +
+ An array of one or more codes drawn from the gazetteer indicated by the |
+ + array of strings + | +
+
+ uri
+
+ |
+ + URI + | +
+ A URI to a further description of the location. This might be a human-readable document with information on the location, or a machine-readable description of the location. + + |
+ + string + | +
+ The extension defines these fields in the Address
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ The description of the address. + + |
+ + string + | +
+ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+
+ You can download the geometryType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ Point
+
+ |
+ + Point + | +
+ For type 'Point', the 'coordinates' member is a single position. + +
|
+
+
+ MultiPoint
+
+ |
+ + MultiPoint + | +
+ For type 'MultiPoint', the 'coordinates' member is an array of positions. + +
|
+
+
+ LineString
+
+ |
+ + LineString + | +
+ For type 'LineString', the 'coordinates' member is an array of two or more positions. + +
|
+
+
+ MultiLineString
+
+ |
+ + MultiLineString + | +
+ For type 'MultiLineString', the 'coordinates' member is an array of LineString coordinate arrays. + +
|
+
+
+ Polygon
+
+ |
+ + Polygon + | +
+ For type 'Polygon', the 'coordinates' member MUST be an array of linear ring coordinate arrays. + +
|
+
+
+ MultiPolygon
+
+ |
+ + MultiPolygon + | +
+ For type 'MultiPolygon', the 'coordinates' member is an array of Polygon coordinate arrays. + +
|
+
+ You can download the locationGazetteers.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ NUTS
+
+ |
+ + EU Nomenclature of Territorial Units for Statistics + | +
+ The Nomenclature of Territorial Units for Statistics (NUTS) was established by Eurostat in order to provide a single uniform breakdown of territorial units for the production of regional statistics for the European Union. + +
|
+
+
+ ISO2
+
+ |
+ + ISO Country Codes (3166-1 alpha-2) + | +
+ ISO 2-Digit Country Codes + +
|
+
+
+ GEONAMES
+
+ |
+ + GeoNames + | +
+ GeoNames provides numerical identifiers for many points of interest around the world, including administrative divisions, populated centres and other locations, embedded within a structured tree of geographic relations. + +
|
+
+
+ OSMN
+
+ |
+ + OpenStreetMap Node + | +
+ OpenStreetMap Nodes consist of a single point in space defined by a latitude, longitude and node ID. Nodes may have tags to indicate the particular geographic feature they represent. + +
|
+
+
+ OSMR
+
+ |
+ + OpenStreetMap Relation + | +
+ Relations are used to model logical (and usually local) or geographic relationships between objects. In practice, boundaries of geographic areas are available as Relations in OpenStreetMap. + +
|
+
+
+ OSMW
+
+ |
+ + OpenStreetMap Way + | +
+ An OpenStreetMap Way is an ordered list of OpenStreetMap nodes. May be used to describe fragments of roads or local boundaries and bounding boxes. + +
|
+
+ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+Communicating the location of proposed or executed contract delivery is important to many users of contracting data.
+This extension introduces two properties at the items
level to describe location:
deliveryAddress
- a standard Address
block which can be used to provide a postal address where services should be delivered.deliveryLocation
- a new block consisting of GeoJSON and Gazetteer entries to describe a wider range of locations to which the contract line item relates.The locationGazetteers.csv
codelist's Category
column indicates whether the gazetteer has identifiers for the whole world ('Universal') or only some subset ('National' or 'Sub-National').
Below is an example of a geolocated item:
+{
+ "items": [
+ {
+ "id": "item1",
+ "description": "Ceremonial Trumpets for Oxford Town Hall",
+ "classification": {
+ "description": "Trumpets",
+ "scheme": "CPV",
+ "id": "37312100",
+ "uri": "http://purl.org/cpv/2008/code-37312100"
+ },
+ "deliveryLocation": {
+ "geometry": {
+ "type": "Point",
+ "coordinates": [51.751944, -1.257778]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": ["2640729"]
+ },
+ "description": "Central Oxford",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ },
+ "deliveryAddress": {
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom",
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford"
+ },
+ "unit": {
+ "name": "Items",
+ "value": {
+ "currency": "GBP",
+ "amount": 10000
+ }
+ },
+ "quantity": 10
+ }
+ ]
+}
+``
+
+If the procurement related to the rebuilding of a road, then the item could also specify more complex geometries such as:
+
+```json
+{
+"deliveryLocation": {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [ [ -1.256503402048622, 51.747792026616821 ], [ -1.256477837243949, 51.747500168748303 ], [ -1.256466773131763, 51.747365723021403 ], [ -1.256471969911729, 51.747246699996332 ], [ -1.256481860557471, 51.747182243160943 ], [ -1.256497618535434, 51.747079648666102 ] ]
+ },
+ "gazetteer": {
+ "scheme": "OSMW",
+ "identifiers": ["27895985"]
+ },
+ "description": "St Aldate's",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+}
+}
+
You can take the contents of the geometry object, excluding the geometry
keyword, and plug this into any GeoJSON tool to see the shape that is described.
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Location.geometry
and Location.gazetteer
from being null (bug introduced in v1.1.3)Location.geometry.coordinates
from having null in its array of coordinatesLocation.gazetteer.identifiers
from having null in its array of stringsLocation.geometry
and Location.gazetteer
to be nullLocation.gazetteer
Item.deliveryLocation
, Item.deliveryAddress
Location.geometry.type
+ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryLocation
+
+ |
+ + Delivery Location + | +
+ The location where activity related to this tender, contract or license will be delivered, or will take place. + + |
+ + Location object + | +
+
+ deliveryAddress
+
+ |
+ + Delivery Address + | +
+ The address to which, or where, goods or services related to this tender, contract or license will be delivered. + + |
+ + Address object + | +
+ The extension defines a new Location
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ A name or description of this location. This might include the name(s) of the location(s), or might provide a human readable description of the location to be covered. This description may be used in a user-interface. + + |
+ + string + | +
+
+ geometry
+
+ |
+ + Geometry + | +
+ We follow the GeoJSON standard to express basic location information, using longitude, latitude, and (optionally) elevation values in the WGS84 (EPSG:4326) projection. A point location can be identified by geocoding a delivery address. For concession licenses, or other contracts covering a polygon location which is not contained in a known gazetteer, polygon and multi-polygon can be used. + + |
+ + object + | +
+
+ geometry.
+ |
+ + Type + | +
+ The type of GeoJSON Geometry Objects being provided. To provide longitude, latitude, and (optionally) elevation, use 'Point', and enter an array of [longitude, latitude] or [longitude, latitude, elevation] as the value of the coordinates field: e.g. [-122.085, 37.42]. Note the capitalization of type values, in order to maintain compatibility with GeoJSON. + + |
+ + string from closed geometryType codelist + | +
+
+ geometry.
+ |
+ + Coordinates + | +
+ The relevant array of points, e.g. [longitude, latitude] or [longitude, latitude, elevation], or a nested array of points, for the GeoJSON geometry being described. The longitude and latitude MUST be expressed in decimal degrees in the WGS84 (EPSG:4326) projection. + + |
+ + array of numbers / arrays + | +
+
+ gazetteer
+
+ |
+ + Gazetteer + | +
+ A gazetteer is a geographical index or directory. The specific gazetteer used should be specified in scheme, and one or more codes from that gazetteer used in identifier. + + |
+ + object + | +
+
+ gazetteer.
+ |
+ + Gazetteer scheme + | +
+ The entry of the selected gazetteer in the gazetteers codelist. The codelist provides details of services, where available, that can resolve a gazetteer entry to provide location names. + + |
+ + string from open locationGazetteers codelist + | +
+
+ gazetteer.
+ |
+ + Identifiers + | +
+ An array of one or more codes drawn from the gazetteer indicated in scheme. + + |
+ + array of strings + | +
+
+ uri
+
+ |
+ + URI + | +
+ A URI to a further description of the activity location. This may be a human readable document with information on the location, or a machine-readable description of the location. + + |
+ + string + | +
+ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+
+ You can download the geometryType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ Point
+
+ |
+ + Point + | +
+ For type 'Point', the 'coordinates' member is a single position. + +
|
+
+
+ MultiPoint
+
+ |
+ + MultiPoint + | +
+ For type 'MultiPoint', the 'coordinates' member is an array of positions. + +
|
+
+
+ LineString
+
+ |
+ + LineString + | +
+ For type 'LineString', the 'coordinates' member is an array of two or more positions. + +
|
+
+
+ MultiLineString
+
+ |
+ + MultiLineString + | +
+ For type 'MultiLineString', the 'coordinates' member is an array of LineString coordinate arrays. + +
|
+
+
+ Polygon
+
+ |
+ + Polygon + | +
+ For type 'Polygon', the 'coordinates' member must be an array of linear ring coordinate arrays. + +
|
+
+
+ MultiPolygon
+
+ |
+ + MultiPolygon + | +
+ For type 'MultiPolygon', the 'coordinates' member is an array of Polygon coordinate arrays. + +
|
+
+ You can download the locationGazetteers.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ NUTS
+
+ |
+ + EU Nomenclature of Territorial Units for Statistics + | +
+ The Nomenclature of Territorial Units for Statistics (NUTS) was established by Eurostat in order to provide a single uniform breakdown of territorial units for the production of regional statistics for the European Union. + +
|
+
+
+ ISO2
+
+ |
+ + ISO Country Codes (3166-1 alpha-2) + | +
+ ISO 2-Digit Country Codes + +
|
+
+
+ GEONAMES
+
+ |
+ + GeoNames + | +
+ GeoNames provides numerical identifiers for many points of interest around the world, including administrative divisions, populated centres and other locations, embedded within a structured tree of geographic relations. + +
|
+
+
+ OSMN
+
+ |
+ + OpenStreetMap Node + | +
+ OpenStreetMap Nodes consist of a single point in space defined by a latitude, longitude and node ID. Nodes might have tags to indicate the particular geographic feature they represent. + +
|
+
+
+ OSMR
+
+ |
+ + OpenStreetMap Relation + | +
+ Relations are used to model logical (and usually local) or geographic relationships between objects. In practice, boundaries of geographic areas are available as Relations in OpenStreetMap. + +
|
+
+
+ OSMW
+
+ |
+ + OpenStreetMap Way + | +
+ An OpenStreetMap Way is an ordered list of OpenStreetMap nodes. It can be used to describe fragments of roads or local boundaries and bounding boxes. + +
|
+
+ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+Communicating the location of proposed or executed contract delivery is important to many users of contracting data.
+This extension introduces two properties at the items
level to describe location:
deliveryAddress
- a standard Address
block which can be used to provide a postal address where services should be delivered.deliveryLocation
- a new block consisting of GeoJSON and Gazetteer entries to describe a wider range of locations to which the contract line item relates.The locationGazetteers.csv
codelist's Category
column indicates whether the gazetteer has identifiers for the whole world ('Universal') or only some subset ('National' or 'Sub-National').
Below is an example of a geolocated item in the tender
section:
{
+ "tender": {
+ "items": [
+ {
+ "id": "item1",
+ "description": "Ceremonial Trumpets for Oxford Town Hall",
+ "classification": {
+ "description": "Trumpets",
+ "scheme": "CPV",
+ "id": "37312100",
+ "uri": "http://purl.org/cpv/2008/code-37312100"
+ },
+ "deliveryLocation": {
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 51.751944,
+ -1.257778
+ ]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2640729"
+ ]
+ },
+ "description": "Central Oxford",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ },
+ "deliveryAddress": {
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom",
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford"
+ },
+ "unit": {
+ "name": "Items",
+ "value": {
+ "currency": "GBP",
+ "amount": 10000
+ }
+ },
+ "quantity": 10
+ }
+ ]
+ }
+}
+
If the procurement related to the rebuilding of a road, then the item could also specify more complex geometries such as:
+{
+ "tender": {
+ "items": [
+ {
+ "id": "item1",
+ "deliveryLocation": {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 102,
+ 0
+ ],
+ [
+ 103,
+ 1
+ ],
+ [
+ 104,
+ 0
+ ],
+ [
+ 105,
+ 1
+ ]
+ ]
+ },
+ "gazetteer": {
+ "scheme": "OSMW",
+ "identifiers": [
+ "27895985"
+ ]
+ },
+ "description": "St Aldate's",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ }
+ }
+ ]
+ }
+}
+
You can take the contents of the geometry object, excluding the geometry
keyword, and plug this into any GeoJSON tool to see the shape that is described.
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Location.geometry
and Location.gazetteer
from being null (bug introduced in v1.1.3)Location.geometry.coordinates
from having null in its array of coordinatesLocation.gazetteer.identifiers
from having null in its array of stringsLocation.geometry
and Location.gazetteer
to be nullLocation.gazetteer
Item.deliveryLocation
, Item.deliveryAddress
Location.geometry.type
+ Allows the point of delivery or site of works for a given line item to be indicated in tender, award and contract objects. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryLocation
+
+ |
+ + Delivery Location + | +
+ The location where activity related to this tender, contract or license will be delivered, or will take place. + + |
+ + Location object + | +
+
+ deliveryAddress
+
+ |
+ + Delivery Address + | +
+ The address to which, or where, goods or services related to this tender, contract or license will be delivered. + + |
+ + Address object + | +
+ The extension defines a new Location
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ A name or description of this location. This might include the name(s) of the location(s), or might provide a human-readable description of the location to be covered. + + |
+ + string + | +
+
+ geometry
+
+ |
+ + Geometry + | +
+ We follow the GeoJSON standard to express basic location information, using longitude, latitude, and optional elevation values in the WGS84 (EPSG:4326) projection. A point location can be identified by geocoding a delivery address. For concession licenses, or other contracts covering a polygon location which is not contained in a known gazetteer, polygon and multi-polygon can be used. + + |
+ + object + | +
+
+ geometry.
+ |
+ + Type + | +
+ The type of GeoJSON Geometry Objects being provided. To provide longitude, latitude, and optional elevation, use 'Point', and enter an array of [longitude, latitude] or [longitude, latitude, elevation] as the value of the coordinates field: e.g. [-122.085, 37.42]. + + |
+ + string from closed geometryType codelist + | +
+
+ geometry.
+ |
+ + Coordinates + | +
+ The relevant array of points, e.g. [longitude, latitude] or [longitude, latitude, elevation], or a nested array of points, for the GeoJSON geometry being described. The longitude and latitude must be expressed in decimal degrees in the WGS84 (EPSG:4326) projection. + + |
+ + array of numbers / arrays + | +
+
+ gazetteer
+
+ |
+ + Gazetteer + | +
+ Identifiers from a gazetteer (a geographical index or directory) for the location. + + |
+ + object + | +
+
+ gazetteer.
+ |
+ + Gazetteer scheme + | +
+ The identifier of the gazetteer. The |
+ + string from open locationGazetteers codelist + | +
+
+ gazetteer.
+ |
+ + Identifiers + | +
+ An array of one or more codes drawn from the gazetteer indicated by the |
+ + array of strings + | +
+
+ uri
+
+ |
+ + URI + | +
+ A URI to a further description of the activity location. This might be a human-readable document with information on the location, or a machine-readable description of the location. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/lots/master/ +
++ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLot identifier is given, the values ought to be interpreted as applicable to the whole tender. +
+A lot is a grouping of items within a contracting process that can be bid on or awarded together. This extension adds the concept of a lot to OCDS.
+If a contracting process is divided into lots, then you should add each lot to the tender.lots
array.
If a contracting process is not divided into lots, then you should nonetheless add a single, virtual lot. If a data element can be mapped to either a tender
field or a tender.lots
field, you should map it to the tender.lots
field. In this way, information is accessible at the same location for all contracting processes, regardless of whether the process is actually divided into lots.
The lots extension maintains the overall structure of an OCDS release, with items, documents and milestones nested immediately within tender
, awards
and contracts
sections, but it introduces an array of Lots in the tender
section, and the ability to cross-reference a specific relatedLot
for each item, and an array of relatedLots
for documents, milestones and awards.
The lotDetails
and lotGroups
sections allow more complex conditions around the award of lots to be expressed, such as the maximum value of a group of lots.
This means that systems which are not 'lot aware' can still understand the overall value of contracting taking place, key events, and relationships between buyers and suppliers. At the same time, 'lot aware' systems can make use of the cross-referenced information to present a lot-centric view on the information to users, or to analyze contracting lot by lot.
+The relatedLot
(singular) field is available for:
An array of relatedLots
(plural) can be provided for each of:
In other extensions, the following objects can also declare related lots:
+Finance
), in the finance extensionWhen lots are used, all items should have a relatedLot
field.
Documents and milestones may have a relatedLots
field. Those without this field ought to be interpreted as applicable to the tender as a whole.
The items within an award should have a relatedLot
field. Publishers may also reference all the lots an award relates to at the award level using relatedLots
.
tender.status
if lots' statuses differ?tender.status
and tender.lots.status
use the closed tenderStatus.csv codelist. This codelist progresses from planning statuses ('planning', 'planned'), to 'active' status, and then result statuses ('complete', 'cancelled', 'unsuccessful').
tender.status
should be 'active', to indicate that some lots are awaiting results.tender.status
describes the aggregate result:
+tender.status
should be 'complete', to indicate that there is at least one award.tender.status
should be 'unsuccessful', to indicate that the procedure was completed but unsuccessfully.tender.status
should be 'cancelled', to indicate that the procedure was discontinued as a whole.A tender is issued for consultancy in the development of a new public building. This might include items for:
+Although part of the same tender, the buyer is willing to award these different items to different firms, and so divides the tender into three lots.
+{
+ "tender": {
+ "items": [
+ {
+ "id": "0001",
+ "description": "Architectural advice",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71210000",
+ "description": "Advisory architectural services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0002",
+ "description": "Architectural design",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71220000",
+ "description": "Architectural design services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0003",
+ "description": "Civil engineering consultant",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71311000",
+ "description": "Civil engineering consultancy services"
+ },
+ "relatedLot": "lot-2"
+ },
+ {
+ "id": "0004",
+ "description": "Structural engineering services",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71312000",
+ "description": "Structural engineering consultancy services"
+ },
+ "relatedLot": "lot-3"
+ }
+ ],
+ "value": {
+ "amount": 1200000,
+ "currency": "GBP"
+ },
+ "lots": [
+ {
+ "id": "lot-1",
+ "identifiers": [
+ {
+ "id": "PROC/2020/0024-ABC-FGHI-1",
+ "scheme": "internal"
+ }
+ ],
+ "title": "Architectural services",
+ "description": "For architectural services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 200000
+ },
+ "tenderPeriod": {
+ "endDate": "2020-07-30T23:59:59+01:00"
+ },
+ "submissionMethodDetails": "https://www.acme.com/tender-submission/. All missing tenderer-related documents can be submitted later. Economic operators who ...",
+ "enquiryPeriod": {
+ "endDate": "2020-07-15T23:59:59+01:00"
+ },
+ "contractPeriod": {
+ "startDate": "2020-10-10T00:00:00Z",
+ "endDate": "2021-11-10T00:00:00Z"
+ },
+ "mainProcurementCategory": "services",
+ "additionalProcurementCategories": [
+ "consultingServices"
+ ],
+ "additionalClassifications": [
+ {
+ "id": "serv-a",
+ "scheme": "internal",
+ "description": "Services (Architectural)"
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2020-10-10T00:00:00Z"
+ }
+ ]
+ },
+ {
+ "id": "lot-2",
+ "identifiers": [
+ {
+ "id": "PROC/2020/0024-ABC-FGHI-2",
+ "scheme": "internal"
+ }
+ ],
+ "title": "Civil engineering services",
+ "description": "For civil engineering services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 400000
+ },
+ "mainProcurementCategory": "services",
+ "additionalProcurementCategories": [
+ "consultingServices"
+ ],
+ "tenderPeriod": {
+ "endDate": "2020-07-30T23:59:59+01:00"
+ },
+ "submissionMethodDetails": "https://www.acme.com/tender-submission/. All missing tenderer-related documents can be submitted later. Economic operators who ...",
+ "enquiryPeriod": {
+ "endDate": "2020-07-15T23:59:59+01:00"
+ },
+ "contractPeriod": {
+ "startDate": "2020-12-10T00:00:00Z",
+ "endDate": "2021-12-10T00:00:00Z"
+ },
+ "additionalClassifications": [
+ {
+ "id": "serv-ce",
+ "scheme": "internal",
+ "description": "Services (Civil engineering)"
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2020-12-10T00:00:00Z"
+ }
+ ]
+ },
+ {
+ "id": "lot-3",
+ "identifiers": [
+ {
+ "id": "PROC/2020/0024-ABC-FGHI-3",
+ "scheme": "internal"
+ }
+ ],
+ "title": "Structural engineering",
+ "description": "For structural engineering consultancy delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 600000
+ },
+ "tenderPeriod": {
+ "endDate": "2020-07-30T23:59:59+01:00"
+ },
+ "submissionMethodDetails": "https://www.acme.com/tender-submission/. All missing tenderer-related documents can be submitted later. Economic operators who ...",
+ "enquiryPeriod": {
+ "endDate": "2020-07-15T23:59:59+01:00"
+ },
+ "contractPeriod": {
+ "startDate": "2021-02-10T00:00:00Z",
+ "endDate": "2022-02-10T00:00:00Z"
+ },
+ "mainProcurementCategory": "services",
+ "additionalProcurementCategories": [
+ "consultingServices"
+ ],
+ "additionalClassifications": [
+ {
+ "id": "serv-se",
+ "scheme": "internal",
+ "description": "Services (Structural engineering)"
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2021-02-10T00:00:00Z"
+ }
+ ]
+ }
+ ],
+ "lotGroups": [
+ {
+ "id": "lot-group-1",
+ "title": "Civil and structural engineering services",
+ "description": "Civil and structural engineering services for the development of a new public building",
+ "identifiers": [
+ {
+ "id": "PROC/2020/0024-ABC-FGHI-G1",
+ "scheme": "internal"
+ }
+ ],
+ "relatedLots": [
+ "lot-2",
+ "lot-3"
+ ],
+ "optionToCombine": true,
+ "maximumValue": {
+ "currency": "GBP",
+ "amount": 1000000
+ }
+ }
+ ],
+ "lotDetails": {
+ "maximumLotsBidPerSupplier": 4,
+ "maximumLotsAwardedPerSupplier": 2,
+ "awardCriteriaDetails": "Percentage of people aggregated nationwide contestants undertake to cover, as indicated in their Economic Bids. The evaluation of proposals will be conducted based on the provisions of Article Y of the law on public private partnerships, and the provisions of the tender rules, performing in a first stage an evaluation of the technical bids and subsequently an assessment of the financial offer of the participants."
+ },
+ "amendments": [
+ {
+ "id": "1",
+ "relatedLots": [
+ "lot-1"
+ ],
+ "description": "Submission deadline extended."
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Amendment.relatedLots
Lot.additionalClassifications
Lot.buyer
Lot.enquiryPeriod
Lot.tenderPeriod
Lot.identifiers
Lot.mainProcurementCategory
Lot.additionalProcurementCategories
Lot.milestones
Lot.minValue
Lot.submissionMethodDetails
LotGroup.identifiers
LotGroup.title
LotGroup.description
RelatedProcess.relatedLots
Lot.id
and LotGroup.id
required so that lots and lot groups are merged by identifierBid.relatedLots
to the Bid statistics and details extensionFinance.relatedLots
to the Finance extensiontender.lotDetails.awardCriteriaDetails
fieldFinance.relatedLots
fieldLot.contractPeriod
fieldTender.lotDetails
from being null (bug introduced in first release)Tender.lotDetails
no longer uses a $ref
to a LotDetails
definitionrelatedLots
fields from having null in their arrays of stringsLot.status
relatedLots
fields to be nullTender.lotDetails
+ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLot identifier is given, the values ought to be interpreted as applicable to the whole tender. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ lots
+
+ |
+ + Lots + | +
+ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLots identifier is given, the values ought to be interpreted as applicable to the whole tender. Details about the whole tender can be overridden for a given lot through their inclusion in the lot object. + + |
+ + array of Lot objects + | +
+
+ lotDetails
+
+ |
+ + Lot Details + | +
+ Details of any criteria that apply to bidding on the lots in this tender. + + |
+ + object + | +
+
+ lotDetails.
+ |
+ + Maximum lots per supplier + | +
+ The maximum number of lots that one supplier can bid on as part of this contracting process. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Maximum lots per supplier + | +
+ The maximum number of lots that can be awarded to one supplier as part of this contracting process. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Award criteria details + | +
+ Any detailed or further information on the award or selection criteria. + + |
+ + string + | +
+
+ lotGroups
+
+ |
+ + Lot groups + | +
+ Where the buyer reserves the right to combine lots, or wishes to specify the total value for a group of lots, a lot group is used to capture this information. + + |
+ + array of LotGroup objects + | +
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this document relates. + + |
+ + array of strings + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLot
+
+ |
+ + Related lot + | +
+ The identifier of the lot to which this item relates. + + |
+ + string + | +
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this milestone relates. + + |
+ + array of strings + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this award relates. + + |
+ + array of strings + | +
+ The extension defines these fields in the Amendment
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this amendment relates. + + |
+ + array of strings + | +
+ The extension defines these fields in the RelatedProcess
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this related process relates. + + |
+ + array of strings + | +
+ The extension defines a new Lot
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Lot ID + | +
+ A local identifier for this lot, such as a lot number. This is used in relatedLots references at the item, document and award level. + + |
+ + string + | +
+
+ identifiers
+
+ |
+ + Identifiers + | +
+ Identifiers for this lot. This field can be used to provide internal identifiers for the lot, such as identifiers from a buyer's document management system or procurement system. + + |
+ + array of SimpleIdentifier objects + | +
+
+ title
+
+ |
+ + Title + | +
+ A title for this lot. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this lot. + + |
+ + string + | +
+
+ status
+
+ |
+ + Lot Status + | +
+ The current status of the process related to this lot. + + |
+ + string from closed tenderStatus codelist + | +
+
+ value
+
+ |
+ + Lot value + | +
+ The maximum estimated value of this lot. + + |
+ + Value object + | +
+
+ minValue
+
+ |
+ + Minimum value + | +
+ The estimated minimum value of the lot. A negative value indicates that the contracting process may involve payments from the supplier to the buyer (commonly used in concession contracts). + + |
+ + Value object + | +
+
+ tenderPeriod
+
+ |
+ + Tender period + | +
+ The period when this lot is open for submissions. The end date is the closing date for bid submissions. + + |
+ + Period object + | +
+
+ contractPeriod
+
+ |
+ + Contract period + | +
+ The period over which the contract is estimated or specified to be active. If the lot does not specify explicit dates, the duration field can be used. + + |
+ + Period object + | +
+
+ buyer
+
+ |
+ + Buyer + | +
+ The organization aiming to conclude a contract with a supplier or to use the goods, works or services in this lot. This may be different from the procuring entity who may be specified in the tender data. + + |
+ + OrganizationReference object + | +
+
+ additionalClassifications
+
+ |
+ + Additional classifications + | +
+ Additional classifications for this lot. + + |
+ + array of Classification objects + | +
+
+ mainProcurementCategory
+
+ |
+ + Main procurement category + | +
+ The primary category describing the main object of this lot, using the closed procurementCategory codelist. + + |
+ + string from closed procurementCategory codelist + | +
+
+ additionalProcurementCategories
+
+ |
+ + Additional procurement categories + | +
+ Any additional categories describing the objects of this lot, using the open extendedProcurementCategory codelist. + + |
+ + array of strings from open extendedProcurementCategory codelist + | +
+
+ enquiryPeriod
+
+ |
+ + Enquiry period + | +
+ The period during which potential bidders may submit questions and requests for clarification about this lot to the buyer or the procuring entity. + + |
+ + Period object + | +
+
+ milestones
+
+ |
+ + Milestones + | +
+ Milestones associated with this lot. + + |
+ + array of Milestone objects + | +
+
+ submissionMethodDetails
+
+ |
+ + Submission method details + | +
+ Information about the methods by which bids are submitted for this lot. This can include the address, e-mail address or online service to which bids are submitted, and any special requirements to be followed for submissions. More structured information can be provided using the submission terms extension. + + |
+ + string + | +
+ The extension defines a new LotGroup
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Lot group identifier + | +
+ A local identifier for this group of lots. + + |
+ + string + | +
+
+ identifiers
+
+ |
+ + Identifiers + | +
+ Identifiers for this lot group. This field can be used to provide internal identifiers for the lot group, such as identifiers from a buyer's document management system or procurement system. + + |
+ + array of SimpleIdentifier objects + | +
+
+ title
+
+ |
+ + Title + | +
+ A title for this lot group. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this lot group. + + |
+ + string + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ A list of the identifiers of the lots that form this group. Lots can appear in more than one group. + + |
+ + array of strings + | +
+
+ optionToCombine
+
+ |
+ + Option to combine + | +
+ The buyer reserves the right to combine the lots in this group when awarding a contract. + + |
+ + boolean + | +
+
+ maximumValue
+
+ |
+ + Maximum value + | +
+ The maximum estimated value of the lots in this group. This can be lower than the sum total of lot values + + |
+ + Value object + | +
+ The extension defines a new SimpleIdentifier
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ scheme
+
+ |
+ + Scheme + | +
+ The list, register or system from which the identifier is taken. + + |
+ + string + | +
+
+ id
+
+ |
+ + ID + | +
+ The identifier taken from the scheme. + + |
+ + string + | +
+ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLot identifier is given, the values ought to be interpreted as applicable to the whole tender. +
+When a single tender is broken down into parts that can be bid upon, and awarded, separately, this is modelled using the lots extension.
+The lots extension maintains the overall structure of an OCDS release, with items, documents and milestones nested immediately within tender
, award
and contract
items, but it introduces an array of Lots in the tender
section, and the ability to cross-reference a specific relatedLot
for each item, and an array of relatedLots
for documents, milestones and awards.
Optional lotDetails
and lotGroups
section allow more complex conditions around the award of lots to be expressed, such as the maximum value of a group of lots.
This means that systems which are not 'lot aware' can still understand the overall value of contracting taking place, key events, and relationships between buyers and suppliers. At the same time, 'lot aware' systems can make use of the cross-referenced information to present a lot-centric view on the information to users, or to analyze contracting lot by lot.
+The relatedLot
(singular) property is available for:
An array of relatedLots
(plural) can be provided for each of:
When lots are used, all items should have a relatedLot
property.
Documents and milestones can optionally have a relatedLots
property. Those without this property should be interpreted as applicable to the tender as a whole.
The items within an award should each have a relatedLot
property, but publishers may choose to also reference all the lots an award relates to at the award level using relatedLots
.
Where the bid extension is also in use, each bid can also declare its related lots.
+A tender is issued for consultancy in the development of a new public building. This might include items for:
+Although part of the same tender, the buyer is willing to award these different items to different firms, and so divides the tender into three lots.
+{
+ "tender": {
+ "items": [
+ {
+ "id": "0001",
+ "description": "Architectural advice",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71210000",
+ "description": "Advisory architectural services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0002",
+ "description": "Architectural design",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71220000",
+ "description": "Architectural design services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0003",
+ "description": "Civil engineering consultant",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71311000",
+ "description": "Civil engineering consultancy services"
+ },
+ "relatedLot": "lot-2"
+ },
+ {
+ "id": "0004",
+ "description": "Structural engineering services",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71312000",
+ "description": "Structural engineering consultancy services"
+ },
+ "relatedLot": "lot-3"
+ }
+ ],
+ "value": {
+ "amount": 1200000,
+ "currency": "GBP"
+ },
+ "lots": [
+ {
+ "id": "lot-1",
+ "title": "Architectural services",
+ "description": "For architectural services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 200000
+ }
+ },
+ {
+ "id": "lot-2",
+ "title": "Civil engineering services",
+ "description": "For civil engineering services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 400000
+ }
+ },
+ {
+ "id": "lot-3",
+ "title": "Structural engineering",
+ "description": "For structural engineering consultancy delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 600000
+ }
+ }
+ ],
+ "lotGroups": [
+ {
+ "id": "lot-group-1",
+ "relatedLots": [
+ "lot-2",
+ "lot-3"
+ ],
+ "optionToCombine": true,
+ "maximumValue": {
+ "currency": "GBP",
+ "amount": 1000000
+ }
+ }
+ ],
+ "lotDetails": {
+ "maximumLotsBidPerSupplier": 4,
+ "maximumLotsAwardedPerSupplier": 2
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Tender.lotDetails
from being null (bug introduced in first release)Tender.lotDetails
no longer uses a $ref
to a LotDetails
definitionrelatedLots
fields from having null in their arrays of stringsLot.status
relatedLots
fields to be nullTender.lotDetails
+ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLot identifier is given, the values ought to be interpreted as applicable to the whole tender. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ lots
+
+ |
+ + Lots + | +
+ A tender process may be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features can then reference the lot they are related to using relatedLot. Where no relatedLots identifier is given, the values should be interpreted as applicable to the whole tender. Properties of tender can be overridden for a given Lot through their inclusion in the Lot object. + + |
+ + array of Lot objects + | +
+
+ lotDetails
+
+ |
+ + Lot Details + | +
+ If this tender is divided into lots, details can be provided here of any criteria that apply to bidding on these lots. This extended property is currently focused on fields required by the EU TED data standard + + |
+ + object + | +
+
+ lotDetails.
+ |
+ + Maximum lots per supplier + | +
+ The maximum number of lots that one supplier may bid for as part of this contracting process. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Maximum lots per supplier + | +
+ The maximum number of lots that may be awarded to one supplier as part of this contracting process. + + |
+ + integer + | +
+
+ lotGroups
+
+ |
+ + Lot groups + | +
+ Where the buyer reserves the right to combine lots, or wishes to specify the total value for a group of lots, a lot group is used to capture this information. + + |
+ + array of LotGroup objects + | +
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ If this document relates to a particular lot, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLot
+
+ |
+ + Related lot + | +
+ If this item belongs to a lot, provide the identifier of the related lot here. Each item may only belong to a single lot. + + |
+ + string + | +
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ If this milestone relates to a particular lot, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ If this award relates to one or more specific lots, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines these fields in the Bid
object from the Bid statistics and details extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ + This field is modified from its original version. + +If this bid relates to one or more specific lots, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines a new Lot
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Lot ID + | +
+ A local identifier for this lot, such as a lot number. This is used in relatedLots references at the item, document and award level. + + |
+ + string + | +
+
+ title
+
+ |
+ + Title + | +
+ A title for this lot. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this lot. + + |
+ + string + | +
+
+ status
+
+ |
+ + Lot Status + | +
+ The current status of the process related to this lot based on the tenderStatus codelist + + |
+ + string from closed tenderStatus codelist + | +
+
+ value
+
+ |
+ + Lot value + | +
+ The maximum estimated value of this lot. + + |
+ + Value object + | +
+ The extension defines a new LotGroup
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Lot group identifier + | +
+ A local identifier for this group of lots. + + |
+ + string + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ A list of the identifiers of the lots that form this group. Lots may appear in more than one group. + + |
+ + array of strings + | +
+
+ optionToCombine
+
+ |
+ + Option to combine + | +
+ The buyer reserves the right to combine the lots in this group when awarding a contract. + + |
+ + boolean + | +
+
+ maximumValue
+
+ |
+ + Maximum value + | +
+ The maximum estimated value of the lots in this group. This may be lower than the sum total of lot values + + |
+ + Value object + | +
+ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLot identifier is given, the values ought to be interpreted as applicable to the whole tender. +
+When a single tender is broken down into parts that can be bid upon, and awarded, separately, this is modelled using the lots extension.
+The lots extension maintains the overall structure of an OCDS release, with items, documents and milestones nested immediately within tender
, awards
and contracts
sections, but it introduces an array of Lots in the tender
section, and the ability to cross-reference a specific relatedLot
for each item, and an array of relatedLots
for documents, milestones and awards.
The lotDetails
and lotGroups
sections allow more complex conditions around the award of lots to be expressed, such as the maximum value of a group of lots.
This means that systems which are not 'lot aware' can still understand the overall value of contracting taking place, key events, and relationships between buyers and suppliers. At the same time, 'lot aware' systems can make use of the cross-referenced information to present a lot-centric view on the information to users, or to analyze contracting lot by lot.
+The relatedLot
(singular) property is available for:
An array of relatedLots
(plural) can be provided for each of:
In other extensions, the following objects can also declare related lots:
+Bid
), in the bid extensionFinance
), in the finance extensionWhen lots are used, all items should have a relatedLot
field.
Documents and milestones may have a relatedLots
field. Those without this field ought to be interpreted as applicable to the tender as a whole.
The items within an award should have a relatedLot
field. Publishers may also reference all the lots an award relates to at the award level using relatedLots
.
tender.status
if lots' statuses differ?tender.status
and Lot.status
use the closed tenderStatus.csv codelist. This codelist progresses from planning statuses ('planning', 'planned'), to 'active' status, and then result statuses ('complete', 'cancelled', 'unsuccessful').
tender.status
should be 'active', to indicate that some lots are awaiting results.tender.status
describes the aggregate result:
+tender.status
should be 'complete', to indicate that there is at least one award.tender.status
should be 'unsuccessful', to indicate that the procedure was completed but unsuccessfully.tender.status
should be 'cancelled', to indicate that the procedure was discontinued as a whole.A tender is issued for consultancy in the development of a new public building. This might include items for:
+Although part of the same tender, the buyer is willing to award these different items to different firms, and so divides the tender into three lots.
+{
+ "tender": {
+ "items": [
+ {
+ "id": "0001",
+ "description": "Architectural advice",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71210000",
+ "description": "Advisory architectural services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0002",
+ "description": "Architectural design",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71220000",
+ "description": "Architectural design services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0003",
+ "description": "Civil engineering consultant",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71311000",
+ "description": "Civil engineering consultancy services"
+ },
+ "relatedLot": "lot-2"
+ },
+ {
+ "id": "0004",
+ "description": "Structural engineering services",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71312000",
+ "description": "Structural engineering consultancy services"
+ },
+ "relatedLot": "lot-3"
+ }
+ ],
+ "value": {
+ "amount": 1200000,
+ "currency": "GBP"
+ },
+ "lots": [
+ {
+ "id": "lot-1",
+ "title": "Architectural services",
+ "description": "For architectural services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 200000
+ },
+ "contractPeriod": {
+ "startDate": "2020-10-10T00:00:00Z",
+ "endDate": "2021-11-10T00:00:00Z"
+ }
+ },
+ {
+ "id": "lot-2",
+ "title": "Civil engineering services",
+ "description": "For civil engineering services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 400000
+ },
+ "contractPeriod": {
+ "startDate": "2020-12-10T00:00:00Z",
+ "endDate": "2021-12-10T00:00:00Z"
+ }
+ },
+ {
+ "id": "lot-3",
+ "title": "Structural engineering",
+ "description": "For structural engineering consultancy delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 600000
+ },
+ "contractPeriod": {
+ "startDate": "2021-02-10T00:00:00Z",
+ "endDate": "2022-02-10T00:00:00Z"
+ }
+ }
+ ],
+ "lotGroups": [
+ {
+ "id": "lot-group-1",
+ "relatedLots": [
+ "lot-2",
+ "lot-3"
+ ],
+ "optionToCombine": true,
+ "maximumValue": {
+ "currency": "GBP",
+ "amount": 1000000
+ }
+ }
+ ],
+ "lotDetails": {
+ "maximumLotsBidPerSupplier": 4,
+ "maximumLotsAwardedPerSupplier": 2,
+ "awardCriteriaDetails": "Percentage of people aggregated nationwide contestants undertake to cover, as indicated in their Economic Bids. The evaluation of proposals will be conducted based on the provisions of Article Y of the law on public private partnerships, and the provisions of the tender rules, performing in a first stage an evaluation of the technical bids and subsequently an assessment of the financial offer of the participants."
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+tender.lotDetails.awardCriteriaDetails
fieldFinance.relatedLots
fieldLot.contractPeriod
fieldTender.lotDetails
from being null (bug introduced in first release)Tender.lotDetails
no longer uses a $ref
to a LotDetails
definitionrelatedLots
fields from having null in their arrays of stringsLot.status
relatedLots
fields to be nullTender.lotDetails
+ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLot identifier is given, the values ought to be interpreted as applicable to the whole tender. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ lots
+
+ |
+ + Lots + | +
+ A tender process can be divided into lots, where bidders can bid on one or more lots. Details of each lot can be provided here. Items, documents and other features may then reference the lot they are related to using relatedLot. Where no relatedLots identifier is given, the values ought to be interpreted as applicable to the whole tender. Properties of tender can be overridden for a given Lot through their inclusion in the Lot object. + + |
+ + array of Lot objects + | +
+
+ lotDetails
+
+ |
+ + Lot Details + | +
+ If this tender is divided into lots, details can be provided here of any criteria that apply to bidding on these lots. + + |
+ + object + | +
+
+ lotDetails.
+ |
+ + Maximum lots per supplier + | +
+ The maximum number of lots that one supplier can bid on as part of this contracting process. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Maximum lots per supplier + | +
+ The maximum number of lots that can be awarded to one supplier as part of this contracting process. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Award criteria details + | +
+ Any detailed or further information on the award or selection criteria. + + |
+ + string + | +
+
+ lotGroups
+
+ |
+ + Lot groups + | +
+ Where the buyer reserves the right to combine lots, or wishes to specify the total value for a group of lots, a lot group is used to capture this information. + + |
+ + array of LotGroup objects + | +
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ If this document relates to a particular lot, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLot
+
+ |
+ + Related lot + | +
+ If this item belongs to a lot, provide the identifier of the related lot here. + + |
+ + string + | +
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ If this milestone relates to a particular lot, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ If this award relates to one or more specific lots, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines these fields in the Bid
object from the Bid statistics and details extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ + This field is modified from its original version. + +If this bid relates to one or more specific lots, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines these fields in the Finance
object from the Finance extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ + This field is modified from its original version. + +If this source of finance relates to one or more specific lots, provide the identifier(s) of the related lot(s) here. + + |
+ + array of strings + | +
+ The extension defines a new Lot
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Lot ID + | +
+ A local identifier for this lot, such as a lot number. This is used in relatedLots references at the item, document and award level. + + |
+ + string + | +
+
+ title
+
+ |
+ + Title + | +
+ A title for this lot. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this lot. + + |
+ + string + | +
+
+ status
+
+ |
+ + Lot Status + | +
+ The current status of the process related to this lot. + + |
+ + string from closed tenderStatus codelist + | +
+
+ value
+
+ |
+ + Lot value + | +
+ The maximum estimated value of this lot. + + |
+ + Value object + | +
+
+ contractPeriod
+
+ |
+ + Contract period + | +
+ The period over which the contract is estimated or specified to be active. If the lot does not specify explicit dates, the duration field can be used. + + |
+ + Period object + | +
+ The extension defines a new LotGroup
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Lot group identifier + | +
+ A local identifier for this group of lots. + + |
+ + string + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ A list of the identifiers of the lots that form this group. Lots can appear in more than one group. + + |
+ + array of strings + | +
+
+ optionToCombine
+
+ |
+ + Option to combine + | +
+ The buyer reserves the right to combine the lots in this group when awarding a contract. + + |
+ + boolean + | +
+
+ maximumValue
+
+ |
+ + Maximum value + | +
+ The maximum estimated value of the lots in this group. This can be lower than the sum total of lot values + + |
+ + Value object + | +
+ + This page has moved to a /en/extensions/medicine/master/ +
++ Adds fields to the item object relevant to the procurement of medicines. +
+
+ You can download the administrationRoute.csv
file in English.
+
+ Code + | ++ Title + | +
---|---|
+
+ AMNINJ
+
+ |
+ + Injection, amniotic fluid + | +
+
+ BILINJ
+
+ |
+ + Injection, biliary tract + | +
+
+ CHOLINJ
+
+ |
+ + Injection, for cholangiography + | +
+
+ DRESS
+
+ |
+ + Topical application, soaked dressing + | +
+
+ ELECTOSMOS
+
+ |
+ + Electro-osmosis + | +
+
+ IONTO
+
+ |
+ + Topical application, iontophoresis + | +
+
+ SOAK
+
+ |
+ + Immersion (soak) + | +
+
+ SWAB
+
+ |
+ + Topical application, swab + | +
+
+ TOPICAL
+
+ |
+ + Topical + | +
+
+ BUC
+
+ |
+ + Topical application, buccal + | +
+
+ CECINSTL
+
+ |
+ + Instillation, cecostomy + | +
+
+ CERV
+
+ |
+ + Topical application, cervical + | +
+
+ CERVINJ
+
+ |
+ + Injection, cervical + | +
+
+ CERVINS
+
+ |
+ + Insertion, cervical (uterine) + | +
+
+ DEN
+
+ |
+ + Topical application, dental + | +
+
+ DENRINSE
+
+ |
+ + Rinse, dental + | +
+
+ CHEW
+
+ |
+ + Chew, oral + | +
+
+ EXTCORPDIF
+
+ |
+ + Diffusion, extracorporeal + | +
+
+ HEMODIFF
+
+ |
+ + Diffusion, hemodialysis + | +
+
+ TRNSDERMD
+
+ |
+ + Diffusion, transdermal + | +
+
+ DISSOLVE
+
+ |
+ + Dissolve, oral + | +
+
+ SL
+
+ |
+ + Dissolve, sublingual + | +
+
+ DOUCHE
+
+ |
+ + Douche, vaginal + | +
+
+ ENEMA
+
+ |
+ + Enema, rectal + | +
+
+ RETENEMA
+
+ |
+ + Enema, rectal retention + | +
+
+ EFT
+
+ |
+ + Instillation, enteral feeding tube + | +
+
+ ENTINSTL
+
+ |
+ + Instillation, enteral + | +
+
+ EPI
+
+ |
+ + Infusion, epidural + | +
+
+ EPIDURINJ
+
+ |
+ + Injection, epidural + | +
+
+ EPIINJ
+
+ |
+ + Injection, epidural, push + | +
+
+ EPINJSP
+
+ |
+ + Injection, epidural, slow push + | +
+
+ EXTRAMNINJ
+
+ |
+ + Injection, extra-amniotic + | +
+
+ EXTCORPINJ
+
+ |
+ + Injection, extracorporeal + | +
+
+ IVFLUSH
+
+ |
+ + Flush, intravenous catheter + | +
+
+ GBINJ
+
+ |
+ + Injection, gastric button + | +
+
+ GT
+
+ |
+ + Instillation, gastrostomy tube + | +
+
+ NGT
+
+ |
+ + Instillation, nasogastric tube + | +
+
+ OGT
+
+ |
+ + Instillation, orogastric tube + | +
+
+ GUIRR
+
+ |
+ + Irrigation, genitourinary + | +
+
+ GIN
+
+ |
+ + Topical application, gingival + | +
+
+ GINGINJ
+
+ |
+ + Injection, gingival + | +
+
+ HAIR
+
+ |
+ + Topical application, hair + | +
+
+ SHAMPOO
+
+ |
+ + Shampoo + | +
+
+ IDIMPLNT
+
+ |
+ + Implantation, intradermal + | +
+
+ IVITIMPLNT
+
+ |
+ + Implantation, intravitreal + | +
+
+ SQIMPLNT
+
+ |
+ + Implantation, subcutaneous + | +
+
+ IA
+
+ |
+ + Infusion, intraarterial catheter + | +
+
+ IC
+
+ |
+ + Infusion, intracardiac + | +
+
+ ICOR
+
+ |
+ + Infusion, intracoronary + | +
+
+ IOSSC
+
+ |
+ + Infusion, intraosseous, continuous + | +
+
+ IT
+
+ |
+ + Infusion, intrathecal + | +
+
+ IV
+
+ |
+ + Infusion, intravenous + | +
+
+ IVASCINFUS
+
+ |
+ + Infusion, intravascular + | +
+
+ SQINFUS
+
+ |
+ + Infusion, subcutaneous + | +
+
+ IPINHL
+
+ |
+ + Inhalation, respiratory + | +
+
+ IPPB
+
+ |
+ + Inhalation, intermittent positive pressure breathing (ippb) + | +
+
+ NASINHL
+
+ |
+ + Inhalation, nasal + | +
+
+ NEB
+
+ |
+ + Inhalation, nebulization + | +
+
+ TRACH
+
+ |
+ + Inhalation, tracheostomy + | +
+
+ VENT
+
+ |
+ + Inhalation, ventilator + | +
+
+ VENTMASK
+
+ |
+ + Inhalation, ventimask + | +
+
+ BLADINJ
+
+ |
+ + Injection, urinary bladder + | +
+
+ ENDOSININJ
+
+ |
+ + Injection, endosinusial + | +
+
+ HEMOPORT
+
+ |
+ + Injection, hemodialysis port + | +
+
+ IABDINJ
+
+ |
+ + Injection, intra-abdominal + | +
+
+ IAINJ
+
+ |
+ + Injection, intraarterial + | +
+
+ IARTINJ
+
+ |
+ + Injection, intraarticular + | +
+
+ IBURSINJ
+
+ |
+ + Injection, intrabursal + | +
+
+ ICARDINJ
+
+ |
+ + Injection, intracardiac + | +
+
+ ICARTINJ
+
+ |
+ + Injection, intracartilaginous + | +
+
+ ICAUDINJ
+
+ |
+ + Injection, intracaudal + | +
+
+ ICAVINJ
+
+ |
+ + Injection, intracavernous + | +
+
+ ICAVITINJ
+
+ |
+ + Injection, intracavitary + | +
+
+ ICEREBINJ
+
+ |
+ + Injection, intracerebral + | +
+
+ ICISTERNINJ
+
+ |
+ + Injection, intracisternal + | +
+
+ ICORONINJ
+
+ |
+ + Injection, intracoronary + | +
+
+ ICORPCAVINJ
+
+ |
+ + Injection, intracorpus cavernosum + | +
+
+ IDINJ
+
+ |
+ + Injection, intradermal + | +
+
+ IDISCINJ
+
+ |
+ + Injection, intradiscal + | +
+
+ IDUCTINJ
+
+ |
+ + Injection, intraductal + | +
+
+ IDURINJ
+
+ |
+ + Injection, intradural + | +
+
+ IEPIDINJ
+
+ |
+ + Injection, intraepidermal + | +
+
+ IEPITHINJ
+
+ |
+ + Injection, intraepithelial + | +
+
+ ILESINJ
+
+ |
+ + Injection, intralesional + | +
+
+ ILUMINJ
+
+ |
+ + Injection, intraluminal + | +
+
+ ILYMPJINJ
+
+ |
+ + Injection, intralymphatic + | +
+
+ IM
+
+ |
+ + Injection, intramuscular + | +
+
+ IMEDULINJ
+
+ |
+ + Injection, intramedullary + | +
+
+ INTERMENINJ
+
+ |
+ + Injection, interameningeal + | +
+
+ INTERSTITINJ
+
+ |
+ + Injection, interstitial + | +
+
+ IOINJ
+
+ |
+ + Injection, intraocular + | +
+
+ IOSSINJ
+
+ |
+ + Injection, intraosseous + | +
+
+ IOVARINJ
+
+ |
+ + Injection, intraovarian + | +
+
+ IPCARDINJ
+
+ |
+ + Injection, intrapericardial + | +
+
+ IPERINJ
+
+ |
+ + Injection, intraperitoneal + | +
+
+ IPINJ
+
+ |
+ + Injection, intrapulmonary + | +
+
+ IPLRINJ
+
+ |
+ + Injection, intrapleural + | +
+
+ IPROSTINJ
+
+ |
+ + Injection, intraprostatic + | +
+
+ IPUMPINJ
+
+ |
+ + Injection, insulin pump + | +
+
+ ISINJ
+
+ |
+ + Injection, intraspinal + | +
+
+ ISTERINJ
+
+ |
+ + Injection, intrasternal + | +
+
+ ISYNINJ
+
+ |
+ + Injection, intrasynovial + | +
+
+ ITENDINJ
+
+ |
+ + Injection, intratendinous + | +
+
+ ITESTINJ
+
+ |
+ + Injection, intratesticular + | +
+
+ ITHORINJ
+
+ |
+ + Injection, intrathoracic + | +
+
+ ITINJ
+
+ |
+ + Injection, intrathecal + | +
+
+ ITUBINJ
+
+ |
+ + Injection, intratubular + | +
+
+ ITUMINJ
+
+ |
+ + Injection, intratumor + | +
+
+ ITYMPINJ
+
+ |
+ + Injection, intratympanic + | +
+
+ IUINJ
+
+ |
+ + Injection, intrauterine + | +
+
+ IUINJC
+
+ |
+ + Injection, intracervical (uterus) + | +
+
+ IURETINJ
+
+ |
+ + Injection, intraureteral, retrograde + | +
+
+ IVASCINJ
+
+ |
+ + Injection, intravascular + | +
+
+ IVENTINJ
+
+ |
+ + Injection, intraventricular (heart) + | +
+
+ IVESINJ
+
+ |
+ + Injection, intravesicle + | +
+
+ IVINJ
+
+ |
+ + Injection, intravenous + | +
+
+ IVITINJ
+
+ |
+ + Injection, intravitreal + | +
+
+ PAINJ
+
+ |
+ + Injection, periarticular + | +
+
+ PARENTINJ
+
+ |
+ + Injection, parenteral + | +
+
+ PDONTINJ
+
+ |
+ + Injection, periodontal + | +
+
+ PDPINJ
+
+ |
+ + Injection, peritoneal dialysis port + | +
+
+ PDURINJ
+
+ |
+ + Injection, peridural + | +
+
+ PNINJ
+
+ |
+ + Injection, perineural + | +
+
+ PNSINJ
+
+ |
+ + Injection, paranasal sinuses + | +
+
+ RBINJ
+
+ |
+ + Injection, retrobulbar + | +
+
+ SCINJ
+
+ |
+ + Injection, subconjunctival + | +
+
+ SLESINJ
+
+ |
+ + Injection, sublesional + | +
+
+ SOFTISINJ
+
+ |
+ + Injection, soft tissue + | +
+
+ SQ
+
+ |
+ + Injection, subcutaneous + | +
+
+ SUBARACHINJ
+
+ |
+ + Injection, subarachnoid + | +
+
+ SUBMUCINJ
+
+ |
+ + Injection, submucosal + | +
+
+ TRPLACINJ
+
+ |
+ + Injection, transplacental + | +
+
+ TRTRACHINJ
+
+ |
+ + Injection, transtracheal + | +
+
+ URETHINJ
+
+ |
+ + Injection, urethral + | +
+
+ URETINJ
+
+ |
+ + Injection, ureteral + | +
+
+ IOSURGINS
+
+ |
+ + Insertion, intraocular, surgical + | +
+
+ IU
+
+ |
+ + Insertion, intrauterine + | +
+
+ LPINS
+
+ |
+ + Insertion, lacrimal puncta + | +
+
+ PR
+
+ |
+ + Insertion, rectal + | +
+
+ SQSURGINS
+
+ |
+ + Insertion, subcutaneous, surgical + | +
+
+ URETHINS
+
+ |
+ + Insertion, urethral + | +
+
+ VAGINSI
+
+ |
+ + Insertion, vaginal + | +
+
+ BLADINSTL
+
+ |
+ + Instillation, urinary catheter + | +
+
+ CAPDINSTL
+
+ |
+ + Instillation, continuous ambulatory peritoneal dialysis port + | +
+
+ CTINSTL
+
+ |
+ + Instillation, chest tube + | +
+
+ ETINSTL
+
+ |
+ + Instillation, endotracheal tube + | +
+
+ GJT
+
+ |
+ + Instillation, gastro-jejunostomy tube + | +
+
+ IBRONCHINSTIL
+
+ |
+ + Instillation, intrabronchial + | +
+
+ IDUODINSTIL
+
+ |
+ + Instillation, intraduodenal + | +
+
+ IESOPHINSTIL
+
+ |
+ + Instillation, intraesophageal + | +
+
+ IGASTINSTIL
+
+ |
+ + Instillation, intragastric + | +
+
+ IILEALINJ
+
+ |
+ + Instillation, intraileal + | +
+
+ IOINSTL
+
+ |
+ + Instillation, intraocular + | +
+
+ ISININSTIL
+
+ |
+ + Instillation, intrasinal + | +
+
+ ITRACHINSTIL
+
+ |
+ + Instillation, intratracheal + | +
+
+ IUINSTL
+
+ |
+ + Instillation, intrauterine + | +
+
+ JJTINSTL
+
+ |
+ + Instillation, jejunostomy tube + | +
+
+ LARYNGINSTIL
+
+ |
+ + Instillation, laryngeal + | +
+
+ NASALINSTIL
+
+ |
+ + Instillation, nasal + | +
+
+ NASOGASINSTIL
+
+ |
+ + Instillation, nasogastric + | +
+
+ NTT
+
+ |
+ + Instillation, nasotracheal tube + | +
+
+ OJJ
+
+ |
+ + Instillation, orojejunum tube + | +
+
+ OT
+
+ |
+ + Instillation, otic + | +
+
+ PDPINSTL
+
+ |
+ + Instillation, peritoneal dialysis port + | +
+
+ PNSINSTL
+
+ |
+ + Instillation, paranasal sinuses + | +
+
+ RECINSTL
+
+ |
+ + Instillation, rectal + | +
+
+ SININSTIL
+
+ |
+ + Instillation, sinus, unspecified + | +
+
+ SOFTISINSTIL
+
+ |
+ + Instillation, soft tissue + | +
+
+ TRACHINSTL
+
+ |
+ + Instillation, tracheostomy + | +
+
+ TRTYMPINSTIL
+
+ |
+ + Instillation, transtympanic + | +
+
+ URETHINSTL
+
+ |
+ + Instillation, urethral + | +
+
+ ICORNTA
+
+ |
+ + Topical application, intracorneal + | +
+
+ ICORONTA
+
+ |
+ + Topical application, intracoronal (dental) + | +
+
+ IDOUDMAB
+
+ |
+ + Mucosal absorption, intraduodenal + | +
+
+ IESOPHTA
+
+ |
+ + Topical application, intraesophageal + | +
+
+ IGASTIRR
+
+ |
+ + Irrigation, intragastric + | +
+
+ IGASTLAV
+
+ |
+ + Lavage, intragastric + | +
+
+ IILEALTA
+
+ |
+ + Topical application, intraileal + | +
+
+ ILESIRR
+
+ |
+ + Irrigation, intralesional + | +
+
+ ILTOP
+
+ |
+ + Topical application, intralesional + | +
+
+ ILUMTA
+
+ |
+ + Topical application, intraluminal + | +
+
+ IOIRR
+
+ |
+ + Irrigation, intraocular + | +
+
+ IOTOP
+
+ |
+ + Topical application, intraocular + | +
+
+ ITRACHMAB
+
+ |
+ + Mucosal absorption, intratracheal + | +
+
+ BLADIRR
+
+ |
+ + Irrigation, urinary bladder + | +
+
+ RECIRR
+
+ |
+ + Irrigation, rectal + | +
+
+ LARYNGTA
+
+ |
+ + Topical application, laryngeal + | +
+
+ TRNSLING
+
+ |
+ + Translingual + | +
+
+ SMUCMAB
+
+ |
+ + Mucosal absorption, submucosal + | +
+
+ MUC
+
+ |
+ + Topical application, mucous membrane + | +
+
+ NAIL
+
+ |
+ + Topical application, nail + | +
+
+ NASAL
+
+ |
+ + Topical application, nasal + | +
+
+ ETNEB
+
+ |
+ + Nebulization, endotracheal tube + | +
+
+ OPTHALTA
+
+ |
+ + Topical application, ophthalmic + | +
+
+ ORALTA
+
+ |
+ + Topical application, oral + | +
+
+ ORRINSE
+
+ |
+ + Rinse, oral + | +
+
+ PO
+
+ |
+ + Swallow, oral + | +
+
+ GARGLE
+
+ |
+ + Gargle + | +
+
+ ORMUC
+
+ |
+ + Topical application, oromucosal + | +
+
+ SUCK
+
+ |
+ + Suck, oromucosal + | +
+
+ SWISHSPIT
+
+ |
+ + Swish and spit out, oromucosal + | +
+
+ SWISHSWAL
+
+ |
+ + Swish and swallow, oromucosal + | +
+
+ OROPHARTA
+
+ |
+ + Topical application, oropharyngeal + | +
+
+ PERIANAL
+
+ |
+ + Topical application, perianal + | +
+
+ PERINEAL
+
+ |
+ + Topical application, perineal + | +
+
+ PDONTTA
+
+ |
+ + Topical application, periodontal + | +
+
+ RECTAL
+
+ |
+ + Topical application, rectal + | +
+
+ INSUF
+
+ |
+ + Insufflation + | +
+
+ TRNSDERM
+
+ |
+ + Transdermal + | +
+
+ SCALP
+
+ |
+ + Topical application, scalp + | +
+
+ OCDRESTA
+
+ |
+ + Occlusive dressing technique + | +
+
+ SKIN
+
+ |
+ + Topical application, skin + | +
+
+ SUBCONJTA
+
+ |
+ + Subconjunctival + | +
+
+ URETHSUP
+
+ |
+ + Suppository, urethral + | +
+
+ TTYMPTABSORP
+
+ |
+ + Topical absorption, transtympanic + | +
+
+ TMUCTA
+
+ |
+ + Topical application, transmucosal + | +
+
+ VAGINS
+
+ |
+ + Topical application, vaginal + | +
+ You can download the container.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ amp
+
+ |
+ + Ampule + | +
+ Container sealed by fusion and to be opened exclusively by breaking. The contents are intended for use on one occasion only. + + |
+
+
+ bag
+
+ |
+ + Bag + | +
+ Container consisting of surfaces, whether or not with a flat bottom, made of flexible material, generally closed at the bottom and at the sides by sealing; at the top possibly to be closed by fusion of the material, depending on the intended use. Equipped with special attachments. Contains the final preparation in one compartment or the components necessary for its preparation in different compartments. + + |
+
+
+ blstrpk
+
+ |
+ + Blister Pack + | +
+ Container (usually multidose) consisting of two layers of which one is shaped to contain the individual doses. Strips are excluded. + + |
+
+
+ bot
+
+ |
+ + Bottle + | +
+ Container with a more or less pronounced neck and usually a flat bottom. + + |
+
+
+ box
+
+ |
+ + Box + | +
+ Primary container consisting of one or more parts made of a light material, can be closed. + + |
+
+
+ can
+
+ |
+ + Can + | ++ + | +
+
+ cart
+
+ |
+ + Cartridge + | +
+ Filled container, usually cylindrical, containing a sterile, single-dose or multidose, parenteral preparation; it contains the final preparation in one compartment, or the components necessary for its preparation in different compartments. It may be supplied as an integral part of a pre-filled pen or be intended for use in a reusable device especially designed for that purpose, such as a pen. + + |
+
+
+ disk
+
+ |
+ + Disk + | ++ + | +
+
+ doset
+
+ |
+ + Dosette + | ++ + | +
+
+ jar
+
+ |
+ + Jar + | +
+ Container, without a pronounced neck, with a wide opening at the top and a more-or-less flat bottom. It is suited for semi-solid and solid pharmaceutical forms (including those that are stored/supplied in a liquid medium, such as living tissue equivalents). It can be reclosed. + + |
+
+
+ jug
+
+ |
+ + Jug + | ++ + | +
+
+ minim
+
+ |
+ + Minim + | ++ + | +
+
+ nebamp
+
+ |
+ + Nebule Amp + | ++ + | +
+
+ ovul
+
+ |
+ + Ovule + | ++ + | +
+
+ pch
+
+ |
+ + Pouch + | +
+ Item of packaging intended for use as an intermediate or outer container, intended to contain one or more medicinal product(s); it is made of a flexible material and may be for single use or be re-usable, and may be fitted with a closure system. Bags and sachets are excluded. + + |
+
+
+ pkt
+
+ |
+ + Packet + | ++ + | +
+
+ sash
+
+ |
+ + Sashet + | +
+ Container consisting of two surfaces made of flexible material to be closed only by sealing or folding over. The contents are intended for single use. + + |
+
+
+ strip
+
+ |
+ + Strip + | +
+ Multidose container consisting of two layers, usually provided with perforations, suited for containing single doses of solid or semi-solid preparations. Blisters are excluded. + + |
+
+
+ tin
+
+ |
+ + Tin + | ++ + | +
+
+ tub
+
+ |
+ + Tub + | ++ + | +
+
+ tube
+
+ |
+ + Tube + | +
+ Container for semi-solid pharmaceutical forms, usually multidose, consisting of collapsible material intended to release the contents via a nozzle by squeezing the package. + + |
+
+
+ vial
+
+ |
+ + Vial + | +
+ Small container for parenteral medicinal products, with a stopper and overseal; the contents are removed after piercing the stopper. Single-dose and multidose uses are included. + + |
+
+ You can download the dosageForm.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ APPFUL
+
+ |
+ + Applicatorful + | ++ + | +
+
+ DROP
+
+ |
+ + Drops + | ++ + | +
+
+ PUFF
+
+ |
+ + Puff + | ++ + | +
+
+ SCOOP
+
+ |
+ + Scoops + | ++ + | +
+
+ SPRY
+
+ |
+ + Sprays + | ++ + | +
+
+ GASINHL
+
+ |
+ + Gas for Inhalation + | ++ + | +
+
+ AER
+
+ |
+ + Aerosol + | ++ + | +
+
+ FOAM
+
+ |
+ + Foam + | ++ + | +
+
+ INHL
+
+ |
+ + Inhalant + | ++ + | +
+
+ LIQCLN
+
+ |
+ + Liquid Cleanser + | ++ + | +
+
+ OIL
+
+ |
+ + Oil + | +
+ An unctuous, combustible substance which is liquid, or easily liquefiable, on warming, and is soluble in ether but insoluble in water. Such substances, depending on their origin, are classified as animal, mineral, or vegetable oils. + + |
+
+
+ SOL
+
+ |
+ + Solution + | +
+ A liquid preparation that contains one or more chemical substances dissolved, i.e., molecularly dispersed, in a suitable solvent or mixture of mutually miscible solvents. + + |
+
+
+ CRM
+
+ |
+ + Cream + | +
+ A semisolid dosage form containing one or more drug substances dissolved or dispersed in a suitable base; more recently, the term has been restricted to products consisting of oil-in-water emulsions or aqueous microcrystalline dispersions of long chain fatty acids or alcohols that are water washable and more cosmetically and aesthetically acceptable. + + |
+
+
+ LTN
+
+ |
+ + Lotion + | +
+ The term "lotion" has been used to categorize many topical suspensions, solutions and emulsions intended for application to the skin. + + |
+
+
+ OINT
+
+ |
+ + Ointment + | +
+ A semisolid preparation intended for external application to the skin or mucous membranes. + + |
+
+
+ GEL
+
+ |
+ + Gel + | +
+ A semisolid system consisting of either suspensions made up of small inorganic particles or large organic molecules interpenetrated by a liquid. + + |
+
+
+ PASTE
+
+ |
+ + Paste + | +
+ A semisolid dosage form that contains one or more drug substances intended for topical application. + + |
+
+
+ SUSP
+
+ |
+ + Suspension + | ++ + | +
+
+ BAR
+
+ |
+ + Bar + | ++ + | +
+
+ BEAD
+
+ |
+ + Beads + | +
+ A solid dosage form in the shape of a small ball. + + |
+
+
+ CAKE
+
+ |
+ + Cake + | ++ + | +
+
+ CEMENT
+
+ |
+ + Cement + | +
+ A substance that serves to produce solid union between two surfaces. + + |
+
+
+ CRYS
+
+ |
+ + Crystals + | +
+ A naturally produced angular solid of definite form in which the ultimate units from which it is built up are systematically arranged; they are usually evenly spaced on a regular space lattice. + + |
+
+
+ DISK
+
+ |
+ + Disk + | +
+ A circular plate-like organ or structure. + + |
+
+
+ FLAKE
+
+ |
+ + Flakes + | ++ + | +
+
+ GRAN
+
+ |
+ + Granules + | +
+ A small particle or grain. + + |
+
+
+ GUM
+
+ |
+ + ChewingGum + | +
+ A sweetened and flavored insoluble plastic material of various shapes which when chewed, releases a drug substance into the oral cavity. + + |
+
+
+ PAD
+
+ |
+ + Pad + | ++ + | +
+
+ PATCH
+
+ |
+ + Patch + | +
+ A drug delivery system that contains an adhesived backing and that permits its ingredients to diffuse from some portion of it (e.g., the backing itself, a reservoir, the adhesive, or some other component) into the body from the external site where it is applied. + + |
+
+
+ PELLET
+
+ |
+ + Pellet + | +
+ A small sterile solid mass consisting of a highly purified drug (with or without excipients) made by the formation of granules, or by compression and molding. + + |
+
+
+ PILL
+
+ |
+ + Pill + | +
+ A small, round solid dosage form containing a medicinal agent intended for oral administration. + + |
+
+
+ POWD
+
+ |
+ + Powder + | +
+ An intimate mixture of dry, finely divided drugs and/or chemicals that may be intended for internal or external use. + + |
+
+
+ SUPP
+
+ |
+ + Suppository + | +
+ A solid body of various weights and shapes, adapted for introduction into the rectal, vaginal, or urethral orifice of the human body; they usually melt, soften, or dissolve at body temperature. + + |
+
+
+ SWAB
+
+ |
+ + Swab + | +
+ A wad of absorbent material usually wound around one end of a small stick and used for applying medication or for removing material from an area. + + |
+
+
+ WAFER
+
+ |
+ + Wafer + | +
+ A thin slice of material containing a medicinal agent. + + |
+
+ Adds fields to the item object relevant to the procurement of medicines. +
+Adds fields to the item object relevant to the procurement of medicines.
+This extension is used to describe medicinal products at the tender, award and/or contract stages. Using this extension, a publisher can specify the medicinal product's active ingredients and their strength, the dosage form, the medicine's container, and the administration route. In doing so, it makes it easier to compare the procurement of medicinal products across jurisdictions, and thereby supports external reference pricing.
+Dosage forms and container sizes differ significantly across countries, which makes comparison difficult. To ease comparison, the extension provides standardized codelists for the dosage form, immediate container and administration route, based on Health Level Seven (HL7), a set of international standards for health data. That said, if you haven't adopted and can't map your values to the HL7 codes, you may use your own codes. To allow a user to interpret your codes, you should describe the codelists, and how to find the definitions of codes, in your publication policy.
+For the names of active ingredients, it is recommended to use International Nonproprietary Names (INN). The World Health Organization (WHO) maintains a cumulative list of all INNs, with equivalent names in Latin, English, French, Spanish, Arabic, Chinese and Russian. To ease comparison, it is recommended to use the lowercase Latin name.
+If a contracting process is in the award or contract stage, it’s possible to know more information about the medicine, such as the brand, the manufacturer, the country of origin, the expiration date, if they must maintain a cold chain and all the other commercial, financial and logistical conditions. Use the generic item attributes extension for all the cases where the medicine item has other attributes not included in this extension.
+If a medicine item has more than one active ingredient, add each one to the activeIngredients
array.
In this example, we demonstrate how to use this extension to describe a drug procurement process from Chile. (You can view its original OCDS data.)
+Item 3 is described as:
+Description | +Minimum dispensing unit | +
---|---|
Acetilcisteina | +ACETILCISTEINA-N 100 MG/ML SOLUCION PARA NEBULIZAR FRASCO 15-30 ML ENVASE INDIVIDUAL RESISTENTE CON SELLO QUE ASEGURE INVIOLABILIDAD DEL CONTENIDO | +
The strength is expressed as "100 MG/ML". The UN/CEFACT Recommendation 20 – Codes for Units of Measure Used in International Trade codelist includes units like mg/l, g/l and kg/l, but not mg/ml. So, "100 MG/ML" is expressed as 100 g/l below.
+Based on this information, we can add the dosageForm
, administrationRoute
, container
and activeIngredients
.
{
+ "tender": {
+ "items": [
+ {
+ "id": "1",
+ "description": "Acetilcisteina",
+ "classification": {
+ "id": "51161701",
+ "scheme": "UNSPSC",
+ "uri": "https://apis.mercadopublico.cl/OCDS/data/productos/categoria/51161701"
+ },
+ "dosageForm": "SOL",
+ "administrationRoute": "NASINHL",
+ "container": {
+ "name": "vial",
+ "capacity": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "ml"
+ },
+ "value": "[15,30]"
+ }
+ },
+ "activeIngredients": [
+ {
+ "name": "acetylcysteinum",
+ "strength": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "g/l"
+ },
+ "value": 100
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
+
In this example, we demonstrate how to use this extension to describe a drug procurement process from Paraguay. (You can view its original OCDS data.)
+In the "Suministros requeridos - especificaciones técnicas" tab, item 1 of lot 8 ("LOTE N° 8 - ANESTESICOS LOCALES - 2") is described as:
+Description | +Technical specifications | +Unit of measurement | +Presentation | +Delivery presentation | +
---|---|---|---|---|
Clorhidrato de Bupivacaina Hiperbarica Inyectable | +clorhidrato de bupivacaina 25 mg. + dextrosa 82,5 mg. - solución inyectable | +UNIDAD | +AMPOLLA | +ampollas como minimo de 5 ml. | +
For the name of the active ingredient, Annex 2 of the INN Stem Book 2018, describes how to name acid salts: in this case, "bupivacainum hydrochloridum".
+Based on this information, we can add the dosageForm
, administrationRoute
, container
and activeIngredients
.
{
+ "tender": {
+ "items": [
+ {
+ "id": "1",
+ "dosageForm": "SOL",
+ "administrationRoute": "ISINJ",
+ "container": {
+ "name": "amp",
+ "capacity": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "ml"
+ },
+ "value": "[5,INF["
+ }
+ },
+ "activeIngredients": [
+ {
+ "name": "bupivacainum hydrochloridum",
+ "strength": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "mg"
+ },
+ "value": 25
+ }
+ },
+ {
+ "name": "dextrosa",
+ "strength": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "mg"
+ },
+ "value": 82.5
+ }
+ }
+ ],
+ "quantity": 25
+ }
+ ]
+ }
+}
+
The fields, definitions and codelists used in this extension are based on the following standards that are commonly used in the data on public medicine purchases.
+administrationRoute
codelist contains the top-level concepts in HL7's Route of Administration codelist, excluding any synonymous terms.dosageForm
codelist contains the top-level concepts in HL7's Orderable Drug Form codelist, excluding the specific forms of sprays.container
codelist is a copy of the codes and titles from FHIR's Medication Knowledge Package Type codelist. Given that the terms are undefined in FHIR, the descriptions are copied from corresponding terms from the EDQM Standard Terms database, reproduced with the permission of the European Directorate for the Quality of Medicines & HealthCare, Council of Europe (EDQM). The EDQM Standard Terms database is not a static list and content can change over time; the descriptions were retrieved on July 21, 2021.This extension is based on research with 4 data users and 6 data publishers including public organizations, journalists, medicine price analysts, and software developers for medicine purchase systems from 9 countries in Latin America, Europe, and Africa. The extension includes the most used fields from the different countries.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds fields to the item object relevant to the procurement of medicines. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ activeIngredients
+
+ |
+ + Active ingredients + | +
+ The active ingredients, typically chemical compounds or biological substances. + + |
+ + array of ActiveIngredient objects + | +
+
+ dosageForm
+
+ |
+ + Dosage form + | +
+ The dosage form in which the medicine is available, from the dosageForm codelist. + + |
+ + string from open dosageForm codelist + | +
+
+ administrationRoute
+
+ |
+ + Administration route + | +
+ The route by which the medicine can be administered, from the administrationRoute codelist. + + |
+ + string from open administrationRoute codelist + | +
+
+ container
+
+ |
+ + Container + | +
+ The immediate container for the medicine. Also known as: presentation, presentation form, package. + + |
+ + Container object + | +
+ The extension defines a new ActiveIngredient
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ name
+
+ |
+ + Name + | +
+ The name of the active ingredient. It is recommended to use the lowercase Latin name from the International Nonproprietary Names (INN). Also known as: generic name, drug, substance name, active substance. + + |
+ + string + | +
+
+ strength
+
+ |
+ + Strength + | +
+ The strength of the active ingredient. Also known as: concentration, potency. + + |
+ + Quantity object + | +
+ The extension defines a new Container
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ name
+
+ |
+ + Name + | +
+ The common name of the container, from the container codelist. + + |
+ + string from open container codelist + | +
+
+ capacity
+
+ |
+ + Capacity + | +
+ The storage capacity of the container. + + |
+ + Quantity object + | +
+ The extension defines a new Quantity
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ unit
+
+ |
+ + Unit + | +
+ The unit of measurement for the quantity. + + |
+ + SimpleUnit object + | +
+
+ value
+
+ |
+ + Value + | +
+ The quantity, as a multiple of the unit of measurement. The quantity is expressed in interval notation, for example: "[10,10]" for 10 units, "[1,10]" for 1 to 10 units, or "[10,INF[" for 10 or more units. + + |
+ + string or number + | +
+ The extension defines a new SimpleUnit
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ scheme
+
+ |
+ + Scheme + | +
+ The codelist from which the identifier for the unit of measurement is taken, using the open unitClassificationScheme codelist. 'UNCEFACT' is recommended. + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ id
+
+ |
+ + ID + | +
+ The identifier for the unit of measurement, taken from the codelist referenced by the |
+ + string + | +
+ The metrics extension supports publication of forecasts (planning stage), targets (tender stage), agreed performance targets (award and contract stage) and results (implementation stage). +
+The metrics extension provides a common building block for reporting structured performance information on contracts.
+Metrics are structured like an OLAP data cube with each instance of Metric
representing a single observation, categorized by a number of dimensions.
The metrics extension can be used at:
+planning
stage for forecasts for the contracting process (e.g. forecast demand levels)tender
stage for targets for the contracting process (e.g. target availability levels or KPIs)awards
and contracts
stages for targets agreed with the successful supplier (e.g. availability levels or KPIs)implementation
stage for actual performance information (e.g. actual demand, availability, KPIs etc.)Where the metrics extension is used to model targets for a contracting process, the description
field can be used to indicate whether the target is a minimum or recommended target.
{
+ "planning": {
+ "forecasts": [
+ {
+ "id": "annualDemand",
+ "title": "Annual Demand",
+ "description": "The annual demand",
+ "observations": [
+ {
+ "id": "1",
+ "period": {
+ "startDate": "2015-01-01T00:00:00Z",
+ "endDate": "2015-12-31T23:59:59Z"
+ },
+ "measure": 10000,
+ "dimensions": {
+ "vehicleType": "Car"
+ }
+ },
+ {
+ "id": "2",
+ "period": {
+ "startDate": "2015-01-01T00:00:00Z",
+ "endDate": "2015-12-31T23:59:59Z"
+ },
+ "measure": 1000,
+ "dimensions": {
+ "vehicleType": "Trucks"
+ },
+ "notes": "Simple note"
+ }
+ ]
+ }
+ ]
+ }
+}
+
The metrics extension can also be used to report on the physical progress of a contract. The following JSON snippet shows how the metrics extension could be used to report on progress for the construction of a highway, both by percent completion and number of kilometres constructed:
+{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "implementation": {
+ "metrics": [
+ {
+ "id": "completionPercent",
+ "title": "Construction progress (percent)",
+ "description": "Percent completion of the construction of example highway",
+ "observations": [
+ {
+ "id": "completionPercent-2016-Q1",
+ "period": {
+ "startDate": "2016-03-31T23:59:59Z",
+ "endDate": "2016-03-31T23:59:59Z"
+ },
+ "measure": "25",
+ "unit": {
+ "name": "percent",
+ "id": "P1",
+ "scheme": "UNCEFACT"
+ }
+ }
+ ]
+ },
+ {
+ "id": "completionKilometres",
+ "title": "Construction progress (kilometres)",
+ "description": "Progress of construction of example highway measured in kilometres",
+ "observations": [
+ {
+ "id": "completionKilometres-2016-Q1",
+ "period": {
+ "startDate": "2016-03-31T23:59:59Z",
+ "endDate": "2016-03-31T23:59:59Z"
+ },
+ "measure": "15",
+ "unit": {
+ "name": "kilometre",
+ "id": "KMT",
+ "scheme": "UNCEFACT"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties."uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.Observation.unit
non-nullable, like Item.unit
.Observation.dimensions
non-nullable (undo earlier change).Metric.id
and Observation.id
required to support revision tracking and list mergingObservation.period
and Observation.value
.Observation.dimensions
nullable.+ The metrics extension supports publication of forecasts (planning stage), targets (tender stage), agreed performance targets (award and contract stage) and results (implementation stage). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Planning
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ forecasts
+
+ |
+ + Forecasts + | +
+ Any forecasts metrics for this results of this contracting process. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ targets
+
+ |
+ + Targets + | +
+ Any target metrics for this results of this contracting process. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Agreed metrics + | +
+ Any target metrics set out as part of the contract award. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Agreed metrics + | +
+ Any target metrics set out as part of the contract documents. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ metrics
+
+ |
+ + Metrics + | +
+ Reported results from the delivery of the contracted goods, works or services. + + |
+ + array of Metric objects + | +
+ The extension defines a new Metric
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ An identifier for this metric. In some cases this may be drawn from a codelist of metrics required for this type of contracting process, or in other instances may be an arbitrary identifier. + + |
+ + string + | +
+
+ title
+
+ |
+ + Title + | +
+ The title of this metric + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A short description of the metric. This may include short details of measurement methods. + + |
+ + string + | +
+
+ observations
+
+ |
+ + Observations + | +
+ An array of target or actual values for this metric. + + |
+ + array of Observation objects + | +
+ The extension defines a new Observation
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ A local identifier for this specific observation. This may be an arbitrary identifier, or could be a composite of the metric identifier, and the date and other dimensions of this observation. + + |
+ + string + | +
+
+ period
+
+ |
+ + Period + | +
+ The period over which this observation is measured. + + |
+ + Period object + | +
+
+ value
+
+ |
+ + Value + | +
+ For financial metrics, the value of this forecast, target or actual observation. + + |
+ + Value object + | +
+
+ measure
+
+ |
+ + Measure + | +
+ For non-financial metrics, the measure of this forecast, target or actual observation. Measures may be provided as free text or numerical values. + + |
+ + string or number + | +
+
+ unit
+
+ |
+ + Unit + | +
+ Unit + + |
+ + object + | +
+
+ unit.
+ |
+ + Unit name + | +
+ The name of the unit. + + |
+ + string + | +
+
+ unit.
+ |
+ + Scheme + | +
+ The list from which units of measure identifiers are taken. Use of the scheme 'UNCEFACT' for the UN/CEFACT Recommendation 20 list of "Codes for Units of Measure Used in International Trade" is recommended. + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ The identifier from the codelist referenced in the scheme field. For example, with UNCEFACT, this is the value of the 'Common Code' column. From this identifier, applications can look-up the human readable name or symbol for this unit of measure. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ If the scheme used provide a machine-readable URI for this unit of measure, this can be given. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Dimensions + | +
+ Any number of dimensions can be recorded within this object. Dimensions names should follow the camelCase conventions of OCDS. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Any notes on this observation. This may include clarifying information. + + |
+ + string + | +
+
+ relatedImplementationMilestone
+
+ |
+ + Related implementation milestone + | +
+ A link to the milestone in the implementation section of OCDS to which this forecast, target or actual observation relates. + + |
+ + MilestoneReference object + | +
+ The extension defines a new MilestoneReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Milestone ID + | +
+ The ID of the milestone being referenced, this must match the ID of a milestone described elsewhere in a release about this contracting process. + + |
+ + string + | +
+
+ title
+
+ |
+ + Milestone title + | +
+ The title of the milestone being referenced, this must match the title of a milestone described elsewhere in a release about this contracting process. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/metrics/1.1/ +
++ The metrics extension supports publication of forecasts (planning stage), targets (tender stage), agreed performance targets (award and contract stage) and results (implementation stage). +
+The metrics extension provides a common building block for reporting structured performance information on contracts.
+Metrics are structured like an OLAP data cube with each instance of Metric
representing a single observation, categorized by a number of dimensions.
The metrics extension can be used at:
+planning
stage for forecasts for the contracting process (e.g. forecast demand levels)tender
stage for targets for the contracting process (e.g. target availability levels or KPIs)awards
and contracts
stages for targets agreed with the successful supplier (e.g. availability levels or KPIs)implementation
stage for actual performance information (e.g. actual demand, availability, KPIs etc.)Where the metrics extension is used to model targets for a contracting process, the description
field can be used to indicate whether the target is a minimum or recommended target.
{
+ "planning": {
+ "forecasts": [
+ {
+ "id": "annualDemand",
+ "title": "Annual Demand",
+ "description": "The annual demand",
+ "observations": [
+ {
+ "id": "1",
+ "period": {
+ "startDate": "2015-01-01T00:00:00Z",
+ "endDate": "2015-12-31T23:59:59Z"
+ },
+ "measure": 10000,
+ "dimensions": {
+ "vehicleType": "Car"
+ }
+ },
+ {
+ "id": "2",
+ "period": {
+ "startDate": "2015-01-01T00:00:00Z",
+ "endDate": "2015-12-31T23:59:59Z"
+ },
+ "measure": 1000,
+ "dimensions": {
+ "vehicleType": "Trucks"
+ },
+ "notes": "Simple note"
+ }
+ ]
+ }
+ ]
+ }
+}
+
The metrics extension can also be used to report on the physical progress of a contract. The following JSON snippet shows how the metrics extension could be used to report on progress for the construction of a highway, both by percent completion and number of kilometres constructed:
+{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "implementation": {
+ "metrics": [
+ {
+ "id": "completionPercent",
+ "title": "Construction progress (percent)",
+ "description": "Percent completion of the construction of example highway",
+ "observations": [
+ {
+ "id": "completionPercent-2016-Q1",
+ "period": {
+ "startDate": "2016-03-31T23:59:59Z",
+ "endDate": "2016-03-31T23:59:59Z"
+ },
+ "measure": "25",
+ "unit": {
+ "name": "percent",
+ "id": "P1",
+ "scheme": "UNCEFACT"
+ }
+ }
+ ]
+ },
+ {
+ "id": "completionKilometres",
+ "title": "Construction progress (kilometres)",
+ "description": "Progress of construction of example highway measured in kilometres",
+ "observations": [
+ {
+ "id": "completionKilometres-2016-Q1",
+ "period": {
+ "startDate": "2016-03-31T23:59:59Z",
+ "endDate": "2016-03-31T23:59:59Z"
+ },
+ "measure": "15",
+ "unit": {
+ "name": "kilometre",
+ "id": "KMT",
+ "scheme": "UNCEFACT"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties."uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.Observation.unit
non-nullable, like Item.unit
.Observation.dimensions
non-nullable (undo earlier change).Metric.id
and Observation.id
required to support revision tracking and list mergingObservation.period
and Observation.value
.Observation.dimensions
nullable.+ The metrics extension supports publication of forecasts (planning stage), targets (tender stage), agreed performance targets (award and contract stage) and results (implementation stage). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Planning
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ forecasts
+
+ |
+ + Forecasts + | +
+ Any forecasts metrics for this results of this contracting process. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ targets
+
+ |
+ + Targets + | +
+ Any target metrics for this results of this contracting process. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Agreed metrics + | +
+ Any target metrics set out as part of the contract award. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Agreed metrics + | +
+ Any target metrics set out as part of the contract documents. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ metrics
+
+ |
+ + Metrics + | +
+ Reported results from the delivery of the contracted goods, works or services. + + |
+ + array of Metric objects + | +
+ The extension defines a new Metric
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ An identifier for this metric. In some cases this may be drawn from a codelist of metrics required for this type of contracting process, or in other instances may be an arbitrary identifier. + + |
+ + string + | +
+
+ title
+
+ |
+ + Title + | +
+ The title of this metric + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A short description of the metric. This may include short details of measurement methods. + + |
+ + string + | +
+
+ observations
+
+ |
+ + Observations + | +
+ An array of target or actual values for this metric. + + |
+ + array of Observation objects + | +
+ The extension defines a new Observation
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ A local identifier for this specific observation. This may be an arbitrary identifier, or could be a composite of the metric identifier, and the date and other dimensions of this observation. + + |
+ + string + | +
+
+ period
+
+ |
+ + Period + | +
+ The period over which this observation is measured. + + |
+ + Period object + | +
+
+ value
+
+ |
+ + Value + | +
+ For financial metrics, the value of this forecast, target or actual observation. + + |
+ + Value object + | +
+
+ measure
+
+ |
+ + Measure + | +
+ For non-financial metrics, the measure of this forecast, target or actual observation. Measures may be provided as free text or numerical values. + + |
+ + string or number + | +
+
+ unit
+
+ |
+ + Unit + | +
+ Unit + + |
+ + object + | +
+
+ unit.
+ |
+ + Unit name + | +
+ The name of the unit. + + |
+ + string + | +
+
+ unit.
+ |
+ + Scheme + | +
+ The list from which units of measure identifiers are taken. Use of the scheme 'UNCEFACT' for the UN/CEFACT Recommendation 20 list of "Codes for Units of Measure Used in International Trade" is recommended. + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ The identifier from the codelist referenced in the scheme field. For example, with UNCEFACT, this is the value of the 'Common Code' column. From this identifier, applications can look-up the human readable name or symbol for this unit of measure. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ If the scheme used provide a machine-readable URI for this unit of measure, this can be given. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Dimensions + | +
+ Any number of dimensions can be recorded within this object. Dimensions names should follow the camelCase conventions of OCDS. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Any notes on this observation. This may include clarifying information. + + |
+ + string + | +
+
+ relatedImplementationMilestone
+
+ |
+ + Related implementation milestone + | +
+ A link to the milestone in the implementation section of OCDS to which this forecast, target or actual observation relates. + + |
+ + MilestoneReference object + | +
+ The extension defines a new MilestoneReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Milestone ID + | +
+ The ID of the milestone being referenced, this must match the ID of a milestone described elsewhere in a release about this contracting process. + + |
+ + string + | +
+
+ title
+
+ |
+ + Milestone title + | +
+ The title of the milestone being referenced, this must match the title of a milestone described elsewhere in a release about this contracting process. + + |
+ + string + | +
+ The metrics extension supports publication of forecasts (planning stage), targets (tender stage), agreed performance targets (award and contract stage) and results (implementation stage). +
+The metrics extension provides a common building block for reporting structured performance information on contracts.
+Metrics are structured like an OLAP data cube with each instance of Metric
representing a single observation, categorised by a number of dimensions.
{
+ "metrics":[
+ {
+ "id":"annualDemand",
+ "title":"Annual Demand",
+ "description":"The annual demand",
+ "observations":[
+ {
+ "period":{
+ "startDate":"2015-01-01T00:00:00Z",
+ "endDate":"2015-12-31T23:59:59Z"
+ },
+ "quantity":"10000",
+ "dimensions":{
+ "vehicleType":"Car"
+ }
+ },
+ {
+ "period":{
+ "startDate":"2015-01-01T00:00:00Z",
+ "endDate":"2015-12-31T23:59:59Z"
+ },
+ "quantity":"1000",
+ "dimensions":{
+ "vehicleType":"Trucks"
+ },
+ "note":"Simple note"
+ }
+ ]
+ },
+ {
+
+ }
+ ]
+}
+
Metrics can be used along with the requirements extension which will add a 'relatedRequirementID' property to metrics.
+With the requirements extension, bids, awards and contracts can include a requirementResponse
indicating the values against each metric that a supplier intends to meet.
This can allow a degree of comparison between performance anticipated at bid, award, contract and implementation phases.
++ The metrics extension supports publication of forecasts (planning stage), targets (tender stage), agreed performance targets (award and contract stage) and results (implementation stage). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Planning
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ forecasts
+
+ |
+ + Forecasts + | +
+ Any forecasts metrics for this results of this contracting process. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ targets
+
+ |
+ + Targets + | +
+ Any target metrics for this results of this contracting process. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Agreed metrics + | +
+ Any target metrics set out as part of the contract award. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Agreed metrics + | +
+ Any target metrics set out as part of the contract documents. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ metrics
+
+ |
+ + Metrics + | +
+ Reported results from the delivery of the contracted goods, works or services. + + |
+ + array of Metric objects + | +
+ The extension defines a new Metric
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ An identifier for this metric. In some cases this may be drawn from a codelist of metrics required for this type of contracting process, or in other instances may be an arbitrary identifier. + + |
+ + string + | +
+
+ title
+
+ |
+ + Title + | +
+ The title of this metric + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A short description of the metric. This may include short details of measurement methods. + + |
+ + string + | +
+
+ observations
+
+ |
+ + Observations + | +
+ An array of target or actual values for this metric. + + |
+ + array of Observation objects + | +
+ The extension defines a new Observation
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ A local identifier for this specific observation. This may be an arbitrary identifier, or could be a composite of the metric identifier, and the date and other dimensions of this observation. + + |
+ + string + | +
+
+ period
+
+ |
+ + + | ++ + | ++ Period object + | +
+
+ value
+
+ |
+ + + | ++ + | ++ Value object + | +
+
+ measure
+
+ |
+ + Observation measure + | +
+ For non-financial metrics, the measure of this forecast, target or actual observation. Measures may be provided as free text or numerical values. + + |
+ + string or number + | +
+
+ unit
+
+ |
+ + Unit + | +
+ Unit + + |
+ + object + | +
+
+ unit.
+ |
+ + Unit name + | +
+ The name of the unit. + + |
+ + string + | +
+
+ unit.
+ |
+ + Scheme + | +
+ The list from which units of measure identifiers are taken. This should be an entry in the unitClassificationScheme codelist. Use of the scheme 'UNCEFACT' for the UN/CEFACT Recommendation 20 list of 'Codes for Units of Measure Used in International Trade' is recommended. + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ The identifier from the codelist referenced in the schema property. For example, with UNCEFACT, this is the value of the 'Common Code' column. From this identifier, applications can look-up the human readable name or symbol for this unit of measure. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ If the scheme used provide a machine-readable URI for this unit of measure, this can be given. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Dimensions + | +
+ Any number of dimensions can be recorded within this object. Dimensions names should follow the camelCase conventions of OCDS. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Any notes on this observation. This may include clarifying information. + + |
+ + string + | +
+
+ relatedImplementationMilestone
+
+ |
+ + Related implementation milestone + | +
+ A link to the milestone in the implementation section of OCDS to which this forecast, target or actual observation relates. + + |
+ + MilestoneReference object + | +
+ The extension defines a new MilestoneReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Milestone ID + | +
+ The ID of the milestone being referenced, this must match the ID of a milestone described elsewhere in a release about this contracting process. + + |
+ + string + | +
+
+ title
+
+ |
+ + Milestone title + | +
+ The title of the milestone being referenced, this must match the title of a milestone described elsewhere in a release about this contracting process. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/milestone_documents/master/ +
++ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+In OCDS 1.1, core support for documents attached to individual milestones was removed from the milestones block to simplify the standard.
+This extension re-introduces the documents
block to milestones
, providing fields to detail the documents related to each individual milestone.
Publishers ought to consider that many consuming applications will only look at the tender.documents
, awards.documents
, contracts.documents
and contracts.implementation.documents
section to access and display relevant documentation to users.
Document titles, document types, and descriptions can be used to indicate to human readers the particular nature of the documents and any milestones they relate to.
+However, in cases where it is important to track documents on a milestone-by-milestone basis this extension can be introduced.
+Depending on the nature of the documents, publishers ought to consider duplicating information in the parent section's documents block.
+During the implementation of a contract, the buyer sets milestones that the supplier needs to meet. Each of these milestones can have an associated document that offers more details about the met milestone: for example, a consultancy report:
+{
+ "contracts": [
+ {
+ "id": "CO-40002-18-166811",
+ "awardID": "354469-jorge-augusto-zarate-leiva-1",
+ "implementation": {
+ "milestones": [
+ {
+ "id": "fcrMXKIb3/o=",
+ "title": "Informe de Consultoria",
+ "type": "reporting",
+ "dueDate": "2020-02-13T00:00:00-04:00",
+ "dateMet": "2020-02-14T00:00:00-04:00",
+ "status": "met",
+ "documents": [
+ {
+ "id": "QQ1cjJZ82Rk=",
+ "url": "https://www.contrataciones.gov.py/documentos/download/contrato_detalle_entregable/vki7v5RKGrA%253D",
+ "datePublished": "2020-02-17T13:38:25-04:00",
+ "language": "es",
+ "title": "informe_n__13_1581957505348.pdf",
+ "format": "application/pdf"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + + | +
+ + This field is modified from its original version. + + ++ The extension undoes the deprecation of this field. + + |
+ + + | +
+ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+In OCDS 1.1, core support for documents attached to individual milestones was removed from the milestones block to simplify the standard.
+This extension re-introduces the documents
block to milestones
, providing fields to detail the documents related to each individual milestone.
Publishers should consider that many consuming applications will only look at the tender/documents
, award/documents
, contracts/documents
and contracts/implementation/documents
section to access and display relevant documentation to users.
Document titles, document types, and descriptions can be used to indicate to human readers the particular nature of the documents and any milestones they relate to.
+However, in cases where it is important to track documents on a milestone-by-milestone basis this extension can be introduced.
+Depending on the nature of the documents, publishers should consider duplicating information in the parent sections documents block also.
++ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + Documents + | +
+ + This field is modified from its original version. + +A list of documents specifically associated with this milestone. + ++ The extension undoes the deprecation of this field. + + |
+ + array of Document objects + | +
+ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+In OCDS 1.1, core support for documents attached to individual milestones was removed from the milestones block to simplify the standard.
+This extension re-introduces the documents
block to milestones
, providing fields to detail the documents related to each individual milestone.
Publishers should consider that many consuming applications will only look at the tender/documents
, award/documents
, contracts/documents
and contracts/implementation/documents
section to access and display relevant documentation to users.
Document titles, document types, and descriptions can be used to indicate to human readers the particular nature of the documents and any milestones they relate to.
+However, in cases where it is important to track documents on a milestone-by-milestone basis this extension can be introduced.
+Depending on the nature of the documents, publishers should consider duplicating information in the parent sections documents block also.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + + | +
+ + This field is modified from its original version. + + ++ The extension undoes the deprecation of this field. + + |
+ + + | +
+ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+In OCDS 1.1, core support for documents attached to individual milestones was removed from the milestones block to simplify the standard.
+This extension re-introduces the documents
block to milestones
, providing fields to detail the documents related to each individual milestone.
Publishers should consider that many consuming applications will only look at the tender/documents
, award/documents
, contracts/documents
and contracts/implementation/documents
section to access and display relevant documentation to users.
Document titles, document types, and descriptions can be used to indicate to human readers the particular nature of the documents and any milestones they relate to.
+However, in cases where it is important to track documents on a milestone-by-milestone basis this extension can be introduced.
+Depending on the nature of the documents, publishers should consider duplicating information in the parent sections documents block also.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + + | +
+ + This field is modified from its original version. + + ++ The extension undoes the deprecation of this field. + + |
+ + + | +
+ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+In OCDS 1.1, core support for documents attached to individual milestones was removed from the milestones block to simplify the standard.
+This extension re-introduces the documents
block to milestones
, providing fields to detail the documents related to each individual milestone.
Publishers ought to consider that many consuming applications will only look at the tender.documents
, awards.documents
, contracts.documents
and contracts.implementation.documents
section to access and display relevant documentation to users.
Document titles, document types, and descriptions can be used to indicate to human readers the particular nature of the documents and any milestones they relate to.
+However, in cases where it is important to track documents on a milestone-by-milestone basis this extension can be introduced.
+Depending on the nature of the documents, publishers ought to consider duplicating information in the parent section's documents block.
+During the implementation of a contract, the buyer sets milestones that the supplier needs to meet. Each of these milestones can have an associated document that offers more details about the met milestone: for example, a consultancy report:
+{
+ "contracts": [
+ {
+ "id": "CO-40002-18-166811",
+ "awardID": "354469-jorge-augusto-zarate-leiva-1",
+ "implementation": {
+ "milestones": [
+ {
+ "id": "fcrMXKIb3/o=",
+ "title": "Informe de Consultoria",
+ "type": "reporting",
+ "dueDate": "2020-02-13T00:00:00-04:00",
+ "dateMet": "2020-02-14T00:00:00-04:00",
+ "status": "met",
+ "documents": [
+ {
+ "id": "QQ1cjJZ82Rk=",
+ "url": "https://www.contrataciones.gov.py/documentos/download/contrato_detalle_entregable/vki7v5RKGrA%253D",
+ "datePublished": "2020-02-17T13:38:25-04:00",
+ "language": "es",
+ "title": "informe_n__13_1581957505348.pdf",
+ "format": "application/pdf"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + + | +
+ + This field is modified from its original version. + + ++ The extension undoes the deprecation of this field. + + |
+ + + | +
+ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+In OCDS 1.1, core support for documents attached to individual milestones was removed from the milestones block to simplify the standard.
+This extension re-introduces the documents
block to milestones
, providing fields to detail the documents related to each individual milestone.
Publishers should consider that many consuming applications will only look at the tender/documents
, award/documents
, contracts/documents
and contracts/implementation/documents
section to access and display relevant documentation to users.
Document titles, document types, and descriptions can be used to indicate to human readers the particular nature of the documents and any milestones they relate to.
+However, in cases where it is important to track documents on a milestone-by-milestone basis this extension can be introduced.
+Depending on the nature of the documents, publishers should consider duplicating information in the parent sections documents block also.
++ Documents at the milestone level were deprecated in OCDS 1.1. This extension re-introduces the ability to attach documents to each individual milestone. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + Documents + | +
+ + This field is modified from its original version. + +A list of documents specifically associated with this milestone. + ++ The extension undoes the deprecation of this field. + + |
+ + array of Document objects + | +
+ + This page has moved to a /en/extensions/options/master/ +
++ Adds fields for information on options. +
+This extension adds fields to indicate whether options are used and other information about options.
+A buyer may have a right – but not an obligation – to additional purchases from a supplier while the contract is valid.
+For example, a contract may concern a thousand uniforms, and the buyer may have the option to request an additional hundred uniforms. This might occur if the buyer doesn't yet know whether a planned increase in staff will take place.
+The Revised Agreement on Government Procurement (GPA) includes: "each notice of intended procurement shall include … d. a description of any options".
+The European Union is a party to the GPA, and as such its Directive 2014/24/EU (Public contracts — setting out clear ground rules) includes: "Part C: Information to be included in contract notices … 7. … Where appropriate, description of any options."
+{
+ "tender": {
+ "hasOptions": true,
+ "options": {
+ "description": "The buyer has the option to buy an additional hundred uniforms.",
+ "period": {
+ "durationInDays": 180
+ }
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Options.period
field.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/691.
++ Adds fields for information on options. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ options
+
+ |
+ + Options + | +
+ A description of the options. + + |
+ + Options object + | +
+
+ hasOptions
+
+ |
+ + Options used + | +
+ Whether or not the buyer reserves the right to make additional purchases from the supplier, as long as the contract is valid. + + |
+ + boolean + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ options
+
+ |
+ + Options + | +
+ A description of the options. + + |
+ + Options object + | +
+
+ hasOptions
+
+ |
+ + Options used + | +
+ Whether the buyer reserves the right to make additional purchases from the supplier, as long as the contract is valid. + + |
+ + boolean + | +
+ The extension defines a new Options
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ A description of the options. + + |
+ + string + | +
+
+ period
+
+ |
+ + Period + | +
+ The period over which the options can be used. + + |
+ + Period object + | +
+ Adds an array of classification objects to an organization's details in order to categorize it. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ COFOG
+
+ |
+ + Classification of the Functions of Government + | +
+ A standard classifying the purposes of government activities, developed by the Organisation for Economic Co-operation and Development and published by the United Nations Statistical Division. + +
|
+
+
+ eu-buyer-contracting-type
+
+ |
+ + EU buyer contracting type + | +
+ Whether a buyer is a contracting entity within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ eu-main-activity
+
+ |
+ + EU main activity + | +
+ The main activities of buyers within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ TED_CA_TYPE
+
+ |
+ + EC Type of contracting authority + | +
+ The types of contracting authority within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ TED_CE_ACTIVITY
+
+ |
+ + EC Main activity of contracting entity + | +
+ The main activities of contracting entities within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+ Adds an array of classification objects to an organization's details in order to categorize it. +
+Adds an array of classification objects to an organization's details, in order to categorize it.
+In the European Union, this extension's fields correspond to eForms BT-10 (Activity Authority). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "parties": [
+ {
+ "id": "1",
+ "details": {
+ "classifications": [
+ {
+ "id": "10",
+ "scheme": "TED_CA_ACTIVITY",
+ "description": "Social protection"
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++itemClassificationScheme.csv
.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/711.
++ Adds an array of classification objects to an organization's details in order to categorize it. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Organization classifications + | +
+ The classifications that categorize the organization + + |
+ + array of Classification objects + | +
+ + This page has moved to a /en/extensions/organizationClassification/1.1/ +
++ Adds an array of classification objects to an organization's details in order to categorize it. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ COFOG
+
+ |
+ + Classification of the Functions of Government + | +
+ A standard classifying the purposes of government activities, developed by the Organisation for Economic Co-operation and Development and published by the United Nations Statistical Division. + +
|
+
+
+ eu-buyer-contracting-type
+
+ |
+ + EU buyer contracting type + | +
+ Whether a buyer is a contracting entity within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ eu-main-activity
+
+ |
+ + EU main activity + | +
+ The main activities of buyers within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ TED_CA_TYPE
+
+ |
+ + EC Type of contracting authority + | +
+ The types of contracting authority within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ TED_CE_ACTIVITY
+
+ |
+ + EC Main activity of contracting entity + | +
+ The main activities of contracting entities within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+ Adds an array of classification objects to an organization's details in order to categorize it. +
+Adds an array of classification objects to an organization's details, in order to categorize it.
+In the European Union, this extension's fields correspond to eForms BT-10 (Activity Authority). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "parties": [
+ {
+ "id": "1",
+ "details": {
+ "classifications": [
+ {
+ "id": "10",
+ "scheme": "TED_CA_ACTIVITY",
+ "description": "Social protection"
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++itemClassificationScheme.csv
.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/711.
++ Adds an array of classification objects to an organization's details in order to categorize it. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Organization classifications + | +
+ The classifications that categorize the organization + + |
+ + array of Classification objects + | +
+ + This page has moved to a /en/extensions/otherRequirements/master/ +
++ Adds an object to describe other requirements to participate in a contracting process. +
+
+ You can download the reservedParticipation.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ shelteredWorkshop
+
+ |
+ + Sheltered workshop + | +
+ Participation is reserved to sheltered workshops and suppliers aiming at the social and professional integration of disabled or disadvantaged persons. + + |
+
+
+ publicServiceMissionOrganization
+
+ |
+ + Public service mission organization + | +
+ Participation is reserved to organizations pursuing a public service mission and fulfilling other legislative conditions. + + |
+
+ Adds an object to describe other requirements to participate in a contracting process. +
+Adds an object to describe other requirements to participate in a contracting process.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BG-705 (Other Requirements), although not all the fields have been implemented yet. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "otherRequirements": {
+ "requiresStaffNamesAndQualifications": true,
+ "reservedParticipation": [
+ "shelteredWorkshop"
+ ],
+ "qualificationSystemConditions": [
+ "The candidates are required to comply with all the technical and financial requisites listed on the National Procurement portal: https://procurement.example.org/requisites",
+ "The candidates are required to create an electronic profile on https://procurement.example.org."
+ ],
+ "qualificationSystemMethods": [
+ "Pre-qualification questionnaire",
+ "Standard test, based on the results of the pre-qualification questionnaire"
+ ],
+ "reductionCriteria": "The candidates will be selected according to their technical, financial and legal capacity to undertake the works described in the present notice. More details on the criteria can be found in section 4.3 of the PCG.",
+ "securityClearance": "EU Confidential security clearance of Key Management Personnel must be achieved before access to procurement documents be granted"
+ }
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "otherRequirements": {
+ "requiresStaffNamesAndQualifications": true,
+ "reservedParticipation": [
+ "shelteredWorkshop"
+ ],
+ "qualificationSystemConditions": [
+ "The candidates are required to comply with all the technical and financial requisites listed on the National Procurement portal: https://procurement.example.org/requisites",
+ "The candidates are required to create an electronic profile on https://procurement.example.org."
+ ],
+ "qualificationSystemMethods": [
+ "Pre-qualification questionnaire",
+ "Standard test, based on the results of the pre-qualification questionnaire"
+ ],
+ "reductionCriteria": "The candidates will be selected according to their technical, financial and legal capacity to undertake the works described in the present notice. More details on the criteria can be found in section 4.3 of the PCG.",
+ "securityClearance": "EU Confidential security clearance of Key Management Personnel must be achieved before access to procurement documents be granted"
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+OtherRequirements.securityClearance
field.items
to the OtherRequirements.qualificationSystemConditions
and OtherRequirements.qualificationSystemMethods
objects.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds an object to describe other requirements to participate in a contracting process. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ otherRequirements
+
+ |
+ + Other requirements + | +
+ Other requirements to participate in the procedure. + + |
+ + OtherRequirements object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ otherRequirements
+
+ |
+ + Other requirements + | +
+ Other requirements to participate in the lot. + + |
+ + OtherRequirements object + | +
+ The extension defines a new OtherRequirements
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ requiresStaffNamesAndQualifications
+
+ |
+ + Requires staff names and qualifications + | +
+ Whether the bidders are obligated to indicate the names and professional qualifications of the staff assigned to performing the contract. + + |
+ + boolean + | +
+
+ reservedParticipation
+
+ |
+ + Reserved participation + | +
+ The types of organizations to which participation is reserved. + + |
+ + array of strings from open reservedParticipation codelist + | +
+
+ qualificationSystemConditions
+
+ |
+ + Qualification system conditions + | +
+ The conditions to be fulfilled by candidates in view of their qualification for the system. + + |
+ + array of strings + | +
+
+ qualificationSystemMethods
+
+ |
+ + Qualification system methods + | +
+ The methods according to which each of the qualification system conditions will be verified. + + |
+ + array of strings + | +
+
+ reductionCriteria
+
+ |
+ + Reduction criteria + | +
+ The criteria or rules for selecting a limited number of qualified candidates to submit bids. + + |
+ + string + | +
+
+ securityClearance
+
+ |
+ + Security clearance + | +
+ Information about the required security clearance (e.g. which clearance level is needed, which team members need it, whether it is needed already for accessing documents or only for contract execution). + + |
+ + string + | +
+ + This page has moved to a /en/extensions/pagination/master/ +
++ Adds a links object to packages, to support pagination. +
+Adds a links object to packages, to support pagination.
+The top-level links
object in release packages and record packages has three fields:
next
: A URL to the next sequential packageprev
: A URL to the previous sequential packageTo construct the next
and/or prev
URLs, it is encouraged to use query string parameters like:
since=TIMESTAMP
, to return a page of results that are modified after the since
timestamp, in chronological orderoffset=NUMBER
, to return a page of results that are positioned after the offset
number, in sequential order (for example, if the results are retrieved from a SQL database)It is discouraged to use page=NUMBER
with results ordered in reverse chronology, because:
page=1
will return different results today, next week, and next year.since
or offset
, users can retrieve new results by submitting the timestamp or offset of their last request. With page
, users need to determine which results are new or old.Reference: HTML link types, 18F API Standards, Government of Canada Standards on APIs, Government of Ontario API Guidelines, OpenActive Realtime Paged Data Exchange.
+A publisher has a large number of releases. Instead of gathering them into one release package, it segments them into multiple release packages, via an API with pagination. The links.next
field provides the link to the next page.
{
+ "uri": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00001-05-contract.json",
+ "license": "http://opendatacommons.org/licenses/pddl/1.0/",
+ "publicationPolicy": "https://github.com/open-contracting/sample-data/",
+ "version": "1.1",
+ "releases": [
+ {
+ "ocid": "ocds-213czf-000-00001",
+ "id": "ocds-213czf-000-00001-05-contract",
+ "date": "2010-05-10T10:30:00Z",
+ "language": "en",
+ "tag": [
+ "contract"
+ ],
+ "initiationType": "tender"
+ }
+ ],
+ "links": {
+ "next": "https://raw.githubusercontent.com/open-contracting/api-specification/master/multiple-file-api-next/releases-2015.json"
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+links.all
.packageMetadata
.minProperties
, minItems
and/or minLength
properties.links.all
.packageMetadata
.+ + This page has moved to a /en/extensions/participation_fee/master/ +
++ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the methodOfPayment.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ cash
+
+ |
+ + Cash + | +
+ The payment is made in cash, such as banknotes and coins. + + |
+
+
+ check
+
+ |
+ + Check + | +
+ The payment is made by check (also written as "cheque"). + + |
+
+
+ creditCard
+
+ |
+ + Credit card + | +
+ The payment is made by credit card. + + |
+
+
+ directDebit
+
+ |
+ + Direct debit + | +
+ The payment is made by direct debit, also known as direct withdrawal, pre-authorized debit (PAD) or pre-authorized payment (PAP). + + |
+
+
+ letterOfCredit
+
+ |
+ + Letter of credit + | +
+ The payment is made by letter of credit. + + |
+
+
+ wireTransfer
+
+ |
+ + Wire transfer + | +
+ The payment is made by wire transfer, also known as bank transfer or credit transfer. + + |
+
+ You can download the participationFeeType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+This extension adds a participation fees array to the tender object, to disclose any participation fees for the contracting process.
+There are sometimes costs involved in accessing bidding documents relating to a contracting process, or in otherwise participating in a contracting process. Potential bidders want to know about such fees. Procurement monitors might also want to ensure that participation fees are within legal parameters (often set as a fixed maximum value, or as a percentage of the total contract value) or to monitor how participation fees are being used.
+The id
field will be required in future versions of the extension.
In some cases, a fee is levied for official copies of procurement documents, with unofficial copies being freely available. Bidders might be required to prove that they have paid for official copies as part of their submission. In such cases, the fee should use the 'submission' code in the type
field, rather than the 'document' code.
The following JSON snippet models a contracting process where fees are applied to access bidding documents and to submit bids:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "id": "1",
+ "type": [
+ "document"
+ ],
+ "value": {
+ "currency": "GBP",
+ "amount": 8.0
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment": [
+ "wireTransfer",
+ "cheque"
+ ]
+ },
+ {
+ "id": "2",
+ "type": [
+ "submission"
+ ],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.0
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment": [
+ "wireTransfer"
+ ]
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+ParticipationFee.id
required so that participation fees are merged by identifierid
field to example in readmeParticipationFee.type
fieldmethodOfPayment
codelist from paymentMethod extensionmergeStrategy
property to wholeListMerge
propertyParticipationFee.type
from having null in its array of stringsParticipationFee.description
to be nullParticipationFee.id
fieldParticipationFee
ParticipationFee.value
ParticipationFee.type
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Fee ID + | +
+ A local identifier for this fee, unique within this block. This field is used to keep track of multiple revisions of a fee through the compilation from release to record mechanism. + + |
+ + string + | +
+
+ type
+
+ |
+ + Fee type + | +
+ The type of this fee. + + |
+ + array of strings from closed participationFeeType codelist + | +
+
+ value
+
+ |
+ + Value + | +
+ The monetary value of this fee. + + |
+ + Value object + | +
+
+ description
+
+ |
+ + Description + | +
+ Additional information about this fee, for example: the specific cases in which the fee is applicable (e.g. hard copies of documents only), the way in which the fee is levied, or the exact nature of the fee. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Method(s) of payment + | +
+ The accepted ways in which fees can be paid. + + |
+ + array of strings from open methodOfPayment codelist + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Participation fees + | +
+ Any fees applicable to bidders wishing to participate in the tender process. Fees can apply for accessing bidding documents or for submitting bids, or there can be a "win fee" payable by the successful bidder. + + |
+ + array of ParticipationFee objects + | +
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the participationFeeType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+There are a number of cases where there may be costs to access documents for, or to participate within, a tender process.
+Potential bidders will want to be aware of the fees that a process might involve.
+Procurement monitors may wish to ensure that participation fees are within legal parameters (often set as a fixed maximum, or a percentage of total contract value), or to monitor how participation fees are being used.
+This extension adds a participationFees
field to the tender
section of OCDS and introduces a new participationFee
building block.
The participationFees
field is an array of participationFee
building blocks.
The participationFee
building block is made up of three fields:
type
- a value from the participationFeeType
codelist, describing the type of the feevalue
- the amount and currency of the feedescription
- an optional field with more information on the fee requirements. For example, sometimes a document fee is only applicable to the hard copy of the documents.methodOfPayment
- an optional field providing information on methods of payment accepted for the documentation. This is currently an array of strings, but an open codelist may be introduced in future.This extension adds closed participationFeeType
codelist with the following codes:
The following JSON snippet models a contracting process where fees are applicable for both access to documents and submission of bids:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "type": "document",
+ "value": {
+ "currency": "GBP",
+ "amount": 8.00
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment":["electronic","cheque"]
+ },
+ {
+ "type": ["submission"],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.00
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment":["electronic"]
+ }
+ ]
+ }
+}
+
+In some cases, a fee may be levied for 'official copies' of procurement documents (although copies may also be available freely online), and bidders required to prove they have paid for an official copy of the documents as part of their submission.
+In this case, the fee should be modelled as a submission fee, as submission is only possible when this document access fee has been paid.
++ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Fee type + | +
+ A fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder. + + |
+ + array of strings + | +
+
+ value
+
+ |
+ + + | ++ + | ++ Value object + | +
+
+ description
+
+ |
+ + Description + | +
+ Optional information about the way in which fees are levied, or the exact nature of the fees. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Method(s) of payment + | +
+ Optional information about the way in which fees can be paid. + + |
+ + array of strings + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Participation fees + | +
+ Any fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder. + + |
+ + array of ParticipationFee objects + | +
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the participationFeeType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+There are a number of cases where there may be costs to access documents for, or to participate within, a tender process.
+Potential bidders will want to be aware of the fees that a process might involve.
+Procurement monitors may wish to ensure that participation fees are within legal parameters (often set as a fixed maximum, or a percentage of total contract value), or to monitor how participation fees are being used.
+This extension adds a participationFees
field to the tender
section of OCDS and introduces a new participationFee
building block.
The participationFees
field is an array of participationFee
building blocks.
The participationFee
building block is made up of three fields:
type
- a value from the participationFeeType
codelist, describing the type of the feevalue
- the amount and currency of the feedescription
- an optional field with more information on the fee requirements. For example, sometimes a document fee is only applicable to the hard copy of the documents.methodOfPayment
- an optional field providing information on methods of payment accepted for the documentation. This is currently an array of strings, but an open codelist may be introduced in future.This extension adds closed participationFeeType
codelist with the following codes:
The following JSON snippet models a contracting process where fees are applicable for both access to documents and submission of bids:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "type": "document",
+ "value": {
+ "currency": "GBP",
+ "amount": 8.00
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment":["electronic","cheque"]
+ },
+ {
+ "type": ["submission"],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.00
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment":["electronic"]
+ }
+ ]
+ }
+}
+
+In some cases, a fee may be levied for 'official copies' of procurement documents (although copies may also be available freely online), and bidders required to prove they have paid for an official copy of the documents as part of their submission.
+In this case, the fee should be modelled as a submission fee, as submission is only possible when this document access fee has been paid.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+ParticipationFee.type
from having null in its array of stringsParticipationFee.description
to be nullParticipationFee.id
fieldParticipationFee
ParticipationFee.value
ParticipationFee.type
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Fee ID + | +
+ A local identifier for this fee, unique within this block. This field is used to keep track of multiple revisions of a fee through the compilation from release to record mechanism. + + |
+ + string + | +
+
+ type
+
+ |
+ + Fee type + | +
+ A fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder. + + |
+ + array of strings from closed participationFeeType codelist + | +
+
+ value
+
+ |
+ + Value + | +
+ The monetary value of this fee. + + |
+ + Value object + | +
+
+ description
+
+ |
+ + Description + | +
+ Optional information about the way in which fees are levied, or the exact nature of the fees. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Method(s) of payment + | +
+ Optional information about the way in which fees can be paid. + + |
+ + array of strings + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Participation fees + | +
+ Any fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder. + + |
+ + array of ParticipationFee objects + | +
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the participationFeeType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+There are a number of cases where there may be costs to access documents for, or to participate within, a tender process.
+Potential bidders will want to be aware of the fees that a process might involve.
+Procurement monitors may wish to ensure that participation fees are within legal parameters (often set as a fixed maximum, or a percentage of total contract value), or to monitor how participation fees are being used.
+This extension adds a participationFees
field to the tender
section of OCDS and introduces a new participationFee
building block.
The participationFees
field is an array of participationFee
building blocks.
The participationFee
building block is made up of three fields:
type
- a value from the participationFeeType
codelist, describing the type of the feevalue
- the amount and currency of the feedescription
- an optional field with more information on the fee requirements. For example, sometimes a document fee is only applicable to the hard copy of the documents.methodOfPayment
- an optional field providing information on methods of payment accepted for the documentation. This is currently an array of strings, but an open codelist may be introduced in future.This extension adds closed participationFeeType
codelist with the following codes:
The following JSON snippet models a contracting process where fees are applicable for both access to documents and submission of bids:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "type": "document",
+ "value": {
+ "currency": "GBP",
+ "amount": 8.00
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment":["electronic","cheque"]
+ },
+ {
+ "type": ["submission"],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.00
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment":["electronic"]
+ }
+ ]
+ }
+}
+
In some cases, a fee may be levied for 'official copies' of procurement documents (although copies may also be available freely online), and bidders required to prove they have paid for an official copy of the documents as part of their submission.
+In this case, the fee should be modelled as a submission fee, as submission is only possible when this document access fee has been paid.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+mergeStrategy
property to wholeListMerge
propertyParticipationFee.type
from having null in its array of stringsParticipationFee.description
to be nullParticipationFee.id
fieldParticipationFee
ParticipationFee.value
ParticipationFee.type
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Fee ID + | +
+ A local identifier for this fee, unique within this block. This field is used to keep track of multiple revisions of a fee through the compilation from release to record mechanism. + + |
+ + string + | +
+
+ type
+
+ |
+ + Fee type + | +
+ A fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder. + + |
+ + array of strings from closed participationFeeType codelist + | +
+
+ value
+
+ |
+ + Value + | +
+ The monetary value of this fee. + + |
+ + Value object + | +
+
+ description
+
+ |
+ + Description + | +
+ Optional information about the way in which fees are levied, or the exact nature of the fees. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Method(s) of payment + | +
+ Optional information about the way in which fees can be paid. + + |
+ + array of strings + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Participation fees + | +
+ Any fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder. + + |
+ + array of ParticipationFee objects + | +
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the methodOfPayment.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ cash
+
+ |
+ + Cash + | +
+ The payment is made in cash, such as banknotes and coins. + + |
+
+
+ check
+
+ |
+ + Check + | +
+ The payment is made by check (also written as "cheque"). + + |
+
+
+ creditCard
+
+ |
+ + Credit card + | +
+ The payment is made by credit card. + + |
+
+
+ directDebit
+
+ |
+ + Direct debit + | +
+ The payment is made by direct debit, also known as direct withdrawal, pre-authorized debit (PAD) or pre-authorized payment (PAP). + + |
+
+
+ letterOfCredit
+
+ |
+ + Letter of credit + | +
+ The payment is made by letter of credit. + + |
+
+
+ wireTransfer
+
+ |
+ + Wire transfer + | +
+ The payment is made by wire transfer, also known as bank transfer or credit transfer. + + |
+
+ You can download the participationFeeType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+This extension adds a participation fees array to the tender object, to disclose any participation fees for the contracting process.
+The id
field will be required in future versions of the extension.
There are sometimes costs involved in accessing bidding documents relating to a contracting process, or in otherwise participating in a contracting process. Potential bidders want to know about such fees. Procurement monitors might also want to ensure that participation fees are within legal parameters (often set as a fixed maximum value, or as a percentage of the total contract value) or to monitor how participation fees are being used.
+The following JSON snippet models a contracting process where fees are applied to access bidding documents and to submit bids:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "id": "1",
+ "type": [
+ "document"
+ ],
+ "value": {
+ "currency": "GBP",
+ "amount": 8.0
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment": [
+ "wireTransfer",
+ "cheque"
+ ]
+ },
+ {
+ "id": "2",
+ "type": [
+ "submission"
+ ],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.0
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment": [
+ "wireTransfer"
+ ]
+ }
+ ]
+ }
+}
+
In some cases, a fee can be levied for 'official copies' of procurement documents (although copies can also be available freely online), and bidders might be required to prove that they have paid for an official copy of the documents as part of their submission. In this case, the fee should be modelled as a submission fee, as submission is only possible when this document access fee has been paid.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+id
field to example in readmeParticipationFee.type
fieldmethodOfPayment
codelist from paymentMethod extensionmergeStrategy
property to wholeListMerge
propertyParticipationFee.type
from having null in its array of stringsParticipationFee.description
to be nullParticipationFee.id
fieldParticipationFee
ParticipationFee.value
ParticipationFee.type
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Fee ID + | +
+ A local identifier for this fee, unique within this block. This field is used to keep track of multiple revisions of a fee through the compilation from release to record mechanism. + + |
+ + string + | +
+
+ type
+
+ |
+ + Fee type + | +
+ The type of this fee. + + |
+ + array of strings from closed participationFeeType codelist + | +
+
+ value
+
+ |
+ + Value + | +
+ The monetary value of this fee. + + |
+ + Value object + | +
+
+ description
+
+ |
+ + Description + | +
+ Additional information about this fee, for example: the specific cases in which the fee is applicable (e.g. hard copies of documents only), the way in which the fee is levied, or the exact nature of the fee. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Method(s) of payment + | +
+ The accepted ways in which fees can be paid. + + |
+ + array of strings from open methodOfPayment codelist + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Participation fees + | +
+ Any fees applicable to bidders wishing to participate in the tender process. Fees can apply for accessing bidding documents or for submitting bids, or there can be a "win fee" payable by the successful bidder. + + |
+ + array of ParticipationFee objects + | +
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the participationFeeType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+There are a number of cases where there may be costs to access documents for, or to participate within, a tender process.
+Potential bidders will want to be aware of the fees that a process might involve.
+Procurement monitors may wish to ensure that participation fees are within legal parameters (often set as a fixed maximum, or a percentage of total contract value), or to monitor how participation fees are being used.
+This extension adds a participationFees
field to the tender
section of OCDS and introduces a new participationFee
building block.
The participationFees
field is an array of participationFee
building blocks.
The participationFee
building block is made up of three fields:
type
- a value from the participationFeeType
codelist, describing the type of the feevalue
- the amount and currency of the feedescription
- an optional field with more information on the fee requirements. For example, sometimes a document fee is only applicable to the hard copy of the documents.methodOfPayment
- an optional field providing information on methods of payment accepted for the documentation. This is currently an array of strings, but an open codelist may be introduced in future.This extension adds closed participationFeeType
codelist with the following codes:
The following JSON snippet models a contracting process where fees are applicable for both access to documents and submission of bids:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "type": "document",
+ "value": {
+ "currency": "GBP",
+ "amount": 8.00
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment":["electronic","cheque"]
+ },
+ {
+ "type": ["submission"],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.00
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment":["electronic"]
+ }
+ ]
+ }
+}
+
+In some cases, a fee may be levied for 'official copies' of procurement documents (although copies may also be available freely online), and bidders required to prove they have paid for an official copy of the documents as part of their submission.
+In this case, the fee should be modelled as a submission fee, as submission is only possible when this document access fee has been paid.
++ Where a tender process involves payment of fees to access documents, submit a proposal, or be awarded a contract, this extension can be used to provide fee details. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Fee type + | +
+ A fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder. + + |
+ + array of strings + | +
+
+ value
+
+ |
+ + + | ++ + | ++ Value object + | +
+
+ description
+
+ |
+ + Description + | +
+ Optional information about the way in which fees are levied, or the exact nature of the fees. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Method(s) of payment + | +
+ Optional information about the way in which fees can be paid. + + |
+ + array of strings + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Participation fees + | +
+ Any fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder. + + |
+ + array of ParticipationFee objects + | +
+ + This page has moved to a /en/extensions/partyScale/master/ +
++ For classifying organizations as micro, sme or large. +
+
+ You can download the partyScale.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ micro
+
+ |
+ + Micro + | +
+ This a micro enterprise, according to the definitions used by the procuring entity or buyer. + + |
+
+
+ sme
+
+ |
+ + Small or medium enterprise + | +
+ This is a Small or Medium Enterprise (SME), according to the definitions used by the procuring entity or buyer. + + |
+
+
+ small
+
+ |
+ + Small + | +
+ This is a small enterprise, according to the definitions used by the procuring entity or buyer. + + |
+
+
+ medium
+
+ |
+ + Medium + | +
+ This is a medium enterprise, according to the definitions used by the procuring entity or buyer. + + |
+
+
+ large
+
+ |
+ + Large + | +
+ This is a large enterprise, according to the definitions used by the procuring entity or buyer. + + |
+
+
+ selfEmployed
+
+ |
+ + Self-employed individual + | +
+ This is a self-employed natural person, also known as a sole trader. + + |
+
+ For classifying organizations as micro, sme or large. +
+This extension adds a scale
field to the parties.details
object, to indicate the size or scale of an organization, in particular commercial enterprises or economic operators.
This information can be used to calculate procurement statistics, like the share of contracts awarded to micro, small and medium-sized enterprises.
+The codes in the partyScale.csv
codelist do not have precise definitions, and instead defer to local laws and regulations, for example:
For small and medium-sized enterprises, if you can distinguish between the two sizes, use the 'small' and 'medium' codes. Otherwise, use the 'sme' code.
+For self-employed individuals and sole traders, if you can distinguish them from micro enterprises, use the 'selfEmployed' code. Otherwise, use the 'micro' code.
+For enterprises without employees, use the 'micro' code.
+{
+ "parties": [
+ {
+ "id": "GB-COH-1234567844",
+ "name": "AnyCorp Cycle Provision",
+ "details": {
+ "scale": "sme"
+ }
+ }
+ ]
+}
+
partyScale.csv
minProperties
, minItems
and/or minLength
propertiespartyScale.csv
partyScale.csv
partyScale.csv
Organization.details.scale
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ For classifying organizations as micro, sme or large. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Scale + | +
+ The size or scale of the organization. + + |
+ + string from closed partyScale codelist + | +
+ + This page has moved to a /en/extensions/performance_failures/master/ +
++ Adds fields to the implementation section to allow disclosure of an array of contracting performance failures. Based on the performance failures reporting table defined in the World Bank Framework for Disclosure in PPPs. +
+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.
+The following JSON snippet models the performance failures reported for a single period and category.
+{
+ "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
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties."minLength": 1
on required string fields.PerformanceFailure.period
non-nullable (undo earlier change), given that it refers to the Period
object.PerformanceFailure.id
required to support revision tracking and list mergingPerformanceFailure.period
nullable.+ Adds fields to the implementation section to allow disclosure of an array of contracting performance failures. Based on the performance failures reporting table defined in the World Bank Framework for Disclosure in PPPs. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new PerformanceFailure
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ A local identifier for this specific category and period of performance failure. This field is used to keep track of revisions of a charge across multiple OCDS releases. + + |
+ + string + | +
+
+ period
+
+ |
+ + Performance failure period + | +
+ The reporting period for the performance failures. + + |
+ + Period object + | +
+
+ category
+
+ |
+ + Performance failure category + | +
+ The category of the performance failures. + + |
+ + string + | +
+
+ events
+
+ |
+ + Number of events + | +
+ The number of performance failures for this period and category. + + |
+ + number + | +
+
+ penaltyContracted
+
+ |
+ + Contracted penalty + | +
+ A description of the penalty or abatement provided for in the contract for this period, category and number of performance failures. + + |
+ + string + | +
+
+ penaltyImposed
+
+ |
+ + Penalty imposed + | +
+ A description of the penalty or abatement imposed for this period, category and number of performance failures. + + |
+ + string + | +
+
+ penaltyPaid
+
+ |
+ + Penalty paid + | +
+ Whether the penalty imposed for this period, category and number of performance failures has been paid. + + |
+ + boolean + | +
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ performanceFailures
+
+ |
+ + Performance failure disclosures + | +
+ An array of performance failure disclosures, detailing performance failures for different periods and categories. + + |
+ + array of PerformanceFailure objects + | +
+ + This page has moved to a /en/extensions/ppp/master/ +
++ Makes changes required by the OCDS for PPPs profile. Evaluation indicators, finance summary and project details may be moved into new extensions. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ valueForMoneyAnalysis
+
+ |
+ + Value for money analysis + | +
+ A summary of the value for money analysis carried out for the project, along with supporting figures, calculations and business case, based on projected or actual procurement outcomes. + +
|
+
+
+ serviceDescription
+
+ |
+ + Service descriptions + | +
+ A high-level description of the services + +
|
+
+
+ estimatedDemand
+
+ |
+ + Estimated demand + | +
+ A narrative describing the estimated demand to be served (annually) by the project. + +
|
+
+
+ projectAdditionality
+
+ |
+ + Project additionality + | +
+ A description of the additionality provided by the project + +
|
+
+
+ financeAdditionality
+
+ |
+ + Finance additionality + | +
+ A description of the additionality provided by the finance method + +
|
+
+
+ pppModeRationale
+
+ |
+ + Rationale for PPP modality + | +
+ A description of the reasons for choosing to conduct this project as a PPP + +
|
+
+
+ evaluationCommittee
+
+ |
+ + Evaluation committee details + | +
+ Information on the constitution of the evaluation committee + +
|
+
+
+ requestForQualification
+
+ |
+ + Request for qualification + | +
+ The set of documents issued by the procuring authority that constitute the basis of the qualification and potentially the pre-selection of candidates (the short list). Qualified (or short-listed candidates) will then be invited to submit a proposal (or to enter into a new phase prior to bid submission, such as a dialogue phase or interactive phase). + +
|
+
+
+ minutes
+
+ |
+ + Minutes + | +
+ Minutes of pre-bid meetings, or other relevant meetings. + +
|
+
+
+ negotiationParameters
+
+ |
+ + Negotiation parameters + | +
+ A description of the parameters for negotiation with the preferred proponent + +
|
+
+
+ riskComparison
+
+ |
+ + Risk comparison + | +
+ Risk comparison of other financing methods + +
|
+
+
+ discountRate
+
+ |
+ + Discount rate and risk premium + | +
+ An explanation of the discount rate, and any risk premium used, including information on project-specific circumstances that justify the risk premium rate used. + +
|
+
+
+ equityTransferCaps
+
+ |
+ + Equity transfer caps + | +
+ Details of any restrictions on the transfer of equity by shareholders or other relevant participants in the project. Certain contracts provide for caps on equity transfer in different stages of the contract, especially during the construction stage and for a few years thereafter. + +
|
+
+
+ financeArrangements
+
+ |
+ + Security and step in arrangements + | +
+ Details of any rights granted to a lender to access value in the event of default by a borrower and any rights granted to a party to "step in" to the shoes of another party, for example, a right granted to a lender or public authority to take over temporarily the operation of a project in case of failure to perform by a private party. + +
|
+
+
+ guaranteeReports
+
+ |
+ + Fiscal commitments and contingent liabilities disclosure reports + | +
+ Reports detailing the fiscal commitments of the public authority to the PPP, for example known payments that need to be made if the PPP proceeds or payment commitments whose occurrence, timing and magnitude depend on some uncertain future event, outside the control of the public authority. + +
|
+
+
+ grants
+
+ |
+ + Grants + | +
+ Information on grants given to support the project. Grant information ought to detail the total value of subsidy, and/or the value of subsidy as a proportion of the overall project value, as well as providing information on the nature of the grant. For capital subsidies paid during construction of a project, or operating subsidies paid during operation, details of periodicity of grant payments, and particular grant milestones, ought to be provided. + +
|
+
+
+ servicePayments
+
+ |
+ + Service payments + | +
+ Service payments are payments made by the public authority or purchaser to the private provider for infrastructure services (applicable in some types of Public Private Partnership projects). The documentation ought to cover the total number of payments and their periodicity, as well as the methodology used for calculating payments and the indexation used. + +
|
+
+
+ landTransfer
+
+ |
+ + Land transfer + | +
+ Details of land transferred on lease or other basis by government, including details of property numbers with the quantum of land transferred, zoning information and conditions of transfer. + +
|
+
+
+ assetTransfer
+
+ |
+ + Asset transfer + | +
+ Details of asset, human resource of personnel transfers, including documentation of the conditions of transfer. + +
|
+
+
+ revenueShare
+
+ |
+ + Revenue share + | +
+ Documentation of any revenue share arrangements, including revenue share on the base-case and upside for a public private partnership project. + +
|
+
+
+ otherGovernmentSupport
+
+ |
+ + Other government support + | +
+ Documentation of any other government support, including non-complete clauses or provision for revenue shortfall loans. + +
|
+
+
+ defaultEvents
+
+ |
+ + Defaults + | +
+ Information on events of default + +
|
+
+
+ termination
+
+ |
+ + Termination + | +
+ Information on contract termination + +
|
+
+
+ handover
+
+ |
+ + Handover + | +
+ Contractual provisions for, or reporting on, handover of assets back to the state, including details of condition of assets and any other conditions of handover. + +
|
+
+
+ financialStatement
+
+ |
+ + Financial statement + | +
+ Audited financial statements of the project company + +
|
+
+
+ performanceReport
+
+ |
+ + Performance report + | +
+ Performance assessment reports + +
|
+
+ You can download the +milestoneType.csv
file in English.
+
+ The extension adds these codes to the milestoneType.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ procurement
+
+ |
+ + Procurement + | +
+ Events taking place during the procurement which are not captured by fields in core OCDS, such as additional enquiry periods or draft bid submissions in a competitive dialogue process + + |
+
+
+ contractClose
+
+ |
+ + Contract close + | +
+ Events such as commercial and financial close + +
|
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ privateParty
+
+ |
+ + Private party + | +
+ The counter party of the procuring authority in the PPP contract. A private organization that has been granted the contract to construct and operate a government asset, and that is usually created under the form of a Special Purpose Vehicle (SPV). + +
|
+
+
+ leadBank
+
+ |
+ + Lead bank + | +
+ A lead bank is a bank that oversees the arrangement of a loan syndication + + |
+
+
+ lender
+
+ |
+ + Lender + | +
+ The APMG PPP Certification Program defines lenders as "Institutions that provide lending to the project: mainly banks and institutional investors through project bonds" + + |
+
+
+ equityInvestor
+
+ |
+ + Equity investor + | +
+ The APMG PPP Certification Program defines equity investors as "Investors who finance a portion of the project’s capital expenditures (Capex), typically as share capital or subordinated debt" + + |
+
+ You can download the metricID.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ demand
+
+ |
+ + Demand + | +
+ For reporting on forecast or actual demand + + |
+
+
+ revenue
+
+ |
+ + Revenue + | +
+ For reporting on forecast or actual revenues + + |
+
+
+ IRR
+
+ |
+ + Internal rate of return + | +
+ For reporting on forecast or actual project IRR + + |
+
+ You can download the milestoneCode.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ projectApproval
+
+ |
+ + Project approval + | +
+ The dates of approvals from relevant authorities. + +
|
+
+
+ commercialClose
+
+ |
+ + Commercial close + | +
+ In a financing, the point at which the commercial documentation has been executed but before conditions precedent have been satisfied or waived; before financial close. + +
|
+
+
+ financialClose
+
+ |
+ + Financial close + | +
+ In a financing, the point at which the documentation has been executed and conditions precedent have been satisfied or waived. Drawdowns become permissible after this point. + +
|
+
+
+ commencement
+
+ |
+ + Commencement of construction or development + | +
+ The date of commencement of construction or development + +
|
+
+
+ completion
+
+ |
+ + Completion of construction of development + | +
+ The date of completion of construction or development + +
|
+
+
+ commissioning
+
+ |
+ + Commissioning + | +
+ The testing and inspection of the completed works to verify that the works are ready for commercial operation. + +
|
+
+
+ enquiryPeriodStart
+
+ |
+ + Enquiry period start + | +
+ For processes with multiple enquiry periods, the start date of a period during which enquiries can be made and responded to which is not provided in the tender/enquiryPeriod block. Sometimes known as clarification periods. + +
|
+
+
+ enquiryPeriodEnd
+
+ |
+ + Enquiry period end + | +
+ For processes with multiple enquiry periods, the end date of a period during which enquiries can be made and responded to which is not provided in the tender/enquiryPeriod block. Sometimes known as clarification periods. + +
|
+
+
+ draftFinalTender
+
+ |
+ + Submission of draft final bid + | +
+ For competitive dialogue processes, the deadline for submission of draft final bids + +
|
+
+ Makes changes required by the OCDS for PPPs profile. Evaluation indicators, finance summary and project details may be moved into new extensions. +
+The Open Contracting Data Standard for Public Private Partnerships profile provides an extended Open Contracting Data Standard schema, offering a structured data model for presenting information on Public Private Partnership Projects.
+It is based on the World Bank Framework for Disclosure in Public Private Partnership Projects and was developed between May 2016 and May 2017 through a partnership between the World Bank Open Contracting team, PPP team, Open Contracting Partnership, and Open Data Services Co-operative.
+Full documentation of the profile is available at http://standard.open-contracting.org/profiles/ppp/
+The consolidated OCDS for PPPs extension can be declared in OCDS package metadata using:
+{
+ "extensions": [
+ "http://standard.open-contracting.org/profiles/ppp/extension/1__0__0__beta/extension.json"
+ ],
+ "releases": []
+}
+
OCDS for PPPs is constructed from a number of different modular extensions to OCDS, most of which can be used independently from the profile.
+This repository contains one additional extension that forms part of the OCDS for PPPs profile. This extension introduces a number of fields and building blocks that are specific to PPP disclosure against the World Bank Framework.
+The PPP disclosure framework calls for a number of different indicators to be reported relating to governments evaluation of a PPP project.
+The awards.evaluationIndicators
section includes fields to express the value and supporting free-text details for each indicator:
"evaluationIndicators": {
+ "riskPremium": 0.0092,
+ "riskPremiumDetails": "Based on a market risk premium of 6.0% (per government guidelines) and an asset beta of 0.45 (per a sample of listed telecommunication network providers) the project risk allocation gives rise to a risk premium of 0.92%",
+ "discountRate": 0.03,
+ "discountRateDetails": "Based on the current long term public sector bond rate",
+ "netPresentValue": {
+ "amount": 118044591901.35034,
+ "currency": "USD"
+ }
+
+The PPP disclosure framework calls for a number of different indicators relating to the financial model of a PPP project. Whilst some of these may be reported as metrics on an ongoing basis, some are simple single values.
+The contracts.financeSummary
section includes fields to express the value and supporting free-text details for each indicator:
"financeSummary": {
+ "debtEquityRatio": 2.05,
+ "debtEquityRatioDetails": "Until the target population coverage is reached mega Consortium must comply with a contribution of capital of at least 30% of the total value of the company",
+ "shareCapital": {
+ "amount": 20000000,
+ "currency": "USD"
+ }
+
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++partyRole.csv
codes:
+documentType.csv
with +documentType.csv
, which adds new codes instead of replacing the codelist.+releaseTag.csv
codelist.initiationType.csv
codelist.buyer
and awards.suppliers
fields.Budget.project
and Budget.projectID
fields.minProperties
, minItems
and/or minLength
properties.+partyRole.csv
(moved to qualification extension)."uniqueItems": true
on array fields.+ Makes changes required by the OCDS for PPPs profile. Evaluation indicators, finance summary and project details may be moved into new extensions. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ evaluationIndicators
+
+ |
+ + Evaluation of PPP option + | +
+ Key indicators that describe how the PPP option has been evaluated by government. + + |
+ + EvaluationIndicators object + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ financeSummary
+
+ |
+ + Finance summary + | +
+ Key indicators that describe the financial model of the PPP. + + |
+ + FinanceSummary object + | +
+ The extension defines a new EvaluationIndicators
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ riskPremium
+
+ |
+ + Risk premium + | +
+ The risk premium used by government when evaluating the PPP option expressed as a decimal fraction (e.g. 3.2% = 0.032). An explanation of the risk premium used should be provided in the riskPremiumDetails field. + + |
+ + number + | +
+
+ riskPremiumDetails
+
+ |
+ + Risk premium details + | +
+ Further details on the risk premium used including an explanation of why it was used. + + |
+ + string + | +
+
+ discountRate
+
+ |
+ + Discount rate + | +
+ The discount rate used by government when evaluating the PPP option expressed as a decimal fraction (e.g. 3.2% = 0.032). Further details can be provided in the discountRateDetails field. + + |
+ + number + | +
+
+ discountRateDetails
+
+ |
+ + Discount rate details + | +
+ Further details on the discount rate used. + + |
+ + string + | +
+
+ netPresentValue
+
+ |
+ + Net present value + | +
+ The discounted value of an investment's cash inflows minus the discounted value of its cash outflows. Further details can be provided in the netPresentValueRateDetails field. + + |
+ + Value object + | +
+
+ netPresentValueDetails
+
+ |
+ + Net present value details + | +
+ Further details on the calculation of the net present value. + + |
+ + string + | +
+ The extension defines a new FinanceSummary
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ debtEquityRatio
+
+ |
+ + Debt equity ratio + | +
+ The debt-equity ratio of the project, expressed as a decimal value. The World Bank PPPIRC defines the debt equity ratio as 'long term debt (divided by) the shareholder equity of the project company'. Also known as 'leverage' or 'gearing'. Further details on the debt equity ratio can be provided in the debtEquityRatioDetails field. + + |
+ + number + | +
+
+ debtEquityRatioDetails
+
+ |
+ + Debt equity ratio details + | +
+ Further details on the calculation of the debt equity ratio. + + |
+ + string + | +
+
+ shareCapital
+
+ |
+ + Share capital + | +
+ The value of the capital in the project that comes from the issue of shares. Further details on the share capital can be provided in the shareCapitalDetails field. + + |
+ + Value object + | +
+
+ shareCapitalDetails
+
+ |
+ + Share capital details + | +
+ Further details on the calculation of the share capital. + + |
+ + string + | +
+
+ subsidyRatio
+
+ |
+ + Subsidy ratio + | +
+ Subsidy as a proportion of project value, expressed as a decimal fraction (e.g. 3.2% = 0.032). Further details of the subsidy ratio can be provided in the subsidyRatioDetails field. + + |
+ + number + | +
+
+ subsidyRatioDetails
+
+ |
+ + Subsidy ratio details + | +
+ Further details on the calculation of the subsidy ratio. + + |
+ + string + | +
+
+ projectIRR
+
+ |
+ + Project Internal Rate of Return + | +
+ The internal rate of return of the project, expressed as a decimal fraction (e.g. 3.2% = 0.032). The APMG PPP Certification Program defines IRR as 'The rate of return of an investment calculated from its projected cash flows. The internal rate of return (IRR) is also the discount rate that equates the present value of a future stream of cash flows to the initial investment'. Further details on the project IRR can be provided in the projectIRRDetails field. + + |
+ + number + | +
+
+ projectIRRDetails
+
+ |
+ + Project IRR details + | +
+ Further details on the calculation of the project IRR. + + |
+ + string + | +
+ The extension defines these fields in the Metric
object from the Metrics extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ code
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+ + This page has moved to a /en/extensions/procedure/master/ +
++ This extension adds a block to describe the procurement procedure. +
+This extension adds a block to describe the procurement procedure.
+In the European Union, this extension's fields correspond to eForms BT-88, BT-106, BT-1351 and Article 93 and 45(3) of Directive 2014/25/EU. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "procedure": {
+ "isAccelerated": true,
+ "acceleratedRationale": "The medicinal product is of major public health interest particularly from the point of view of therapeutic innovation.",
+ "features": "http://www.legislation.gov.uk/uksi/2015/102/pdfs/uksi_20150102_en.pdf"
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/695.
++ This extension adds a block to describe the procurement procedure. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ procedure
+
+ |
+ + Procedure + | +
+ Information about the procurement procedure. + + |
+ + Procedure object + | +
+ The extension defines a new Procedure
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ isAccelerated
+
+ |
+ + Accelerated procedure used + | +
+ Whether the time limit for receipt of bids or requests to participate can be reduced due to a state of urgency. + + |
+ + boolean + | +
+
+ acceleratedRationale
+
+ |
+ + Accelerated procedure rationale + | +
+ The justification for using an accelerated procedure. + + |
+ + string + | +
+
+ features
+
+ |
+ + Features + | +
+ The main features of the procedure (e.g. description of the individual stages) and information about where the full rules for the procedure can be found. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/process_title/master/ +
++ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
+In some cases it is important to provide an overall title and description for a contracting process, distinct from the individual title and description fields contained within tender
, awards
and contracts
sections.
This extension adds title
and description
fields to the release schema.
These will often be used to provide a human-readable summary of information that is provided elsewhere in the OCDS document as structured data.
+Publishers using these fields ought to be aware that not all applications will display their contents, and so key information for understanding the nature of the contracting process ought to also be provided using core OCDS fields.
+{
+ "title": "Next-Generation Telecommunications PPP",
+ "description": "The Next-Generation Telecommunications PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators. The project will increase the telecommunication services coverage, promote competitive prices and enhance the quality of services according to international standards."
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Title + | +
+ A overall title for this contracting process or release. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ An overall description of this contracting process or release. This does not replace a detailed breakdown of the objects of the contracting process in the planning, tender, award or contracts section. + + |
+ + string + | +
+ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
+In some cases it is important to provide an overall title and description for a contracting process, distinct from the individual title and description fields contained within tender
, award
and contract
blocks.
This extension provides release.title
and release.description
fields.
These will often be used to provide a human-readable summary of information that is provided elsewhere in the OCDS document as structured data.
+Publishers using these fields should be aware that not all applications will display their contents, and so key information for understanding the nature of the contracting process should generally also be provided using core OCDS fields.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Title + | +
+ A overall title for this contracting process or release. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ An overall description for this contracting process or release. This should not replace provision of a detailed breakdown of the objects of the contracting process in the planning, tender, award or contracts section. + + |
+ + string + | +
+ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
+In some cases it is important to provide an overall title and description for a contracting process, distinct from the individual title and description fields contained within tender
, award
and contract
blocks.
This extension adds title
and description
fields to the release schema.
These will often be used to provide a human-readable summary of information that is provided elsewhere in the OCDS document as structured data.
+Publishers using these fields should be aware that not all applications will display their contents, and so key information for understanding the nature of the contracting process should generally also be provided using core OCDS fields.
+{
+ "title": "Next-Generation Telecommunications PPP",
+ "description": "The Next-Generation Telecommunications PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators. The project will increase the telecommunication services coverage, promote competitive prices and enhance the quality of services according to international standards."
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Title + | +
+ A overall title for this contracting process or release. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ An overall description for this contracting process or release. This should not replace provision of a detailed breakdown of the objects of the contracting process in the planning, tender, award or contracts section. + + |
+ + string + | +
+ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
+In some cases it is important to provide an overall title and description for a contracting process, distinct from the individual title and description fields contained within tender
, awards
and contracts
sections.
This extension adds title
and description
fields to the release schema.
These will often be used to provide a human-readable summary of information that is provided elsewhere in the OCDS document as structured data.
+Publishers using these fields ought to be aware that not all applications will display their contents, and so key information for understanding the nature of the contracting process ought to also be provided using core OCDS fields.
+{
+ "title": "Next-Generation Telecommunications PPP",
+ "description": "The Next-Generation Telecommunications PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators. The project will increase the telecommunication services coverage, promote competitive prices and enhance the quality of services according to international standards."
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ For providing overall process titles and descriptions, often to give a free-text summary of the contracting process as a whole. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Title + | +
+ A overall title for this contracting process or release. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ An overall description of this contracting process or release. This does not replace a detailed breakdown of the objects of the contracting process in the planning, tender, award or contracts section. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/procurementMethodRationaleClassifications/master/ +
++ Adds an array to the tender object to classify the procurement method rationale. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ TED_PT_AWARD_CONTRACT_WITHOUT_CALL
+
+ |
+ + European Union direct award justification (TED schema) + | +
+ Justification for using a procedure which allows awarding contracts directly without the requirement of publishing a call for competition in the Official Journal of the European Union. This scheme's codes match those in the TED schema. + +
|
+
+
+ eforms-direct-award-justification
+
+ |
+ + European Union direct award justification (eForms) + | +
+ Justification for using a procedure which allows awarding contracts directly without the requirement of publishing a call for competition in the Official Journal of the European Union. This scheme's codes match those in eForms. + +
|
+
+ Adds an array to the tender object to classify the procurement method rationale. +
+Adds an array to the tender object to classify the procurement method rationale.
+In the European Union, this extension's fields correspond to eForms BT-136 (Direct Award Justification Code). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "procurementMethodRationaleClassifications": [
+ {
+ "id": "D_NO_TENDERS_REQUESTS",
+ "description": "No tenders or no suitable tenders/requests to participate in response to a procedure with prior call for competition",
+ "scheme": "TED_PT_AWARD_CONTRACT_WITHOUT_CALL"
+ },
+ {
+ "id": "D_FROM_LIQUIDATOR_CREDITOR",
+ "description": "Purchase of supplies or services on particularly advantageous terms from the liquidator in an insolvency procedure, an arrangement with creditors or a similar procedure under national laws and regulations",
+ "scheme": "TED_PT_AWARD_CONTRACT_WITHOUT_CALL"
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++itemClassificationScheme.csv
codelist.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds an array to the tender object to classify the procurement method rationale. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ procurementMethodRationaleClassifications
+
+ |
+ + Procurement method rationale classifications + | +
+ The classifications of the procurement method rationale. + + |
+ + array of Classification objects + | +
+ + This page has moved to a /en/extensions/project/master/ +
++ Adds a project object to the planning object to describe the project to which the contracting process is related, including the total value of the project (not to be confused with the total value of the contracting process). +
+This extension adds a project
object to the planning
object.
In OCDS, project information is nested under the planning.budget
object. However, in some cases, budget management systems and project management systems are separate, and it might be important to separately specify:
This is particularly important in cases of Public-Private Partnerships and large infrastructure projects, where users might want to track all the contracting processes related to the large-scale project, and to understand the individual contracts in the context of their contracting process and overall project values.
+This extension must be used with the Location extension.
+{
+ "planning": {
+ "project": {
+ "id": "oc4ids-gx3fo2-000002",
+ "title": "Construcción de red de drenaje sanitario en diversas calles de la colonia Ruperto Martínez",
+ "description": "Construcción de red de drenaje sanitario consistente en excavación de 756 metros cúbicos para alojar la red de drenaje sanitario, suministro y colocación de 712 metros de tubería PVC tipo serie 20 pared solida, construcción de 15 pozos de visita y 30 descargas domiciliarias sencillas en la colonia Ruperto Martinez, en el municipio de Higueras, N.L.",
+ "totalValue": {
+ "amount": 4010130.1,
+ "currency": "MXN"
+ },
+ "locations": [
+ {
+ "description": "Col. Ruperto Martínez, Higueras, N.L.",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 25.953400063796533,
+ -100.01606973176307
+ ]
+ }
+ }
+ ]
+ }
+ }
+}
+
{
+ "planning": {
+ "project": {
+ "title": "Example PPP",
+ "description": "The Example PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators.",
+ "id": "example_ppp",
+ "uri": "http://communications.gov.example/projects/example_ppp",
+ "totalValue": {
+ "amount": 600000000,
+ "currency": "USD"
+ },
+ "sector": {
+ "scheme": "COFOG",
+ "description": "Road transportation",
+ "id": "04.5.1"
+ },
+ "locations": [
+ {
+ "description": "Local Authority Area: Halton Borough Council",
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2647601"
+ ]
+ }
+ }
+ ]
+ }
+ }
+}
+
minProperties
, minItems
and/or minLength
properties.planning.budget
object. See #701.Project.title
fieldsProject.source
and Project.project
fieldsBudget.project
and Budget.projectID
fieldsmergeStrategy
propertiesReport issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a project object to the planning object to describe the project to which the contracting process is related, including the total value of the project (not to be confused with the total value of the contracting process). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Planning
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ project
+
+ |
+ + Project information + | +
+ The project section can be used to describe the relationship between this contracting process and a project or programme of work. + + |
+ + Project object + | +
+ The extension defines a new Project
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Project identifier + | +
+ An externally provided identifier for the project. This might be drawn from a projects register, or may be based on the canonical version of a project name. Project IDs should be unique to a publisher. URIs can be used. + + |
+ + string + | +
+
+ title
+
+ |
+ + Project title + | +
+ The name of the project to which this contracting process relates. Some organizations maintain a registry of projects, and the data should use the name by which the project is known in that registry. + ++ This field has multilingual support. + + |
+ + string + | +
+
+ description
+
+ |
+ + Project description + | +
+ A short free text description of the project. + ++ This field has multilingual support. + + |
+ + string + | +
+
+ totalValue
+
+ |
+ + Total project value + | +
+ The total anticipated value of the project over it's lifetime. + + |
+ + Value object + | +
+
+ uri
+
+ |
+ + Linked project information + | +
+ A URI pointing to further information about this project. + + |
+ + string + | +
+
+ sector
+
+ |
+ + Project sector + | +
+ A high-level categorization of the main sector this procurement process relates to. Use of UN COFOG codes, with 'COFOG' as the classification scheme, and the numerical COFOG code is recommended for the primary sector classification. + + |
+ + Classification object + | +
+
+ additionalClassifications
+
+ |
+ + Additional sector classifications + | +
+ Additional project classification, by other sector classifications, or using other classification schemes (e.g. against a strategic framework). + + |
+ + array of Classification objects + | +
+
+ locations
+
+ |
+ + Project location + | +
+ Information about the location where a project is taking place. + + |
+ + array of Location objects + | +
+ + This page has moved to a /en/extensions/recurrence/master/ +
++ Adds fields for information on the recurrence of the contracting process. +
+This extension adds fields for information on the recurrence of the contracting process.
+"Recurrence" means another contracting process for the same goods, services or works is likely to occur. This is not the same as awarding multiple contracts within a framework agreement.
+A company might, for example, use this information to decide to invest in the machinery they would need to compete for the potential future contract.
+The Revised Agreement on Government Procurement (GPA) includes: "each notice of intended procurement shall include … c. for recurring contracts, an estimate, if possible, of the timing of subsequent notices of intended procurement".
+The European Union is a party to the GPA, and as such its Directive 2014/24/EU (Public contracts — setting out clear ground rules) includes: "Part C: Information to be included in contract notices … 27. In the case of recurrent procurement, estimated timing for further notices to be published."
+This extension's fields correspond to eForms BT-94 (Recurrence) and BT-95 (Recurrence Description).
+{
+ "tender": {
+ "hasRecurrence": true,
+ "recurrence": {
+ "dates": [
+ {
+ "startDate": "2020-01-01T00:00:00Z"
+ },
+ {
+ "startDate": "2021-01-01T00:00:00Z"
+ }
+ ],
+ "description": "The duration of this contract and recurrent contracts will not exceed three years."
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.The original draft extension can be found in the archived trade profile repository
++ Adds fields for information on the recurrence of the contracting process. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Recurrence
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ dates
+
+ |
+ + Estimated dates + | +
+ An estimate of the timing of subsequent initiations of contracting processes (e.g. notices of intended procurement). + + |
+ + array of Period objects + | +
+
+ description
+
+ |
+ + Further information + | +
+ Any further information on the recurrence of the contracting process. + + |
+ + string + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ recurrence
+
+ |
+ + Recurrence + | +
+ Information on the recurrence of the contracting process. + + |
+ + Recurrence object + | +
+
+ hasRecurrence
+
+ |
+ + Has recurrence + | +
+ Whether the contracting process is recurrent. + + |
+ + boolean + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ recurrence
+
+ |
+ + Recurrence + | +
+ Information on the recurrence of the lot. + + |
+ + Recurrence object + | +
+
+ hasRecurrence
+
+ |
+ + Has recurrence + | +
+ Whether the contracting process is recurrent. + + |
+ + boolean + | +
+ + This page has moved to a /en/extensions/releasePublisher/master/ +
++ Includes the information about the publisher at release level for the cases in that a release-package or record-packages contains releases from different publishers. +
+Includes the information about the publisher at release level for the cases in that a release-package or record-packages +contains releases from different publishers.
+{
+ "publisher": {
+ "name": "SECRETARÍA DE LA FUNCIÓNN PÚBLICA / SECRETARIA DE HACIENDA Y CRÉDITO PÚBLICO",
+ "uri": "http://www.gob.mx/contratacionesabiertas/"
+ },
+ "license": "https://datos.gob.mx/libreusomx",
+ "publishedDate": "2018-02-14T19:23:19.405517Z",
+ "uri": "https://api.datos.gob.mx/v1/",
+ "records": [
+ {
+ "ocid": "ocds-07smqs-1303516",
+ "releases": [
+ {
+ "publisher": {
+ "uri": "http://www.gob.mx/sfp",
+ "uid": "27511",
+ "name": "SECRETARÍA DE LA FUNCIÓN PÚBLICA"
+ },
+ "language": "es"
+ ....
+ },
+ {
+ "publisher": {
+ "uri": "http://www.gob.mx/shcp",
+ "uid": "00000",
+ "name": "SECRETARÍA DE HACIENDA Y CRÉDITO PÚBLICO"
+ },
+ "language": "es"
+ ....
+ }
+ ]
+ }
+ ]
+}
+
++ Includes the information about the publisher at release level for the cases in that a release-package or record-packages contains releases from different publishers. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ publisher
+
+ |
+ + Publisher + | +
+ Information to uniquely identify the publisher of this release. + + |
+ + object + | +
+
+ publisher.
+ |
+ + Name + | +
+ The name of the organisation or department responsible for publishing this data. + + |
+ + string + | +
+
+ publisher.
+ |
+ + Scheme + | +
+ The scheme that holds the unique identifiers used to identify the item being identified. + + |
+ + string + | +
+
+ publisher.
+ |
+ + uid + | +
+ The unique ID for this entity under the given ID scheme. Note the use of 'uid' rather than 'id'. See issue #245. + + |
+ + string + | +
+
+ publisher.
+ |
+ + URI + | +
+ A URI to identify the publisher. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/releaseSource/master/ +
++ Adds a sources array to indicate the information systems from which the data originates. +
+In many cases, an OCDS publication combines information from multiple information systems or databases. For example:
+Data's provenance is relevant to many use cases, including data verification.
+To satisfy such use cases, this extension adds a sources
array to the release schema, in which the publisher can list the information systems from which the data in the release originates.
{
+ "sources": [
+ {
+ "id": "sample-source",
+ "name": "Sample Source",
+ "url": "http://example.com"
+ },
+ {
+ "id": "honducompras",
+ "name": "HonduCompras 1.0",
+ "url": "http://h1.honducompras.gob.hn/"
+ }
+ ]
+}
+
There are some cases where the data source for a release comes from different information systems of the same publisher.
+There are some cases in which you can link the data from the contracts database with the bidding and traditional process databases.
+This extension was originally discussed in https://github.com/open-contracting/standard/issues/800.
++ Adds a sources array to indicate the information systems from which the data originates. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ sources
+
+ |
+ + Sources + | +
+ The information systems from which the data originates. + + |
+ + array of Source objects + | +
+ The extension defines a new Source
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ The locally unique identifier for the source. + + |
+ + string or integer + | +
+
+ name
+
+ |
+ + Name + | +
+ The name of the source. + + |
+ + string + | +
+
+ url
+
+ |
+ + URL + | +
+ The web address of the source. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/renewal/master/ +
++ Adds fields to the Tender and Lot objects to describe the options for the renewal of contracts. +
+Adds fields to the Tender and Lot objects to describe the options for the renewal of contracts.
+In the European Union, this extension's fields correspond to eForms BT-57 (Renewal Description). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+If the number of times a contract can be renewed is an exact number and not a range, set minimumRenewals
and maximumRenewals
to the same number.
{
+ "tender": {
+ "lots": [
+ {
+ "id": "lot-1",
+ "title": "Architectural services",
+ "description": "For architectural services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 200000
+ },
+ "contractPeriod": {
+ "startDate": "2020-10-10T00:00:00Z",
+ "endDate": "2021-11-10T00:00:00Z"
+ },
+ "hasRenewal": false
+ },
+ {
+ "id": "lot-2",
+ "title": "Civil engineering services",
+ "description": "For civil engineering services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 400000
+ },
+ "contractPeriod": {
+ "startDate": "2020-12-10T00:00:00Z",
+ "endDate": "2021-12-10T00:00:00Z"
+ },
+ "hasRenewal": true,
+ "renewal": {
+ "description": "The contracting authority reserves the right to extend the term for a period or periods of up to 1 year with a maximum of 2 such extensions on the same terms and conditions, subject to the contracting authority’s obligations at law.",
+ "maximumRenewals": 2,
+ "period": {
+ "durationInDays": 365
+ }
+ }
+ },
+ {
+ "id": "lot-3",
+ "title": "Structural engineering",
+ "description": "For structural engineering consultancy delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 600000
+ },
+ "contractPeriod": {
+ "startDate": "2021-02-10T00:00:00Z",
+ "endDate": "2022-02-10T00:00:00Z"
+ },
+ "hasRenewal": true,
+ "renewal": {
+ "description": "Contracts are due to be renewed one time at the end of the initial term.",
+ "minimumRenewals": 3,
+ "maximumRenewals": 3,
+ "period": {
+ "startDate": "2021-02-10T00:00:00Z",
+ "endDate": "2024-02-10T00:00:00Z"
+ }
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Tender.hasRenewal
Tender.renewal
Renewal.minimumRenewals
Renewal.maximumRenewals
Renewal.period
minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile in issue 22 and in pull requests.
++ Adds fields to the Tender and Lot objects to describe the options for the renewal of contracts. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasRenewal
+
+ |
+ + Has renewal + | +
+ Whether the contracts can be renewed. + + |
+ + boolean + | +
+
+ renewal
+
+ |
+ + Renewal + | +
+ The options for the renewal of the contracts. + + |
+ + Renewal object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasRenewal
+
+ |
+ + Has renewal + | +
+ Whether the contract related to the lot can be renewed. + + |
+ + boolean + | +
+
+ renewal
+
+ |
+ + Renewal + | +
+ The options for the renewal of the contract related to the lot. + + |
+ + Renewal object + | +
+ The extension defines a new Renewal
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ A description of the options for the renewal of the contract. + + |
+ + string + | +
+
+ minimumRenewals
+
+ |
+ + Minimum renewal + | +
+ The minimum number of renewals. + + |
+ + number + | +
+
+ maximumRenewals
+
+ |
+ + Maximum renewal + | +
+ The maximum number of renewals. If there is no maximum, set to 1e9999 (which parses to infinity). + + |
+ + number + | +
+
+ period
+
+ |
+ + Renewal period + | +
+ The period over which the contract can be renewed. + + |
+ + Period object + | +
+ + This page has moved to a /en/extensions/requirements/master/ +
++ Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV). +
+
+ You can download the dataType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ string
+
+ |
+ + String + | +
+ The response must be of type string + + |
+
+
+ date-time
+
+ |
+ + Date-time + | +
+ The response must be of type date-time (ISO8601) + + |
+
+
+ number
+
+ |
+ + Number + | +
+ The response must be of type number, i.e. a floating point or whole number + + |
+
+
+ integer
+
+ |
+ + Integer + | +
+ The response must be of type integer + + |
+
+
+ boolean
+
+ |
+ + Boolean + | +
+ The response must be of type boolean + + |
+
+ Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV). +
+Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV).
+CCCEV is designed to support the exchange of information between buyers or procuring entities that define criteria and tenderers that respond to these criteria by means of evidences. Criteria can relate to bids, tenderers, lots or items.
+If your data does not closely follow the Core Criterion and Core Evidence Vocabulary (CCCEV), consider the Selection criteria extension.
+The CCCEV model defines the following concepts:
+Criterion +A criterion represents a rule or principle used to judge, evaluate or assess bids, tenderers, lots or items. A criterion is satisfied when one or more of its requirement groups is satisfied.
+Requirement Group +A requirement group is a collection of one or more individual requirements. A requirement group is satisfied when all of it's requirements are satisfied.
+Requirement +An atomic requirement which can be expressed as either an expected value or a range of accepted values.
+Requirement Response +A requirements response is an assertion that responds to a specific requirement.
+Therefore the CCCEV model can be used to express both AND conditions, where a group of requirements must be met to satisfy a criterion, and OR conditions, where there are alternative requirements that can satisfy a criterion.
+The CCCEV model also defines a number of additional concepts including formalFrameworks, used to specify the legal instruments from criteria are derived, evidence, used both to specify and provide the evidence required to support a response, and additional properties of requirements such as certificationLevel. These are not yet implemented in this extension. This extension also does not describe formulae for calculating computed values, nor does it describe whether data should be published openly or not.
+Criteria for an item and a tenderer, with AND and OR conditions:
+{
+ "tender": {
+ "criteria": [
+ {
+ "id": "0001",
+ "title": "Air intake",
+ "description": "The vacuum cleaner air intake must be at least 100W",
+ "relatedItem": "item1",
+ "requirementGroups": [
+ {
+ "id": "0001-001",
+ "description": "The vacuum cleaner air intake must be at least 100W",
+ "requirements": [
+ {
+ "id": "0001-001-01",
+ "title": "Air intake",
+ "description": "Power of vacuum cleaner air intake in W",
+ "dataType": "integer",
+ "pattern": "[0-9]*",
+ "minValue": 100
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "0002",
+ "title": "Warranty",
+ "description": "The vacuum cleaner must have warranty support options for at least 36 months",
+ "relatedItem": "item1",
+ "requirementGroups": [
+ {
+ "id": "0002-001",
+ "description": "The standard warranty period for the vacuum cleaner must be at least 36 months",
+ "requirements": [
+ {
+ "id": "0002-001-01",
+ "title": "Standard warranty period",
+ "description": "Length of the vacuum cleaner standard warranty period in months",
+ "dataType": "integer",
+ "pattern": "[0-9]*",
+ "minValue": 36
+ }
+ ]
+ },
+ {
+ "id": "0002-002",
+ "description": "The standard warranty period for the vacuum cleaner must be at least 12 months with an option to extend to 36 months",
+ "requirements": [
+ {
+ "id": "0002-002-01",
+ "title": "Standard warranty period",
+ "description": "Length of the vacuum cleaner standard warranty period in months",
+ "dataType": "integer",
+ "pattern": "[0-9]*",
+ "minValue": 12
+ },
+ {
+ "id": "0002-002-02",
+ "title": "Extended warranty option",
+ "description": "There is an extended warranty option for at least 36 months",
+ "dataType": "boolean",
+ "expectedValue": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "0003",
+ "title": "Years trading",
+ "description": "Number of years the tenderer has been trading",
+ "relatesToTenderer": true,
+ "requirementGroups": [
+ {
+ "id": "0003-001",
+ "description": "Number of years the tenderer has been trading",
+ "requirements": [
+ {
+ "id": "0003-001-01",
+ "title": "Years trading",
+ "description": "Number of years the tenderer has been trading",
+ "dataType": "integer",
+ "pattern": "[0-9]*",
+ "minValue": 3
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+}
+
Responses to the criteria:
+{
+ "bids": {
+ "details": [
+ {
+ "id": "1",
+ "requirementResponses": [
+ {
+ "id": "air",
+ "value": 125,
+ "requirement": {
+ "id": "0001-001-01"
+ }
+ },
+ {
+ "id": "warranty",
+ "value": 36,
+ "requirement": {
+ "id": "0002-001-01"
+ }
+ },
+ {
+ "id": "years",
+ "value": 10,
+ "requirement": {
+ "id": "0003-001-01"
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Award.requirementResponses
Contract.requirementResponses
Criterion.source
RequirementResponse.relatedTenderer
Criterion.relatesTo
codelist field with Criterion.relatesToTenderer
boolean field.relatesTo.csv
codelist.responseSource.csv
codelist.Criterion.relatedLots
field.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed in https://github.com/open-contracting/standard/issues/223.
+"uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.Requirement.expectedValue
and RequirementResponse.value
allow boolean values.+ Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Criterion
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ The identifier for this criterion. It must be unique and cannot change within the Open Contracting Process it is part of (defined by a single ocid). See the identifier guidance for further details. + + |
+ + string or integer + | +
+
+ title
+
+ |
+ + Title + | +
+ A title for this criterion. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this criterion. + + |
+ + string + | +
+
+ relatesToTenderer
+
+ |
+ + Relates to tenderer + | +
+ The criterion judges, evaluates or assesses a tenderer. + + |
+ + boolean + | +
+
+ relatedItem
+
+ |
+ + Related item + | +
+ The identifier of the item in the tender section to which this criterion applies. + + |
+ + string + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this criterion applies. + + |
+ + array of strings + | +
+
+ requirementGroups
+
+ |
+ + Requirement groups + | +
+ A list of requirement groups for this Criterion. A criterion is satisfied by one or more requirement groups being met. A requirement group is met when all requirements in the group are satisfied. + + |
+ + array of RequirementGroup objects + | +
+ The extension defines a new RequirementGroup
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ The identifier for this requirement group. It must be unique and cannot change within the Open Contracting Process it is part of (defined by a single ocid). See the identifier guidance for further details. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this requirement group. + + |
+ + string + | +
+
+ requirements
+
+ |
+ + Requirements + | +
+ A list requirements which must all be satisfied for the requirement group to be met. + + |
+ + array of Requirement objects + | +
+ The extension defines a new Requirement
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Requirement identifier + | +
+ The identifier for this requirement. It must be unique and cannot change within the Open Contracting Process it is part of (defined by a single ocid). See the identifier guidance for further details. + + |
+ + string + | +
+
+ title
+
+ |
+ + Requirement title + | +
+ The title of this atomic requirement. + + |
+ + string + | +
+
+ description
+
+ |
+ + Requirement description + | +
+ A free text description for this atomic requirement. + + |
+ + string + | +
+
+ dataType
+
+ |
+ + Requirement datatype + | +
+ The data type in which the response must be provided. + + |
+ + string from closed dataType codelist + | +
+
+ pattern
+
+ |
+ + Response validation pattern + | +
+ A regular expression with which to validate the response. + + |
+ + string + | +
+
+ expectedValue
+
+ |
+ + Expected value + | +
+ The expected value of the requirement, when the response must be specific value. + + |
+ + string or integer or number or boolean + | +
+
+ minValue
+
+ |
+ + Minimum value + | +
+ The lower bound of the requirement, when the response must be within a certain range. + + |
+ + integer or number + | +
+
+ maxValue
+
+ |
+ + Maximum value + | +
+ The upper bound of the requirement, when the response must be within a certain range. + + |
+ + integer or number + | +
+
+ period
+
+ |
+ + Period + | +
+ The period to which the requirement applies: for example, the tenderer's turnover in a given year. + + |
+ + Period object + | +
+ The extension defines a new RequirementResponse
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ The unique identifier of this response in the context of the contracting process. + + |
+ + string + | +
+
+ title
+
+ |
+ + Title + | +
+ The title of this response. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ The description of this response. + + |
+ + string + | +
+
+ value
+
+ |
+ + Value + | +
+ The value of this response. + + |
+ + string or integer or number or boolean + | +
+
+ period
+
+ |
+ + Period + | +
+ The period to which the response applies. + + |
+ + Period object + | +
+
+ requirement
+
+ |
+ + Related requirement + | +
+ A reference to the requirement to which the response applies. + + |
+ + RequirementReference object + | +
+ The extension defines a new RequirementReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Requirement ID + | +
+ The identifier of the requirement to which the response applies. + + |
+ + string + | +
+
+ title
+
+ |
+ + Requirement title + | +
+ The title of the requirement to which the response applies. + + |
+ + string + | +
+ The extension defines these fields in the Bid
object from the Bid statistics and details extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ requirementResponses
+
+ |
+ + Requirement responses + | +
+ The responses of this bid to the requirements. + + |
+ + array of RequirementResponse objects + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ criteria
+
+ |
+ + Criteria + | +
+ Criteria on which bids, tenderers, lots or items will be judged, evaluated or assessed. + + |
+ + array of Criterion objects + | +
+ + This page has moved to a /en/extensions/risk_allocation/master/ +
++ For providing the risk allocations defined in a public private partnership's contract. +
+
+ You can download the riskAllocation.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ publicAuthority
+
+ |
+ + Public authority + | +
+ The risk is wholly or mostly retained by the public authority + + |
+
+
+ privateParty
+
+ |
+ + Private party + | +
+ The risk is wholly or mostly retained by the private party + + |
+
+
+ undefined
+
+ |
+ + Undefined + | +
+ The risk is not clearly assigned to a specific party to the contract. Further details can be provided in the notes field. + + |
+
+ You can download the riskCategory.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ landAvailability
+
+ |
+ + Land availability and acquisition risk + | +
+ Relates to the unavailability of land or site to construct the infrastructure at the time of contract signature + +
|
+
+
+ environmental
+
+ |
+ + Environmental risk + | +
+ Environmental risks might be related to a number of environmental issues such as general contamination, pollution, water contamination, impact on the natural environment etc. An adverse assessment might lead to changes in design, leading to a direct impact on cost of infrastructure + +
|
+
+
+ design
+
+ |
+ + Design risks + | +
+ Represents the possibility that design quality for the asset is not adequate to meet project requirements + +
|
+
+
+ construction
+
+ |
+ + Construction risks + | +
+ Represents the possibility that during the construction Phase, the actual project costs or construction time exceeds the projected time and costs + +
|
+
+
+ completion
+
+ |
+ + Completion and commissioning + | +
+ Refers to the failure to meet the construction outcome or finalization as prescribed + +
|
+
+
+ revenue
+
+ |
+ + Revenue risk + | +
+ Refers to the risk of the revenue flows not being correctly assessed + +
|
+
+
+ inflationAndFx
+
+ |
+ + Foreign exchange, inflation and indexation risk + | +
+ Risk that changes in exchange rates or inflation adversely affect the project outcomes + +
|
+
+
+ availabilityAndQuality
+
+ |
+ + Availability and quality risk + | +
+ Risk linked to availability and quality issues relating to performance requirements and performance target levels + +
|
+
+
+ otherRevenue
+
+ |
+ + Other revenue risk events + | +
+ credit or counterparty risk; fraud/non-payment by users + +
|
+
+
+ financeAvailability
+
+ |
+ + Availability of finance + | +
+ Represents the risk of financing not being available at commercial close or before construction starts + +
|
+
+
+ refinancing
+
+ |
+ + Refinancing risks + | +
+ Risks relating to the downside of refinancing + +
|
+
+
+ changeInLaw
+
+ |
+ + Changes in law + | +
+ Risk that a change in general law or the sector regulatory framework adversely affect the project + +
|
+
+
+ forceMajeure
+
+ |
+ + Force majeure + | +
+ Risk that external events beyond the control of the parties to the contract, such as natural disasters, wars, terrorism etc., affect the project + +
|
+
+
+ earlyTermination
+
+ |
+ + Early termination + | +
+ Risk that compensation sum due to early termination might be insufficient to meet private party’s financial obligations or is less than expected + +
|
+
+
+ compliance
+
+ |
+ + Compliance risks + | +
+ Risks deriving from the compliance or lack thereof of regulatory obligations related to the development of the project + +
|
+
+
+ all
+
+ |
+ + All risks + | +
+ All risks deriving from the project + +
|
+
+ For providing the risk allocations defined in a public private partnership's contract. +
+The framework for disclosure in PPPs calls for individual risk allocation information.
+The risk allocation extension is used to provide structured data on the risk allocations defined in a public private partnership's contract, through a contracts.riskAllocation
array.
The riskCategory.csv
codelist is based on the APMG PPP Certification Program. The codelist's Category column indicates the stage or aspect of the contracting process to which the risk category applies.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "title": "Public Private Partnership Agreement",
+ "description": "Public-Private Partnership agreement entered into by and between telecoms promoter, together with national fibre infrastructure and the special purpose vehicle Mega Consortium Ltd",
+ "riskAllocation": [
+ {
+ "id": "1",
+ "category": "compliance",
+ "description": "Risks deriving from the compliance or lack thereof of regulatory obligations related to the development of the Project",
+ "allocation": "privateParty"
+ },
+ {
+ "id": "2",
+ "category": "construction",
+ "description": "Risks deriving from procurement or lack thereof of the necessary licenses and permits for the Project’s development",
+ "allocation": "privateParty"
+ },
+ {
+ "id": "3",
+ "category": "construction",
+ "description": "Risks arising from the procurement or lack thereof of rights of way required for the Project’s development",
+ "allocation": "privateParty"
+ }
+ ]
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties."minLength": 1
on required string fields.Risk.id
required to support revision tracking and list merging+ For providing the risk allocations defined in a public private partnership's contract. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Risk
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Risk ID + | +
+ A local identifier for this risk, unique within this block. This field is used to keep track of multiple revisions of a risk through the compilation from release to record mechanism. + + |
+ + string or integer + | +
+
+ category
+
+ |
+ + Risk category + | +
+ The category of the risk, from the riskCategory codelist. + + |
+ + string from open riskCategory codelist + | +
+
+ description
+
+ |
+ + Risk description + | +
+ The description of the risk. + + |
+ + string + | +
+
+ allocation
+
+ |
+ + Risk allocation + | +
+ The party to the contract that retains the risk. + + |
+ + string from closed riskAllocation codelist + | +
+
+ notes
+
+ |
+ + Risk notes + | +
+ Additional notes on the risk, for example the rationale for the allocation. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ riskAllocation
+
+ |
+ + Risk allocation + | +
+ Information on the allocation of risks relating to the contract. + + |
+ + array of Risk objects + | +
+ For providing the risk allocations defined in a public private partnership's contract. +
+
+ You can download the riskAllocation.csv
file in English.
+
+ Code + | ++ Title_en + | ++ Description_en + | +
---|---|---|
+
+ publicAuthority
+
+ |
+ + Public authority + | +
+ The risk is wholly or mostly retained by the public authority + + |
+
+
+ privateParty
+
+ |
+ + Private party + | +
+ The risk is wholly or mostly retained by the private party + + |
+
+
+ undefined
+
+ |
+ + Undefined + | +
+ The risk is not clearly assigned to a specific party. Further details can be provided in the notes field. + + |
+
+ You can download the riskCategory.csv
file in English.
+
+ Code + | ++ Title_en + | ++ Description_en + | +
---|---|---|
+
+ development
+
+ |
+ + Development Risk + | +
+ Risks relating to the development phase, which involves the preparation and procurement of the project up to financial close, including invitation to tender and bidding; negotiation of the various project documents; and obtaining debt and equity funding. + +
|
+
+
+ completion
+
+ |
+ + Completion Risk + | +
+ The risk that the project is not completed in accordance with its initial specifications within the agreed timeframe. Completion risk covers: construction, testing and commissioning of the project. + +
|
+
+
+ costIncrease
+
+ |
+ + Cost Increase Risk + | +
+ The risk that the amount forecast for the cost of construction and operation of the project in the financial model will, for some reason, be surpassed. Cost increase risk includes: exchange rate risk, interest rate and refinancing risk, inflation, taxes, input price increase, construction cost increase, operation cost increase, cost of spare and replacement parts, decrease in off-take price, and coverage of cost overrun risk. + +
|
+
+
+ performance
+
+ |
+ + Performance Risk + | +
+ The risk that the project does not perform at the levels specified in the contract. This risk covers design and construction, operation, input supply, and offtake purchaser infrastructure. + +
|
+
+
+ operation
+
+ |
+ + Operation Risk + | +
+ Operation risk includes: the risk of defects in design, equipment or materials beyond the construction contractor’s defects liability period, the availability of labor and materials, changes in operating requirements, the cost of asset replacement and major maintenance, the availability of experienced management, the availability of working capital financing to cover short-term financing needs, the availability of locally sourced/cost-effective supplies and services, the availability of associated infrastructure and services, the program for operation and maintenance, as well as other costs subject to change over the period of the concession. + +
|
+
+
+ market
+
+ |
+ + Market Risk + | +
+ Primary market risks that are likely to be encountered in a PPP project include: offtake (output) price and input cost risk. + +
|
+
+
+ political
+
+ |
+ + Political Risk + | +
+ Political risk, such as events of war, rebellion, default or failure of public sector entities, change in law and delays by authorities. + +
|
+
+
+ environmental
+
+ |
+ + Environmental Risk + | +
+ Risk related to the liabilities and constraints generated by environmental requirements, and the cost of compliance to environmental laws and regulations. + +
|
+
+
+ social
+
+ |
+ + Social Risk + | +
+ Risk related to the project’s impact on the local communities, and the potential resistance from local interest groups that can delay project implementation, increase the cost of implementation and undermine project viability. + +
|
+
+
+ credit
+
+ |
+ + Credit Risk + | +
+ The risk that project participants are not able to assume their project obligations to ensure the financial viability of the project. This risk takes into consideration the financial stability, technical capacity, available resources, longevity, and managerial capacity of each such participant. + +
|
+
+
+ compliance
+
+ |
+ + Compliance risks + | +
+ Risks deriving from the compliance or lack thereof of regulatory obligations related to the development of the project + + |
+
+
+ all
+
+ |
+ + All risks + | +
+ All risks deriving from the project + + |
+
+ For providing the risk allocations defined in a public private partnership's contract. +
+The framework for disclosure in PPPs calls for individual risk allocation information.
+The risk allocation extension is used to provide structured data on the risk allocations defined in a public private partnerships contract.
+Risk allocations can be represented using an array of risk blocks in the riskAllocation
field of the contract
section of an OCDS release.
The risk category can be represented using the risk/category
field using values from the risk category codelist based on the APMG PPP Certification Program.
The party retaining each risk should be represented using the risk/allocation
field using values from the risk allocation codelist.
The description of the risk should be provided as free text using the risk/description
field and the mitigation for the risk should be provided as free text using the risk/mitigation
field.
Additional free text information on the risk can be provided using the risk/notes
field.
+ For providing the risk allocations defined in a public private partnership's contract. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Risk
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Risk ID + | +
+ A local identifier for this risk, unique within this block. This field is used to keep track of multiple revisions of a risk through the compilation from release to record mechanism. + + |
+ + string or integer + | +
+
+ category
+
+ |
+ + Risk category + | +
+ Specify the category of the risk against the risk category codelist. + + |
+ + string from open riskCategory codelist + | +
+
+ description
+
+ |
+ + Risk description + | +
+ A description for this risk. + + |
+ + string + | +
+
+ allocation
+
+ |
+ + Risk allocation + | +
+ The party which retains the risk. + + |
+ + string from closed riskAllocation codelist + | +
+
+ notes
+
+ |
+ + Risk notes + | +
+ Additional notes on the risk, for example the rationale for the allocation + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ riskAllocation
+
+ |
+ + Risk allocation + | +
+ Information on the allocation of risks relating to the contract. + + |
+ + array of Risk objects + | +
+ + This page has moved to a /en/extensions/secondStageDescription/master/ +
++ Adds a second stage object to the tender and lot objects, to describe the second stage of a two-stage procedure. +
+Adds a second stage object to the tender and lot objects, to describe the second stage of a two-stage procedure. In particular, it adds two fields to describe the limits on the number of candidates to be invited.
+If there is an exact limit on the number of candidates, set minimumCandidates
and maximumCandidates
to the same number.
If maximumCandidates
is set, use the selection criteria extension (TBD) to describe how the selection criteria will be used to select candidates to be invited for the second stage.
In the European Union, this extension's fields correspond to eForms BG-709 (Second Stage). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "secondStage": {
+ "minimumCandidates": 5,
+ "maximumCandidates": 50,
+ "successiveReduction": true,
+ "noNegotiationNecessary": false,
+ "invitationDate": "2019-08-16T10:30:00Z"
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/695.
++ Adds a second stage object to the tender and lot objects, to describe the second stage of a two-stage procedure. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ secondStage
+
+ |
+ + Second stage + | +
+ Information about the second stage of a two-stage procedure (e.g. a restricted procedure, a competitive procedure with negotiation, a competitive dialogue or an innovation partnership). + + |
+ + SecondStage object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ secondStage
+
+ |
+ + Second stage + | +
+ Information about the second stage of a two-stage procedure (e.g. a restricted procedure, a competitive procedure with negotiation, a competitive dialogue or an innovation partnership). + + |
+ + SecondStage object + | +
+ The extension defines a new SecondStage
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ minimumCandidates
+
+ |
+ + Minimum number of candidates + | +
+ The minimum number of candidates to be invited for the second stage of the procedure. If there is an exact limit on the number of candidates, set |
+ + number + | +
+
+ maximumCandidates
+
+ |
+ + Maximum number of candidates + | +
+ The maximum number of candidates to be invited for the second stage of the procedure. If there is an exact limit on the number of candidates, set |
+ + number + | +
+
+ successiveReduction
+
+ |
+ + Successive reduction + | +
+ The procedure will take place in successive stages. In each stage, some participants might be eliminated. + + |
+ + boolean + | +
+
+ noNegotiationNecessary
+
+ |
+ + No negotiation necessary + | +
+ The buyer or procuring entity reserves the right to award the contract on the basis of the initial bids without any further negotiations. + + |
+ + boolean + | +
+
+ invitationDate
+
+ |
+ + Invitation date + | +
+ The estimated date of dispatch of the invitations to participate or to submit bids. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/selectionCriteria/master/ +
++ Adds an object to describe the conditions for participation in a contracting process. +
+
+ You can download the appliesTo.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ supplier
+
+ |
+ + Supplier + | +
+ The selection criterion applies to the suppliers. + + |
+
+
+ subcontractor
+
+ |
+ + Subcontractor + | +
+ The selection criterion applies to the subcontractors. + + |
+
+ You can download the selectionCriterionType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ economic
+
+ |
+ + Economic + | +
+ The criterion relates to the economic or financial standing of the tenderer. + + |
+
+
+ technical
+
+ |
+ + Technical + | +
+ The criterion relates to the technical or professional ability of the tenderer. + + |
+
+
+ suitability
+
+ |
+ + Suitability + | +
+ The criterion relates to the suitability of the tenderer (e.g. enrolment in trade register or membership of professional organization). + + |
+
+
+ other
+
+ |
+ + Other + | +
+ The criterion relates to other aspects of the tenderer. + + |
+
+ Adds an object to describe the conditions for participation in a contracting process. +
+Adds an object to describe the criteria to qualify candidates to participate in a contracting process.
+This extension must be used with the Award criteria breakdown extension.
+If your data closely follows the Core Criterion and Core Evidence Vocabulary (CCCEV), consider the Requirements extension.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BG-702 (Selection Criteria) and BG-72 (Selection Criteria Second Stage Invite Number). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+Potential suppliers and subcontractors must demonstrate a minimum of 10 years experience on similar projects.
+{
+ "tender": {
+ "selectionCriteria": {
+ "criteria": [
+ {
+ "description": "Minimum number of years of experience on similar projects",
+ "minimum": "10",
+ "type": "technical",
+ "appliesTo": [
+ "supplier",
+ "subcontractor"
+ ]
+ }
+ ]
+ }
+ }
+}
+
A tender with a single lot where the selection criterion only applies for selecting candidates to be invited to the second stage of the procedure. The candidates will be selected only if the rate of their turnover over the value of the contract is at least 2.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "selectionCriteria": {
+ "criteria": [
+ {
+ "description": "Turnover over contract value rate",
+ "type": "economic",
+ "forReduction": true,
+ "numbers": [
+ {
+ "number": 2,
+ "threshold": "minimumScore"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+forReduction
and numbers
fields to the SelectionCriterion
object. The numbers
field reuses the CriterionNumber
definition from the Award criteria breakdown extension.appliesTo
field.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds an object to describe the conditions for participation in a contracting process. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ selectionCriteria
+
+ |
+ + Selection criteria + | +
+ Information about the conditions for participation in a procedure. + + |
+ + SelectionCriteria object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ selectionCriteria
+
+ |
+ + Selection criteria + | +
+ Information about the conditions for participation in a lot. + + |
+ + SelectionCriteria object + | +
+ The extension defines a new SelectionCriteria
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ criteria
+
+ |
+ + Selection criteria + | +
+ The selection criteria. + + |
+ + array of SelectionCriterion objects + | +
+
+ description
+
+ |
+ + Description + | +
+ The description of the criteria used to select the economic operators who will be allowed to bid. + + |
+ + string + | +
+ The extension defines a new SelectionCriterion
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Type + | +
+ The type of the criterion. + + |
+ + string from closed selectionCriterionType codelist + | +
+
+ description
+
+ |
+ + Description + | +
+ The description of the criterion. + + |
+ + string + | +
+
+ minimum
+
+ |
+ + Minimum value or level + | +
+ The minimum value or level of compliance a candidate needs to meet in order to participate. + + |
+ + string + | +
+
+ appliesTo
+
+ |
+ + Applies to + | +
+ Whether the criterion applies to suppliers, subcontractors, or both. + + |
+ + array of strings from closed appliesTo codelist + | +
+
+ forReduction
+
+ |
+ + For reduction? + | +
+ Whether the criterion is used to select the potential suppliers to be invited to the second stage of the contracting process, if the number of invitations is limited. + + |
+ + boolean + | +
+
+ numbers
+
+ |
+ + Numbers + | +
+ Numbers linked to the criterion. + + |
+ + array of CriterionNumber objects + | +
+ + This page has moved to a /en/extensions/shareholders/master/ +
++ Adds company ownership fields to the organization object used in the parties array. +
+
+ You can download the votingRights.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ ordinary
+
+ |
+ + Ordinary voting rights + | +
+ The shareholder is entitled to a single vote per share in all circumstances + + |
+
+
+ none
+
+ |
+ + No voting rights + | +
+ The shareholder is not entitled to vote under any circumstances + + |
+
+
+ restricted
+
+ |
+ + Restricted voting rights + | +
+ The shareholder is entitled to vote in specific circumstances only + + |
+
+
+ additional
+
+ |
+ + Additional voting rights + | +
+ The shareholder is entitled to more than one vote per share in all circumstances + + |
+
+
+ enhanced
+
+ |
+ + Enhanced voting rights + | +
+ The shareholder is entitled to more than one vote per share in specific circumstances only + + |
+
+ Adds company ownership fields to the organization object used in the parties array. +
+Adds company ownership fields to the organization object used in the parties array.
+For example, when bidding in Public Private Partnerships, companies can be required to disclose their ownership information. After a contract is signed and during project implementation, the ownership information of the Special Purpose Vehicle (SPV) that is operating the contract might need to be updated.
+Since each owner mentioned in the shareholders
array should have a corresponding entry in the parties
array, it is possible to use this extension to describe multiple levels of corporate ownership.
{
+ "parties": [
+ {
+ "id": "MEGA",
+ "name": "Mega Consortium",
+ "shareholders": [
+ {
+ "id": "1",
+ "shareholder": {
+ "id": "AHL",
+ "name": "Alpha Holdings Ltd"
+ },
+ "shareholding": 0.67,
+ "votingRights": "additional",
+ "votingRightsDetails": "Alpha Holdings Ltd. is entitled to 5 votes per share.",
+ "notes": "Alpha Holdings Ltd. must maintain a minimum shareholding of 30% in the project company until 10 years from the date of commissioning have elapsed."
+ },
+ {
+ "id": "2",
+ "shareholder": {
+ "id": "BET",
+ "name": "Beta Investment Company Ltd"
+ },
+ "shareholding": 0.33,
+ "votingRights": "ordinary"
+ }
+ ]
+ },
+ {
+ "id": "BET",
+ "name": "Beta Investment Company Ltd"
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Organization.beneficialOwnership
.minProperties
, minItems
and/or minLength
properties."minLength": 1
on required string fields.Organization.beneficialOwnership
non-nullable (undo earlier change).Shareholder.id
required to support revision tracking and list mergingOrganization.beneficialOwnership
nullable.+ Adds company ownership fields to the organization object used in the parties array. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Shareholder
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ A local identifier for this shareholding, unique within this array. + + |
+ + string + | +
+
+ shareholder
+
+ |
+ + Shareholder + | +
+ The organization holding the share. + + |
+ + OrganizationReference object + | +
+
+ shareholding
+
+ |
+ + Shareholding + | +
+ The percentage of the organization's shares held by the shareholder, expressed as a decimal between 0 and 1. + + |
+ + number + | +
+
+ votingRights
+
+ |
+ + Voting rights + | +
+ The type of voting rights associated with the shareholder's shares. + + |
+ + string from closed votingRights codelist + | +
+
+ votingRightsDetails
+
+ |
+ + Voting rights details + | +
+ Detailed information about the voting rights associated with the shareholder's shares: for example, when the shareholder voting rights are restricted, additional or enhanced. + + |
+ + string + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Additional notes on the shareholding or shareholder: for example, details on any caps on equity transfer, or lock-in arrangements, applicable to the shareholder. + + |
+ + string + | +
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ shareholders
+
+ |
+ + Shareholdings + | +
+ Shareholdings in the organization: used to provide company ownership information for firms, primarily in the case of large and complex contracts, like public private partnerships, that require disclosure of this information by bidders or suppliers. + + |
+ + array of Shareholder objects + | +
+ Adds company ownership fields to the organization object used in the parties array. +
+
+ You can download the votingRights.csv
file in English.
+
+ Code + | ++ Title_en + | ++ Description_en + | +
---|---|---|
+
+ ordinary
+
+ |
+ + Ordinary voting rights + | +
+ The shareholder is entitled to a single vote per share in all circumstances + + |
+
+
+ none
+
+ |
+ + No voting rights + | +
+ The shareholder is not entitled to vote under any circumstances + + |
+
+
+ restricted
+
+ |
+ + Restricted voting rights + | +
+ The shareholder is entitled to vote in specific circumstances only + + |
+
+
+ additional
+
+ |
+ + Additional voting rights + | +
+ The shareholder is entitled to more than one vote per share in all circumstances + + |
+
+
+ enhanced
+
+ |
+ + Enhanced voting rights + | +
+ The shareholder is entitled to more than one vote per share in specific circumstances only + + |
+
+ Adds company ownership fields to the organization object used in the parties array. +
+The shareholder extension can be used to provide details of the owners of parties involved in a contracting process.
+For example, in Public Private Partnerships processes, companies are often required to disclose information on their ownership structures when bidding, and when the contract is awarded, information on the ownership of a Special Purpose Vehicle (SPV) operating the contract may need to be kept up to date during project implementation.
+Because each owner mentioned in the shareholders array should also gain an entry in the 'parties' array, it is possible to use this extension to build up information on corporate ownership networks involved in a contracting process.
+This extension also includes a 'stub' entry for recording beneficial ownership information against a party.
+At present this includes space for free-text description of ownership and control structures, but this may be further extended with structured beneficial ownership information drawing on the draft Beneficial Ownership Data Standard.
++ Adds company ownership fields to the organization object used in the parties array. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Shareholder
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Shareholder ID + | +
+ A local identifier for this shareholder, unique within this block. This field is used to keep track of multiple revisions of a shareholder through the compilation from release to record mechanism. + + |
+ + string + | +
+
+ shareholder
+
+ |
+ + Shareholder organization reference. + | +
+ An organization reference pointing the entry in the parties section for the shareholding organization. + + |
+ + OrganizationReference object + | +
+
+ shareholding
+
+ |
+ + Shareholding + | +
+ The percentage of shares held by the shareholder, expressed as a decimal value between 0 and 1. + + |
+ + number + | +
+
+ votingRights
+
+ |
+ + Shareholder voting rights + | +
+ Specify the type of voting rights associated with the shares held by the shareholder against the voting rights codelist. + + |
+ + string from closed votingRights codelist + | +
+
+ votingRightsDetails
+
+ |
+ + Shareholder voting rights details + | +
+ Detailed information about the shareholder's voting rights. This field should be completed when the shareholder voting rights are restricted, additional or enhanced. + + |
+ + string + | +
+
+ notes
+
+ |
+ + Shareholder notes + | +
+ Additional notes on this shareholder. This field should be used to provide details on any caps on equity transfer, or lock-in arrangements, applicable to this shareholder. + + |
+ + string + | +
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ shareholders
+
+ |
+ + Organization shareholders + | +
+ A list of shareholders in the organization: used to provide company ownership information for firms, primarily in the case of large and complex contracts, or Public Private Partnerships, that require disclosure of this information for certain bidders or awarded parties. + + |
+ + array of Shareholder objects + | +
+
+ beneficialOwnership
+
+ |
+ + Beneficial ownership + | +
+ This section can be used to record information concerning individuals or organisations with a beneficial ownership or control interests in this party. Where structured data is available, this section may be extended by embedding or linking to information modelled using the Beneficial Ownership Data Standard (BODS). + + |
+ + object + | +
+
+ beneficialOwnership.
+ |
+ + Description + | +
+ A free text description of beneficial ownership or control arrangements. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/signatories/master/ +
++ Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award. +
+Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award.
+In OCDS, the signatories to a contract are not explicitly declared in the contracts
section. Instead, the signatories are implicitly assumed to be the buyer
and the suppliers
in the award associated to the contract.
In some types of contracting processes, there can be additional signatories to the contract, or the signatories to the contract can differ from those specified in buyer
and suppliers
.
Use this extension only if the signatories to a contract differ from its related award's suppliers
and the contracting process' buyer
. If that is the case, list all signatories to the contract, including the buyer
and suppliers
.
Each signatory should have an associated entry in the parties
section.
The following JSON snippet models a contracting process where there is an additional signatory to the contract beyond those defined in the buyer
and awards.suppliers
fields.
{
+ "buyer": {
+ "name": "Ministry of Communications",
+ "id": "GB-GOV-12345678"
+ },
+ "awards": [
+ {
+ "id": "1",
+ "suppliers": [
+ {
+ "name": "Example Consortium",
+ "id": "GB-COH-00000000"
+ }
+ ]
+ }
+ ],
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "signatories": [
+ {
+ "name": "Ministry of Communications",
+ "id": "GB-GOV-12345678"
+ },
+ {
+ "name": "Example Consortium",
+ "id": "GB-COH-00000000"
+ },
+ {
+ "name": "Telecommunications UK",
+ "id": "GB-GOV-99999999"
+ }
+ ]
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.+ Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ signatories
+
+ |
+ + Contract signatories + | +
+ The signatories to the contract. Each signatory should have a corresponding entry in the |
+ + array of OrganizationReference objects + | +
+ + This page has moved to a /en/extensions/statistics/master/ +
++ Adds a top-level statistics array to describe statistics about the contracting process. +
+
+ You can download the +statistic.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ complainants
+
+ |
+ + Complainants + | +
+ The total number of organizations that submitted a complaint. + + |
+
+ You can download the statisticScope.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ complaints
+
+ |
+ + Complaints + | +
+ Statistics relating to complaints and complainants. Also known as review requests. + + |
+
+ Adds a top-level statistics array to describe statistics about the contracting process. +
+Adds a top-level statistics array to describe statistics about the contracting process.
+This extension must be used with the Bid statistics and details extension.
+If you use a codelist for statistics.measure
, you should explain where the codes are from in your publication policy/user guide.
A statistic describing the number of complaints received about the unjustified rejection of abnormally low tenders. The value of statistics.measure
is taken from the EU's irregularity type codelist.
{
+ "statistics": [
+ {
+ "id": "1",
+ "value": 2,
+ "measure": "ab-low",
+ "scope": "complaints",
+ "notes": "Unjustified rejection of abnormally low tenders"
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a top-level statistics array to describe statistics about the contracting process. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statistics
+
+ |
+ + Statistics + | +
+ Statistics about the contracting process. + + |
+ + array of Statistic objects + | +
+ The extension defines these fields in the Statistic
object from the Bid statistics and details extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ scope
+
+ |
+ + Scope + | +
+ The scope of the statistic, from the closed statistic scope codelist. + + |
+ + string from closed statisticScope codelist + | +
+ + This page has moved to a /en/extensions/statusDetails/master/ +
++ Add a statusDetails field to Tender, Award and Contract object +
+In some cases, it is important to preserve the local name of the status in which the tender, award or contract are. This extension adds the field statusDetails
to the tender, award and contract objecs, in order to provide the local name of the particular status used.
{
+ "tender": {
+ "id": "tender-1",
+ "status": "complete",
+ "statusDetails": "Adjudicado"
+ },
+ "awards": [
+ {
+ "id": "award-1",
+ "status": "active",
+ "statusDetails": "Adjudicado"
+ }
+ ],
+ "contracts": [
+ {
+ "id": "contract-1",
+ "awardID": "award-1",
+ "status": "active",
+ "statusDetails": "Adjudicado"
+ }
+ ]
+}
+
An example of contract.statusDetails
reflecting a court order:
{
+ "tender": {
+ "id": "tender-1",
+ "status": "complete"
+ },
+ "awards": [
+ {
+ "id": "award-1",
+ "status": "active"
+ }
+ ],
+ "contracts": [
+ {
+ "id": "contract-1",
+ "awardID": "award-1",
+ "status": "active",
+ "statusDetails": "Suspended as a result of a court order."
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+contract.statusDetails
reflecting a court order.This extension was originally discussed in https://github.com/open-contracting/standard/issues/764.
++ Add a statusDetails field to Tender, Award and Contract object +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ mainProcurementCategoryDetails
+
+ |
+ + Main Procurement Category Details + | +
+ The local name of the Main Procurement Category + + |
+ + string + | +
+
+ statusDetails
+
+ |
+ + Status Details + | +
+ Additional detail on the status of the tender. This field can be used to provide the local name of the status. + + |
+ + string + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statusDetails
+
+ |
+ + Status Details + | +
+ Additional detail on the status of the award. This field can be used to provide the local name of the status. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statusDetails
+
+ |
+ + Status Details + | +
+ Additional detail on the status of the contract. This field can be used to provide the local name of the status + + |
+ + string + | +
+ + This page has moved to a /en/extensions/subcontracting/master/ +
++ Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ subcontractor
+
+ |
+ + Subcontractor + | +
+ An organization that will perform part of a contract on behalf of a supplier. + + |
+
+ Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties. +
+Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
If the percentage of the contract value that is subcontracted is an exact number and not a range, set minimumPercentage
and maximumPercentage
to the same number.
In the European Union, this extension's fields correspond to article 21 of directive 2009/81/EC and the eForms business terms in BG-180 (Subcontracting) and BG-711 (Contract Terms).
+For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+TED XML schema R2.0.9 models the minimum and maximum percentages of the contract value that the contractor needs to subcontract as part of each award for F15: Voluntary ex ante transparency notice. eForms XML models these as part of each lot. As such, different fields ought to be used when implementing each profile.
+Information about the terms governing subcontracting is disclosed at the tender and award stages, and information about the parts of the contract that the supplier will subcontract is disclosed at the award stage.
+{
+ "tender": {
+ "subcontractingTerms": {
+ "description": "The successful tenderer is obliged to specify which part or parts of the contract it intends to subcontract beyond the required percentage and to indicate the subcontractors already identified."
+ }
+ },
+ "awards": [
+ {
+ "id": "1",
+ "hasSubcontracting": true,
+ "subcontracting": {
+ "competitive": true,
+ "value": {
+ "amount": 28000,
+ "currency": "EUR"
+ },
+ "minimumPercentage": 0.3,
+ "maximumPercentage": 0.3,
+ "competitiveMinimumPercentage": 0.1,
+ "competitiveMaximumPercentage": 0.25,
+ "description": "The painting and electricity tasks are subcontracted."
+ }
+ }
+ ]
+}
+
Information about the terms governing subcontracting is disclosed per lot at the tender stage, and information about the parts of the contract that the tenderer will subcontract is disclosed at the bid stage.
+{
+ "parties": [
+ {
+ "id": "ORG-0005",
+ "roles": [
+ "tenderer"
+ ]
+ },
+ {
+ "id": "ORG-0012",
+ "roles": [
+ "subcontractor"
+ ]
+ }
+ ],
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "subcontractingTerms": {
+ "description": "The contractor must subcontract a minimum percentage of the contract using the procedure set out in Title III of Directive 2009/81/EC.",
+ "competitiveMinimumPercentage": 0.255,
+ "competitiveMaximumPercentage": 0.455
+ }
+ }
+ ]
+ },
+ "bids": {
+ "details": [
+ {
+ "id": "1",
+ "hasSubcontracting": true,
+ "subcontracting": {
+ "description": "The subcontracting will be...",
+ "value": {
+ "amount": 9999999.99,
+ "currency": "EUR"
+ },
+ "minimumPercentage": 0.3,
+ "maximumPercentage": 0.3,
+ "subcontracts": [
+ {
+ "id": "1",
+ "subcontractor": {
+ "id": "ORG-0012",
+ "name": "Company ABC"
+ },
+ "mainContractors": [
+ {
+ "id": "ORG-0005",
+ "name": "Tendering Company Ltd"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+Bid.hasSubcontracting
Bid.subcontracting
SubcontractingTerms.competitiveMaximumPercentage
SubcontractingTerms.competitiveMinimumPercentage
Subcontracting.subcontracts
Subcontracting
object to be used in the context of bids:
+Subcontracting
Subcontracting.description
Subcontracting.value
Lot.subcontractingTerms
field.subcontracting
field in the Tender
object to subcontractingTerms
.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests. You can also see discussions about this extension in this issue.
++ Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ subcontractingTerms
+
+ |
+ + Subcontracting terms + | +
+ Information about the terms governing subcontracting. + + |
+ + SubcontractingTerms object + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasSubcontracting
+
+ |
+ + Subcontracting involved + | +
+ Whether a part of the contract will be subcontracted. + + |
+ + boolean + | +
+
+ subcontracting
+
+ |
+ + Subcontracting + | +
+ Information about the parts of the contract that the supplier will subcontract to third parties. + + |
+ + Subcontracting object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ subcontractingTerms
+
+ |
+ + Subcontracting terms + | +
+ Information about the terms governing subcontracting. + + |
+ + SubcontractingTerms object + | +
+ The extension defines these fields in the Bid
object from the Bid statistics and details extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasSubcontracting
+
+ |
+ + Subcontracting involved + | +
+ Whether a part of the contract will be subcontracted to third parties. + + |
+ + boolean + | +
+
+ subcontracting
+
+ |
+ + Subcontracting + | +
+ Information about the parts of the contract that will be subcontracted to third parties. + + |
+ + Subcontracting object + | +
+ The extension defines a new SubcontractingTerms
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ A description of the terms governing subcontracting. + + |
+ + string + | +
+
+ competitiveMaximumPercentage
+
+ |
+ + Maximum percentage of contract value for competitive subcontracting + | +
+ The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure. + + |
+ + number + | +
+
+ competitiveMinimumPercentage
+
+ |
+ + Minimum percentage of contract value for competitive subcontracting + | +
+ The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure. + + |
+ + number + | +
+ The extension defines a new Subcontracting
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ The description of the part of the contract that will be subcontracted to third parties. + + |
+ + string + | +
+
+ maximumPercentage
+
+ |
+ + Maximum percentage of contract value + | +
+ The maximum percentage of the contract value that will be subcontracted. + + |
+ + number + | +
+
+ minimumPercentage
+
+ |
+ + Minimum percentage of contract value + | +
+ The minimum percentage of the contract value that will be subcontracted. + + |
+ + number + | +
+
+ competitiveMaximumPercentage
+
+ |
+ + Maximum percentage of contract value for competitive subcontracting + | +
+ The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure. + + |
+ + number + | +
+
+ competitiveMinimumPercentage
+
+ |
+ + Minimum percentage of contract value for competitive subcontracting + | +
+ The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure. + + |
+ + number + | +
+
+ value
+
+ |
+ + Subcontracted value + | +
+ The estimated value of the part of the contract that will be subcontracted to third parties. + + |
+ + Value object + | +
+
+ competitive
+
+ |
+ + Competitive subcontracting + | +
+ Whether the supplier will subcontract part of the contract to third parties through a competitive procedure. + + |
+ + boolean + | +
+
+ subcontracts
+
+ |
+ + Subcontracts + | +
+ Information about the subcontracts that will be established. + + |
+ + array of Subcontract objects + | +
+ The extension defines a new Subcontract
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ The locally unique identifier for the subcontract. + + |
+ + string + | +
+
+ subcontractor
+
+ |
+ + Subcontractor + | +
+ The organization that performs part of the contract on behalf of the suppliers. + + |
+ + OrganizationReference object + | +
+
+ mainContractors
+
+ |
+ + Main contractors + | +
+ The organizations to which the subcontractor will be subcontracted, if they are a subset of the tenderers submitting the bid or the suppliers receiving the award. + + |
+ + array of OrganizationReference objects + | +
+ + This page has moved to a /en/extensions/submissionTerms/master/ +
++ Adds a submission terms object to the tender and lot objects, to describe how, when and where the tenderers must submit their bids. +
+
+ You can download the permission.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ required
+
+ |
+ + Required + | +
+ The activity is required. + + |
+
+
+ allowed
+
+ |
+ + Allowed + | +
+ The activity is allowed. + + |
+
+
+ notAllowed
+
+ |
+ + Not allowed + | +
+ The activity is not allowed. + + |
+
+ Adds a submission terms object to the tender and lot objects, to describe how, when and where the tenderers must submit their bids. +
+Adds a submission terms object to the tender and lot objects, to describe how, when and where the tenderers must submit their bids.
+In the European Union, this extension's fields correspond to eForms BG-102 (Submission Terms). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "submissionTerms": {
+ "electronicSubmissionPolicy": "notAllowed",
+ "nonElectronicSubmissionRationale": "Inclusion of a physical model",
+ "advancedElectronicSignatureRequired": false,
+ "electronicCataloguePolicy": "notAllowed",
+ "variantPolicy": "notAllowed",
+ "multipleBidsAllowed": true,
+ "languages": [
+ "fr",
+ "es"
+ ],
+ "bidValidityPeriod": {
+ "startDate": "2019-09-20T00:00:00Z",
+ "endDate": "2019-12-02T23:59:59Z",
+ "durationInDays": 74
+ },
+ "depositsGuarantees": "An on-demand performance bond issued by an entity that the Contracting Entity judges to be acceptable (e.g. a bank or insurance company) and whose value is a percentage of the total contract price.",
+ "subcontractingClauses": [
+ "subc-oblig"
+ ]
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+electronicCataloguePolicy
field.SubmissionTerms.advancedElectronicSignatureRequired
SubmissionTerms.multipleBidsAllowed
SubmissionTerms.nonElectronicSubmissionRationale
SubmissionTerms.subcontractingClauses
requiresGuarantees
to depositsGuarantees
type
of depositsGuarantees
from a boolean to a string, to match the type of the corresponding XML element in TED XML Schema 2.09.minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds a submission terms object to the tender and lot objects, to describe how, when and where the tenderers must submit their bids. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ submissionTerms
+
+ |
+ + Submission terms + | +
+ Information about the submission terms to describe how, when and where the tenderers need to submit their bids for the procedure. + + |
+ + SubmissionTerms object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ submissionTerms
+
+ |
+ + Submission terms + | +
+ Information about the submission terms to describe how, when and where the tenderers need to submit their bids for the lot. + + |
+ + SubmissionTerms object + | +
+ The extension defines a new SubmissionTerms
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ electronicSubmissionPolicy
+
+ |
+ + Electronic submission policy + | +
+ Whether tenderers are required, allowed or not allowed to submit bids electronically. + + |
+ + string from closed permission codelist + | +
+
+ variantPolicy
+
+ |
+ + Variant policy + | +
+ Whether tenderers are required, allowed or not allowed to submit bids which fulfill the buyer's needs differently than as proposed in the procurement documents. + + |
+ + string from closed permission codelist + | +
+
+ electronicCataloguePolicy
+
+ |
+ + Electronic catalog policy + | +
+ Whether tenderers are required, allowed or not allowed to submit bids as electronic catalogs. An electronic catalog is an electronic format (typically prescribed by the buyer) that participants in the contracting process need to follow when exchanging information about technical specifications, evaluation criteria, bids, lots, etc. + + |
+ + string from closed permission codelist + | +
+
+ languages
+
+ |
+ + Submission language + | +
+ One or more languages in which bids or requests to participate can be submitted, using either two-letter ISO639-1, or extended BCP47 language tags. The use of lowercase two-letter codes from ISO639-1 is recommended. + + |
+ + array of strings + | +
+
+ bidValidityPeriod
+
+ |
+ + Bid validity period + | +
+ The period, from the bid submission deadline, for which bids must remain valid. + + |
+ + Period object + | +
+
+ depositsGuarantees
+
+ |
+ + Deposits and guarantees + | +
+ Information about the deposits or guarantees required from the tenderers. + + |
+ + string + | +
+
+ advancedElectronicSignatureRequired
+
+ |
+ + Advanced electronic signature required + | +
+ Whether an advanced or qualified electronic signature or seal is needed. + + |
+ + boolean + | +
+
+ multipleBidsAllowed
+
+ |
+ + Multiple bids allowed + | +
+ Whether tenderers can submit more than one bid. + + |
+ + boolean + | +
+
+ nonElectronicSubmissionRationale
+
+ |
+ + Non-electronic submission rationale + | +
+ The rationale for electronic submission not being allowed. + + |
+ + string + | +
+
+ subcontractingClauses
+
+ |
+ + Subcontracting clauses + | +
+ The information about subcontracting that needs to be provided in the bid. + + |
+ + array of strings + | +
+ + This page has moved to a /en/extensions/suitability/master/ +
++ Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers. +
+Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BT-726 (Suitable For SMEs). For correspondences to eForms fields, see OCDS for eForms.
+{
+ "tender": {
+ "id": "1",
+ "suitability": {
+ "sme": true
+ }
+ }
+}
+
{
+ "tender": {
+ "id": "1",
+ "lots": [
+ {
+ "id": "1",
+ "suitability": {
+ "sme": true
+ }
+ }
+ ]
+ }
+}
+
{
+ "tender": {
+ "id": "1",
+ "lotGroups": [
+ {
+ "id": "1",
+ "suitability": {
+ "sme": true
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ suitability
+
+ |
+ + Suitability + | +
+ Information about the suitability of the contracting process to different types of tenderers. + + |
+ + Suitability object + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ suitability
+
+ |
+ + Suitability + | +
+ Information about the suitability of the lot to different types of tenderers. + + |
+ + Suitability object + | +
+ The extension defines these fields in the LotGroup
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ suitability
+
+ |
+ + Suitability + | +
+ Information about the suitability of the lot group to different types of tenderers. + + |
+ + Suitability object + | +
+ The extension defines a new Suitability
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ sme
+
+ |
+ + Small and medium enterprises + | +
+ Whether the contracting process, lot or lot group is suitable to small and medium enterprises. + + |
+ + boolean + | +
+ + This page has moved to a /en/extensions/sustainability/master/ +
++ Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement. +
+
+ You can download the sustainabilityGoal.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ economic
+
+ |
+ + Economic + | +
+ The goal is economic, such as formal employment and the local economy. + + |
+
+
+ economic.formalEmploymentPromotion
+
+ |
+ + Formal employment promotion + | +
+ The goal is to promote formal employment. + + |
+
+
+ economic.innovativePurchase
+
+ |
+ + Innovative purchase + | +
+ The goal is to procure innovative goods, services or works. + + |
+
+
+ economic.localEconomyPromotion
+
+ |
+ + Local economy promotion + | +
+ The goal is to promote the local economy. + + |
+
+
+ economic.marketInnovationPromotion
+
+ |
+ + Market innovation promotion + | +
+ The goal is to promote market innovation. + + |
+
+
+ economic.processInnovationPromotion
+
+ |
+ + Process innovation promotion + | +
+ The goal is to procure goods, services or works that entail process innovation. + + |
+
+
+ economic.productInnovationPromotion
+
+ |
+ + Product innovation promotion + | +
+ The goal is to procure goods, services or works that entail product innovation. + + |
+
+
+ economic.researchDevelopmentActivities
+
+ |
+ + Research and development activities + | +
+ The goal is to procure goods, services or works that involve research and development activities. + + |
+
+
+ environmental
+
+ |
+ + Environmental + | +
+ The goal is to minimize and, if possible, avoid environmental damage: for example, reducing CO2 emissions and waste or promoting resource reuse and energy efficiency. + + |
+
+
+ environmental.biodiversityProtectionRestoration
+
+ |
+ + Biodiversity protection and restoration + | +
+ The goal is to protect and restore biodiversity and ecosystems. + + |
+
+
+ environmental.carbonEmissionsReduction
+
+ |
+ + Carbon emissions reduction + | +
+ The goal is to reduce carbon dioxide (CO2) emissions. + + |
+
+
+ environmental.circularEconomy
+
+ |
+ + Circular economy + | +
+ The goal is to promote the transition to a circular economy. + + |
+
+
+ environmental.climateChangeAdaptation
+
+ |
+ + Climate change adaptation + | +
+ The goal is to promote climate change adaptation. + + |
+
+
+ environmental.climateChangeMitigation
+
+ |
+ + Climate change mitigation + | +
+ The goal is to promote climate change mitigation. + + |
+
+
+ environmental.energyEfficiency
+
+ |
+ + Energy efficiency + | +
+ The goal is to promote energy efficiency. + + |
+
+
+ environmental.pollutionPrevention
+
+ |
+ + Pollution prevention + | +
+ The goal is to prevent pollution. + + |
+
+
+ environmental.recycling
+
+ |
+ + Recycling + | +
+ The goal is to promote recycling. + + |
+
+
+ environmental.resourceReuse
+
+ |
+ + Resource reuse + | +
+ The goal is to maximize the reuse of resources. + + |
+
+
+ environmental.waterResourcesProtection
+
+ |
+ + Water resources protection + | +
+ The goal is to promote the sustainable use and protection of water and marine resources. + + |
+
+
+ environmental.wasteReduction
+
+ |
+ + Waste reduction + | +
+ The goal is to reduce waste. + + |
+
+
+ social
+
+ |
+ + Social + | +
+ The goal is to generate benefits to society: for example, promoting labor rights, diversity and equal opportunity, and occupational health and safety. + + |
+
+
+ social.accessibility
+
+ |
+ + Accessibility + | +
+ The goal is to promote accessibility for disabled and not disabled persons. + + |
+
+
+ social.disadvantagedEmploymentOpportunities
+
+ |
+ + Disadvantaged employment opportunities + | +
+ The goal is to promote employment opportunities for the long-term unemployed, disadvantaged and/or for persons with disabilities. + + |
+
+
+ social.ethnicEquality
+
+ |
+ + Ethnic equality + | +
+ The goal is to promote ethnic equality. + + |
+
+
+ social.genderEquality
+
+ |
+ + Gender equality + | +
+ The goal is to promote gender equality. + + |
+
+
+ social.humanRightsInSupplyChains
+
+ |
+ + Human rights in supply chains + | +
+ The goal is to promote human rights due diligence in global supply chains. + + |
+
+
+ social.laborRightsPromotion
+
+ |
+ + Labor rights promotion + | +
+ The goal is to promote labor rights. + + |
+
+
+ social.smeInclusion
+
+ |
+ + SME inclusion + | +
+ The goal is to promote the participation of small and medium-sized enterprises (SMEs). + + |
+
+
+ social.womenInclusion
+
+ |
+ + Women inclusion + | +
+ The goal is to promote the participation of women-owned suppliers. + + |
+
+ You can download the sustainabilityStrategy.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ awardCriteria
+
+ |
+ + Award criteria + | +
+ Award criteria are used to pursue sustainability goals: for example, allocating points relative to the percentage of recycled materials. + + |
+
+
+ contractPerformanceConditions
+
+ |
+ + Contract performance conditions + | +
+ Contract performance conditions are used to pursue sustainability goals: for example, requiring the supplier to monitor carbon emissions during the contract's implementation. + + |
+
+
+ marginOfPreference
+
+ |
+ + Margin of preference + | +
+ Margins of preference are used to pursue sustainability goals: for example, accepting the bid of a local supplier that is within a margin of the lowest bid. + + |
+
+
+ reservedParticipation
+
+ |
+ + Reserved participation + | +
+ Reserved participation is used to pursue sustainability goals: for example, allowing only SMEs to participate in the contracting process. + + |
+
+
+ selectionCriteria
+
+ |
+ + Selection criteria + | +
+ Selection criteria are used to fulfill sustainability goals: for example, requiring a bidder to have a sustainability certificate. + + |
+
+
+ technicalSpecifications
+
+ |
+ + Technical specifications + | +
+ Items' technical specifications are used to pursue sustainability goals: for example, requiring a product to have an energy efficiency certificate. + + |
+
+
+ euGPPCriteria
+
+ |
+ + EU GPP criteria + | +
+ Green public procurement criteria established at the European Union-level are used to pursue sustainability goals. Criteria can include selection criteria, technical specifications, award criteria and contract performance clauses. + + |
+
+
+ nationalGPPCriteria
+
+ |
+ + National GPP criteria + | +
+ Green public procurement criteria established at the national level are used to pursue sustainability goals. Criteria can include selection criteria, technical specifications, award criteria and contract performance clauses. + + |
+
+
+ otherGPPCriteria
+
+ |
+ + Other GPP criteria + | +
+ Green public procurement criteria established at a level other than the European Union or national levels are used to pursue sustainability goals. Criteria can include selection criteria, technical specifications, award criteria and contract performance clauses. + + |
+
+ Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement. +
+Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement (SPP).
+To calculate SPP indicators, a user or an application needs to be able to perform the following tasks, using OCDS data:
+This extension add the fields needed for the above tasks as structured data.
+If you know a contracting process or lot is SPP-related, set hasSustainability
to true
.
If you know the sustainability goals pursued through the contracting process or lot, then, for each goal, add an entry in its sustainability
array, from the sustainabilityGoal.csv
codelist. This codelist contains codes for broad goals (like 'environmental') and narrower goals (like 'environmental.wasteReduction'). It is an open codelist, such that you can add new codes if no existing code is appropriate.
If you know the strategies used to pursue the sustainability goal(s), then, for each goal, add an entry in the strategies
array, from the sustainabilityStrategy.csv
codelist.
hasSustainability
onlyPublic Health Wales adopts SPP in a contracting process to design office space and supply furniture.
+{
+ "tender": {
+ "id": "P427",
+ "title": "Design of office space and supply of furniture, reusing existing furniture",
+ "hasSustainability": true
+ }
+}
+
If the contracting process is divided into lots, and it is known which lot(s) relate to SPP, set the lot's hasSustainability
field:
{
+ "tender": {
+ "lots": [
+ {
+ "id": "123",
+ "hasSustainability": true
+ }
+ ]
+ }
+}
+
Public Health Wales intends to reduce waste and CO2 emissions as part of a contracting process to design office space and supply furniture.
+{
+ "tender": {
+ "sustainability": [
+ {
+ "goal": "environmental.wasteReduction"
+ },
+ {
+ "goal": "environmental.carbonEmissionsReduction"
+ }
+ ]
+ }
+}
+
If only the broad goal is known, create a single entry using the broad code:
+{
+ "tender": {
+ "sustainability": [
+ {
+ "goal": "environmental"
+ }
+ ]
+ }
+}
+
If the sustainabilityGoal.csv
codelist contains no appropriate code, create your own code. To create a narrower code, add a period to an existing code, followed by a camelCase word:
{
+ "tender": {
+ "sustainability": [
+ {
+ "goal": "environmental.CFCReduction"
+ }
+ ]
+ }
+}
+
If there is a free-text description of the sustainability goal:
+{
+ "tender": {
+ "sustainability": [
+ {
+ "description": "This procurement procedure is aimed at reducing the environmental impact of Public Health Wales office space and furniture."
+ }
+ ]
+ }
+}
+
Public Health Wales sets SPP-related technical specifications as part of a contracting process to design office space and supply furniture.
+{
+ "tender": {
+ "sustainability": [
+ {
+ "goal": "environmental.wasteReduction",
+ "strategies": [
+ "technicalSpecifications"
+ ]
+ },
+ {
+ "goal": "environmental.CO2Reduction",
+ "strategies": [
+ "technicalSpecifications"
+ ]
+ }
+ ]
+ }
+}
+
If the goal is unknown or is sustainability in general, omit goal
and set strategies
only:
{
+ "tender": {
+ "sustainability": [
+ {
+ "strategies": [
+ "technicalSpecifications"
+ ]
+ }
+ ]
+ }
+}
+
This extension uses the UNEP definition of SPP:
+++A process whereby public sector organizations meet their needs for goods, services, works and utilities in a way that achieves value for money on a whole life basis in terms of generating benefits not only to the organization, but also to society and the economy, whilst minimizing, and if possible, avoiding, damage to the environment.
+
The sustainabilityGoal.csv
codelist is based on the goals defined in the OpenSPP toolkit and the EU's strategic procurement codelist.
The sustainabilityStrategy.csv
codelist is based on the strategies described in the OpenSPP toolkit and the EU's strategic procurement codelist.
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+This extension was originally discussed in https://github.com/open-contracting/standard/issues/1543.
+Sustainability.description
field.sustainabilityGoal.csv
:
+sustainabilityStrategy.csv
:
++ Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Sustainability
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ A description of how the contracting process or lot incorporates Sustainable Public Procurement. + + |
+ + string + | +
+
+ goal
+
+ |
+ + Goal + | +
+ The sustainability goal pursued, from the sustainabilityGoal codelist. New sub-codes may be used outside those in the codelist, following the format [existing-code].[sub-code]. + + |
+ + string from open sustainabilityGoal codelist + | +
+
+ strategies
+
+ |
+ + Strategies + | +
+ The strategies used to pursue the sustainability goal(s), from the sustainabilityStrategy codelist. + + |
+ + array of strings from open sustainabilityStrategy codelist + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasSustainability
+
+ |
+ + Has sustainability + | +
+ Whether the contracting process incorporates Sustainable Public Procurement. + + |
+ + boolean + | +
+
+ sustainability
+
+ |
+ + Sustainability + | +
+ Information about how the contracting process incorporates Sustainable Public Procurement. + + |
+ + array of Sustainability objects + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasSustainability
+
+ |
+ + Has sustainability + | +
+ Whether the lot incorporates Sustainable Public Procurement. + + |
+ + boolean + | +
+
+ sustainability
+
+ |
+ + Sustainability + | +
+ Information about how the lot incorporates Sustainable Public Procurement. + + |
+ + array of Sustainability objects + | +
+ Adds fields to the contract and implementation objects to capture details of the tariffs, tolls and user fees set out in the contract and in use throughout the life of the project. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ tariffs
+
+ |
+ + Tariffs + | +
+ For providing tariff and pricing schedules. + +
|
+
+
+ tariffMethod
+
+ |
+ + Tariff method + | +
+ For summarizing the method by which tariffs are set and linking to detailed documentation of the methods for setting tariffs. This might include written documentation and spreadsheets providing the models used to calculate tariffs. + +
|
+
+
+ tariffReview
+
+ |
+ + Tariff review + | +
+ For summarizing the arrangements for the review and regulation of tariffs and linking to detailed documentation that covers how tariffs are regulated. This is important to explain to users why they are paying what they are paying and the scope for changes to payment structures. + +
|
+
+
+ tariffIllustration
+
+ |
+ + Tariff illustration + | +
+ For linking to graphs and reports on the change over time in tariff prices. Use the relevant image media type when linking to PNG or JPEG or GIF graphs to allow applications to directly display this content. + +
|
+
+ You can download the chargePaidBy.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ government
+
+ |
+ + Government + | +
+ The charge is paid by the government + + |
+
+
+ user
+
+ |
+ + User + | +
+ The charge is paid by businesses or citizens using the facilities provided by the contract + + |
+
+ Adds fields to the contract and implementation objects to capture details of the tariffs, tolls and user fees set out in the contract and in use throughout the life of the project. +
+Some contracts, particularly Public Private Partnership contracts, include agreements about the user fees to be charged for use of the infrastructure or services the contract relates to.
+For example, a Public Private Partnership project to build a bridge may set out the tolls for cars and other vehicles cross the bridge.
+The tariff extension allows a structured list of these charges to be set out.
+It also includes an additional codelist entries for the documentType codelist for:
+The tariff model builds upon the metrics extension, allowing an array of tariff items, each with an identifier, title, period, value, units and an arbitrary set of dimensions.
+For example, if the toll for a road bridge varies based on (a) the type of vehicle; and (b) the time of day; an implementation of the tariff extension may create new fields for dimensions.vehicleType
and dimensions.timeOfDay
, populating these according to local codelists. In PPP cases, these additional dimensions may mirror those used in the estimated demand and other metrics sections.
The example below shows a very simply tariff table, without periods or units, but with two dimensions. Tariffs which relate to a particular set of dates could have a period
block. Those which relate to a particular unit (e.g. tonnes) could have this indicated using a unit
block.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "tariffs": [
+ {
+ "id": "1",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 1",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 0.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "2",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 2",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 2.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "3",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 3",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 6.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "4",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 4",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 8.0,
+ "currency": "GBP"
+ }
+ }
+ ]
+ }
+ ]
+}
+
The following document types are introduced by the tariff extension
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++documentType.csv
codelist.minProperties
, minItems
and/or minLength
properties."uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.Tariff.unit
non-nullable, like Item.unit
.Tariff.dimensions
non-nullable (undo earlier change).Tariff.id
required to support revision tracking and list mergingTariff.dimensions
nullable.+ Adds fields to the contract and implementation objects to capture details of the tariffs, tolls and user fees set out in the contract and in use throughout the life of the project. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ tariffs
+
+ |
+ + Tariffs + | +
+ The tariffs as they apply during the life of the project. Also known as tolls or user charges. These may be initially copied from the contract section, and then updated with any revisions over the lifetime of the implementation phase. + + |
+ + array of Tariff objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ tariffs
+
+ |
+ + Tariffs + | +
+ The tariffs as set out in the contract schedules. Also known as tolls or user charges. Updates to tariffs over the operation of the contract can be provided in the implementation section. + + |
+ + array of Tariff objects + | +
+ The extension defines a new Tariff
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Tariff identifier + | +
+ A local identifier for this specific tariff. This field is used to keep track of revisions of a tariff across multiple OCDS releases. + + |
+ + string + | +
+
+ title
+
+ |
+ + Tariff title + | +
+ The title of this tariff. + + |
+ + string + | +
+
+ paidBy
+
+ |
+ + Paid by + | +
+ Is this a user charge (paid by businesses or citizens using the facilities provided by the contract), or a charge paid by the government? + + |
+ + string from closed chargePaidBy codelist + | +
+
+ period
+
+ |
+ + Tariff period + | +
+ The period to which this tariff applies. + + |
+ + Period object + | +
+
+ value
+
+ |
+ + Tariff value + | +
+ The price per unit of this tariff. + + |
+ + Value object + | +
+
+ unit
+
+ |
+ + Tariff unit + | +
+ The unit against which this tariff is charged. + + |
+ + object + | +
+
+ unit.
+ |
+ + Unit name + | +
+ The name of the unit that the tariff is charged against. E.g. tonnes, + + |
+ + string + | +
+
+ unit.
+ |
+ + Scheme + | +
+ The list from which units of measure identifiers are taken. Use of the scheme 'UNCEFACT' for the UN/CEFACT Recommendation 20 list of "Codes for Units of Measure Used in International Trade" is recommended. + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ The identifier from the codelist referenced in the schema property. For example, with UNCEFACT, this is the value of the 'Common Code' column. From this identifier, applications can look-up the human readable name or symbol for this unit of measure. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ If the scheme used provide a machine-readable URI for this unit of measure, this can be given. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Tariff dimensions + | +
+ Used to capture the different breakdowns in tariff charges. Any number of dimensions can be recorded within this object. Dimensions names should follow the camelCase conventions of OCDS. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Tariff notes + | +
+ Any notes on this tariff line item. This may include clarifying information. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/tariffs/1.1/ +
++ Adds fields to the contract and implementation objects to capture details of the tariffs, tolls and user fees set out in the contract and in use throughout the life of the project. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ tariffs
+
+ |
+ + Tariffs + | +
+ For providing tariff and pricing schedules. + +
|
+
+
+ tariffMethod
+
+ |
+ + Tariff method + | +
+ For summarizing the method by which tariffs are set and linking to detailed documentation of the methods for setting tariffs. This might include written documentation and spreadsheets providing the models used to calculate tariffs. + +
|
+
+
+ tariffReview
+
+ |
+ + Tariff review + | +
+ For summarizing the arrangements for the review and regulation of tariffs and linking to detailed documentation that covers how tariffs are regulated. This is important to explain to users why they are paying what they are paying and the scope for changes to payment structures. + +
|
+
+
+ tariffIllustration
+
+ |
+ + Tariff illustration + | +
+ For linking to graphs and reports on the change over time in tariff prices. Use the relevant image media type when linking to PNG or JPEG or GIF graphs to allow applications to directly display this content. + +
|
+
+ You can download the chargePaidBy.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ government
+
+ |
+ + Government + | +
+ The charge is paid by the government + + |
+
+
+ user
+
+ |
+ + User + | +
+ The charge is paid by businesses or citizens using the facilities provided by the contract + + |
+
+ Adds fields to the contract and implementation objects to capture details of the tariffs, tolls and user fees set out in the contract and in use throughout the life of the project. +
+Some contracts, particularly Public Private Partnership contracts, include agreements about the user fees to be charged for use of the infrastructure or services the contract relates to.
+For example, a Public Private Partnership project to build a bridge may set out the tolls for cars and other vehicles cross the bridge.
+The tariff extension allows a structured list of these charges to be set out.
+It also includes an additional codelist entries for the documentType codelist for:
+The tariff model builds upon the metrics extension, allowing an array of tariff items, each with an identifier, title, period, value, units and an arbitrary set of dimensions.
+For example, if the toll for a road bridge varies based on (a) the type of vehicle; and (b) the time of day; an implementation of the tariff extension may create new fields for dimensions.vehicleType
and dimensions.timeOfDay
, populating these according to local codelists. In PPP cases, these additional dimensions may mirror those used in the estimated demand and other metrics sections.
The example below shows a very simply tariff table, without periods or units, but with two dimensions. Tariffs which relate to a particular set of dates could have a period
block. Those which relate to a particular unit (e.g. tonnes) could have this indicated using a unit
block.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "tariffs": [
+ {
+ "id": "1",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 1",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 0.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "2",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 2",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 2.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "3",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 3",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 6.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "4",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 4",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 8.0,
+ "currency": "GBP"
+ }
+ }
+ ]
+ }
+ ]
+}
+
The following document types are introduced by the tariff extension
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++documentType.csv
codelist.minProperties
, minItems
and/or minLength
properties."uniqueItems": true
on array fields, and add "minLength": 1
on required string fields.Tariff.unit
non-nullable, like Item.unit
.Tariff.dimensions
non-nullable (undo earlier change).Tariff.id
required to support revision tracking and list mergingTariff.dimensions
nullable.+ Adds fields to the contract and implementation objects to capture details of the tariffs, tolls and user fees set out in the contract and in use throughout the life of the project. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ tariffs
+
+ |
+ + Tariffs + | +
+ The tariffs as they apply during the life of the project. Also known as tolls or user charges. These may be initially copied from the contract section, and then updated with any revisions over the lifetime of the implementation phase. + + |
+ + array of Tariff objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ tariffs
+
+ |
+ + Tariffs + | +
+ The tariffs as set out in the contract schedules. Also known as tolls or user charges. Updates to tariffs over the operation of the contract can be provided in the implementation section. + + |
+ + array of Tariff objects + | +
+ The extension defines a new Tariff
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Tariff identifier + | +
+ A local identifier for this specific tariff. This field is used to keep track of revisions of a tariff across multiple OCDS releases. + + |
+ + string + | +
+
+ title
+
+ |
+ + Tariff title + | +
+ The title of this tariff. + + |
+ + string + | +
+
+ paidBy
+
+ |
+ + Paid by + | +
+ Is this a user charge (paid by businesses or citizens using the facilities provided by the contract), or a charge paid by the government? + + |
+ + string from closed chargePaidBy codelist + | +
+
+ period
+
+ |
+ + Tariff period + | +
+ The period to which this tariff applies. + + |
+ + Period object + | +
+
+ value
+
+ |
+ + Tariff value + | +
+ The price per unit of this tariff. + + |
+ + Value object + | +
+
+ unit
+
+ |
+ + Tariff unit + | +
+ The unit against which this tariff is charged. + + |
+ + object + | +
+
+ unit.
+ |
+ + Unit name + | +
+ The name of the unit that the tariff is charged against. E.g. tonnes, + + |
+ + string + | +
+
+ unit.
+ |
+ + Scheme + | +
+ The list from which units of measure identifiers are taken. Use of the scheme 'UNCEFACT' for the UN/CEFACT Recommendation 20 list of "Codes for Units of Measure Used in International Trade" is recommended. + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ The identifier from the codelist referenced in the schema property. For example, with UNCEFACT, this is the value of the 'Common Code' column. From this identifier, applications can look-up the human readable name or symbol for this unit of measure. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ If the scheme used provide a machine-readable URI for this unit of measure, this can be given. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Tariff dimensions + | +
+ Used to capture the different breakdowns in tariff charges. Any number of dimensions can be recorded within this object. Dimensions names should follow the camelCase conventions of OCDS. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Tariff notes + | +
+ Any notes on this tariff line item. This may include clarifying information. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/techniques/master/ +
++ Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. +
+
+ You can download the dynamicPurchasingSystemStatus.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ pending
+
+ |
+ + Pending + | +
+ The DPS has not yet started. + + |
+
+
+ active
+
+ |
+ + Active + | +
+ The DPS has started. + + |
+
+
+ cancelled
+
+ |
+ + Cancelled + | +
+ The DPS has been cancelled prior to starting. + + |
+
+
+ terminated
+
+ |
+ + Terminated + | +
+ The DPS had started, and has now come to a close. This might be due to its successful completion, or might be early termination due to some non-completion. + + |
+
+ You can download the dynamicPurchasingSystemType.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ open
+
+ |
+ + Open + | +
+ The dynamic purchasing system can also be used by buyers not listed in the contracting process. + + |
+
+
+ closed
+
+ |
+ + Closed + | +
+ The dynamic purchasing system can only be used by buyers listed in the contracting process. + + |
+
+ You can download the frameworkAgreementMethod.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ withReopeningCompetition
+
+ |
+ + With reopening of competition + | +
+ Contracts are awarded by reopening the competition (e.g. mini-competition or mini-tender). + + |
+
+
+ withoutReopeningCompetition
+
+ |
+ + Without reopening of competition + | +
+ Contracts are awarded without the reopening of competition (e.g. direct call-off or direct award). + + |
+
+
+ withAndWithoutReopeningCompetition
+
+ |
+ + With and without reopening of competition + | +
+ Contracts are awarded both with and without the reopening of competition. + + |
+
+ Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. +
+Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. Also, adds a field to the tender object in a framework agreement call-off to indicate if it is competitive or direct.
+value
and period
The value
and period
fields of FrameworkAgreement
objects should only be used if a data source provides values and periods for both the contract/lot and the framework agreement, like TED XML Schema R2.08. Otherwise:
tender.value
and tender.contractPeriod
fields.value
and contractPeriod
fields of Lot
objects.method
Here are the possible values for a framework agreement's method
field, and common synonyms:
In the European Union, this extension's fields correspond to eForms BG-706 (Techniques), BG-157 (Group Framework Maximum Value and BT-271 (Framework Maximum Value). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "techniques": {
+ "hasFrameworkAgreement": true,
+ "frameworkAgreement": {
+ "minimumParticipants": 2,
+ "maximumParticipants": 100,
+ "method": "withoutReopeningCompetition",
+ "periodRationale": "<A good justification>",
+ "buyerCategories": "all hospitals in the Tuscany region",
+ "value": {
+ "amount": 240000,
+ "currency": "EUR"
+ },
+ "period": {
+ "durationInDays": 730
+ },
+ "description": "Call offs are estimated to be organized every 3 months, with an average value of 60,000 euros per contract."
+ }
+ }
+ }
+ ]
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "techniques": {
+ "hasDynamicPurchasingSystem": true,
+ "dynamicPurchasingSystem": {
+ "type": "closed",
+ "status": "active"
+ }
+ }
+ }
+ ]
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "techniques": {
+ "hasElectronicAuction": true,
+ "electronicAuction": {
+ "url": "https://example.com/auction/1",
+ "description": "<Any relevant details>"
+ }
+ }
+ }
+ ]
+ }
+}
+
{
+ "tender": {
+ "id": "2421-1016-CM20",
+ "procuringEntity": {
+ "name": "I.MUNICIPALIDAD DE CONCEPCION | DIRECCION DE SALUD MUNICIPAL DE CONCEPCION",
+ "id": "CL-MP-3413"
+ },
+ "competitive": false
+ },
+ "awards": [
+ {
+ "id": "42133251",
+ "title": "JERINGAS DAS CONCEPCION",
+ "description": "2239-16-LR15 Órtesis, Prótesis, Endoprótesis e Insumos de Salud. FINANCIAMIENTO: 215.22.04.005.001 SP 28 SE SOLICITA LA ACEPTACIÓN DE ESTA ORCOM A TRAVÉS DE LA PLATAFORMA MERCADO PUBLICO ANTES DE REALIZAR LA ENTREGA DEL BIEN O SERVICIO",
+ "status": "active",
+ "date": "2020-06-23T15:40:44Z",
+ "value": {
+ "amount": 7526475.0,
+ "currency": "CLP"
+ },
+ "suppliers": [
+ {
+ "name": "Tecnika S.A. | Tecnika S.A.",
+ "id": "CL-MP-27291"
+ }
+ ],
+ "items": [
+ {
+ "id": "111570611",
+ "description": "Aparatos de inyección hipodérmica o accesorios(1391678 )JERINGA HIPODERMICA CONTROLADA VENOTEK 10ML LUER LOCK CON AGUJA 21GX1 1/2 100 UNIDADES 1418179",
+ "quantity": 500.0,
+ "unit": {
+ "value": {
+ "amount": 4228.0,
+ "currency": "CLP"
+ }
+ }
+ }
+ ]
+ }
+ ],
+ "relatedProcesses": [
+ {
+ "id": "1",
+ "relationship": [
+ "framework"
+ ],
+ "title": "Órtesis, Prótesis, Endoprótesis e Insumos de Salud",
+ "scheme": "ocid",
+ "identifier": "ocds-70d2nz-2239-16-LR15"
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+LotGroup.techniques
field.FrameworkAgreement.minimumParticipants
FrameworkAgreement.value
FrameworkAgreement.period
FrameworkAgreement.description
minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile, in pull requests and in https://github.com/open-contracting/standard/issues/695.
++ Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ techniques
+
+ |
+ + Techniques + | +
+ Information about the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. + + |
+ + Techniques object + | +
+
+ competitive
+
+ |
+ + Is the framework agreement call-off competitive? + | +
+ Whether this call-off is competitive or not. + + |
+ + boolean + | +
+ The extension defines these fields in the Lot
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ techniques
+
+ |
+ + Techniques + | +
+ Information about the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. + + |
+ + Techniques object + | +
+ The extension defines these fields in the LotGroup
object from the Lots extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ techniques
+
+ |
+ + Techniques + | +
+ Information about the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. + + |
+ + Techniques object + | +
+ The extension defines a new Techniques
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasFrameworkAgreement
+
+ |
+ + Framework agreement involved + | +
+ Whether a framework agreement is involved. + + |
+ + boolean + | +
+
+ frameworkAgreement
+
+ |
+ + Framework agreement + | +
+ Information about the framework agreement. + + |
+ + FrameworkAgreement object + | +
+
+ hasDynamicPurchasingSystem
+
+ |
+ + Dynamic purchasing system involved + | +
+ Whether a dynamic purchasing system is involved. + + |
+ + boolean + | +
+
+ dynamicPurchasingSystem
+
+ |
+ + Dynamic purchasing system + | +
+ Information about the dynamic purchasing system. + + |
+ + DynamicPurchasingSystem object + | +
+
+ hasElectronicAuction
+
+ |
+ + Electronic auction used + | +
+ Whether an electronic auction is used. + + |
+ + boolean + | +
+
+ electronicAuction
+
+ |
+ + Electronic auction + | +
+ Information about the electronic auction. + + |
+ + ElectronicAuction object + | +
+ The extension defines a new FrameworkAgreement
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ minimumParticipants
+
+ |
+ + Minimum number of participants + | +
+ The minimum number of participants in the framework agreement. + + |
+ + number + | +
+
+ maximumParticipants
+
+ |
+ + Maximum number of participants + | +
+ The maximum number of participants in the framework agreement. If there is no maximum, set to 1e9999 (which parses to infinity). + + |
+ + number + | +
+
+ method
+
+ |
+ + Method + | +
+ Whether contracts are awarded with, without, or both with and without the reopening of competition. + + |
+ + string from closed frameworkAgreementMethod codelist + | +
+
+ periodRationale
+
+ |
+ + Duration rationale + | +
+ The justification for exceptional cases when the duration of a framework agreement exceeds the legal limits. + + |
+ + string + | +
+
+ buyerCategories
+
+ |
+ + Buyer categories + | +
+ Any additional categories of buyers participating in the framework agreement and not mentioned by name (e.g. 'all hospitals in the Tuscany region'). + + |
+ + string + | +
+
+ value
+
+ |
+ + Value + | +
+ The total upper estimated value of the framework agreement. + + |
+ + Value object + | +
+
+ period
+
+ |
+ + Period + | +
+ The period over which the framework agreement is estimated to be active. + + |
+ + Period object + | +
+
+ description
+
+ |
+ + Description + | +
+ A summary description of the framework agreement. This complements any structured information provided using the other fields. + + |
+ + string + | +
+ The extension defines a new DynamicPurchasingSystem
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Type + | +
+ In the case of central purchasing bodies, whether the dynamic purchasing system can be used by buyers not listed in the contracting process. + + |
+ + string from closed dynamicPurchasingSystemType codelist + | +
+
+ status
+
+ |
+ + Status + | +
+ The status of the dynamic purchasing system. + + |
+ + string from closed dynamicPurchasingSystemStatus codelist + | +
+ The extension defines a new ElectronicAuction
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ url
+
+ |
+ + URL + | +
+ The internet address of the electronic auction. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ Any additional information about the electronic auction. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/tenderClassification/master/ +
++ Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ TED_CATEGORY
+
+ |
+ + EC Public passenger transport services covered + | +
+ A classification of the services covered by the award of contracts for public passenger transport services according to Regulation 1370/2007 of the European Parliament. + +
|
+
+ Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole. +
+Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole.
+The items to be procured are expected to have more specific classifications than the procedure as a whole.
+In the European Union, this extension's fields correspond to eForms BG-261 (Classification). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "classification": {
+ "description": "Advertising management services",
+ "id": "79341200-8",
+ "scheme": "CPV"
+ },
+ "additionalClassifications": [
+ {
+ "description": "Advertising campaign services",
+ "id": "79341400-0",
+ "scheme": "CPV"
+ },
+ {
+ "description": "Customer services",
+ "id": "79342300-6",
+ "scheme": "CPV"
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ classification
+
+ |
+ + Tender classification + | +
+ The primary classification of the contracting process. + + |
+ + Classification object + | +
+
+ additionalClassifications
+
+ |
+ + Tender additional classifications + | +
+ Additional classifications of the contracting process. + + |
+ + array of Classification objects + | +
+ + This page has moved to a /en/extensions/tender_datePublished/master/ +
++ Adds a date field to indicate when the tender was published. +
+This extension adds a field to explicitly indicate the date and time when the tender was published. This field can be different from tender/tenderPeriod/startDate
and date
fields.
Having this information in a easy way to access it can have many benefits, for instance, to be able to compute some indicators that will say how many days a potential bidder has to prepare an offer.
+To satisfy such use cases, the tender/datePublished
field should be used.
{
+ "tender": {
+ "datePublished": "2019-07-23T1:27:10.673000-06:00"
+ }
+}
+
This extension was originally discussed in https://github.com/open-contracting/standard/issues/892.
+Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a date field to indicate when the tender was published. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ datePublished
+
+ |
+ + Date Published + | +
+ The date when the tender was published. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/transaction_milestones/master/ +
++ Adds a relatedImplementationMilestone field to transaction objects, so that payments against a contract can be linked with an implementation milestone. +
+This extension adds a relatedImplementationMilestone
field to transaction objects, so that payments against a contract can be linked with an implementation milestone.
This extension must be used with the Metrics extension.
+{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "implementation": {
+ "milestones": [
+ {
+ "id": "1234",
+ "title": "Example milestone",
+ "dueDate": "2017-01-01T17:00:00Z",
+ "dateMet": "2016-12-28T17:00:00Z",
+ "status": "met",
+ "dateModified": "2016-12-28T17:00:00Z"
+ }
+ ],
+ "transactions": [
+ {
+ "id": "ABC-123",
+ "source": "http://www.example.com/budget/FY17",
+ "date": "2017-01-05T13:00:00Z",
+ "value": {
+ "amount": 150000,
+ "currency": "GBP"
+ },
+ "payer": {
+ "id": "GB-GOV-00000000",
+ "name": "Example ministry"
+ },
+ "payee": {
+ "id": "GB-COH-99999999",
+ "name": "Example consortium"
+ },
+ "relatedImplementationMilestone": {
+ "id": "1234",
+ "title": "Example milestone"
+ }
+ }
+ ]
+ }
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a relatedImplementationMilestone field to transaction objects, so that payments against a contract can be linked with an implementation milestone. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Transaction
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedImplementationMilestone
+
+ |
+ + Related implementation milestone + | +
+ A link to the milestone in the implementation section of OCDS to which this transaction relates. + + |
+ + MilestoneReference object + | +
+ Adds a relatedImplementationMilestone field to transaction objects, so that payments against a contract can be linked with an implementation milestone. +
+In core OCDS transactions
are a property of the implementation
object.
Some contracts link payments against a contract to specific milestones for the delivery of the contract.
+This extension adds a relatedImplementationMilestone
property to the transaction
object.
The relatedImplementationMilestone
property is a milestoneReference
object.
The milestoneReference
object is introduced by the metrics extension.
"implementation": {
+ "milestones": [
+ {
+ "id": "1234",
+ "title": "Example milestone",
+ "dueDate": "2017-01-01T17:00:00Z",
+ "dateMet": "2016-12-28T17:00:00Z",
+ "status": "met",
+ "dateModified": "2016-12-28T17:00:00Z"
+ }
+ ],
+ "transactions": [
+ {
+ "id": "ABC-123",
+ "source": "http://www.example.com/budget/FY17",
+ "date": "2017-01-05T13:00:00Z",
+ "value": {
+ "amount": 150000,
+ "currency": "GBP"
+ },
+ "payer": {
+ "id": "GB-GOV-00000000",
+ "name": "Example ministry"
+ },
+ "payee": {
+ "id": "GB-COH-99999999",
+ "name": "Example consortium"
+ },
+ "relatedImplementationMilestone": {
+ "id": "1234",
+ "title": "Example milestone"
+ }
+ }
+ ]
+}
+
+ Adds a relatedImplementationMilestone field to transaction objects, so that payments against a contract can be linked with an implementation milestone. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Transaction
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedImplementationMilestone
+
+ |
+ + Related implementation milestone + | +
+ A link to the milestone in the implementation section of OCDS to which this transaction relates. + + |
+ + MilestoneReference object + | +
+ + This page has moved to a /en/extensions/unstructuredChanges/master/ +
++ Adds an unstructuredChanges array to the Amendment object. +
+Adds an unstructuredChanges array to the Amendment object.
+In many procurement regimes, it is common to amend a procurement notice by describing the changes in words, rather than by re-publishing the full notice. This is because the process is designed for humans: it is easier for a human to read a description of changes, than to calculate the difference between two full notices.
+On the other hand, it is easy for a machine to calculate the difference between two full notices, but difficult or impossible to interpret a description of changes. There are many ways in which a change description can go wrong, which a human can recover from, but which a machine cannot. For example:
+OCDS is designed to be read by machines. Ideally, the source system from which OCDS data is exported contains the values of each field before and after a change. In that case, you should simply follow the releases and records model.
+This extension is intended to be used only in cases where a source system doesn't track the values of fields, but instead tracks a description of changes, like in the EU (see Legal context below). Note: The lack of structure prevents much data analysis.
+This extension was developed primarily to enable the mapping of the European Union's standard forms for public procurement to OCDS (specifically Form 14 Corrigendum), but it might be useful in non-EU contexts.
+See OCDS for the European Union for guidance on how to use it with TED F14 data.
+{
+ "tender": {
+ "amendments": [
+ {
+ "id": "1",
+ "unstructuredChanges": [
+ {
+ "oldValue": {
+ "text": "https://city.example.org/procurement"
+ },
+ "newValue": {
+ "text": "https://procurement.example.org"
+ },
+ "where": {
+ "section": "I.1",
+ "label": "Main address"
+ }
+ },
+ {
+ "oldValue": {
+ "date": "2020-12-15"
+ },
+ "newValue": {
+ "date": "2019-12-15T14:00:00+03:00"
+ },
+ "where": {
+ "section": "I.4",
+ "label": "Notice date"
+ }
+ },
+ {
+ "oldValue": {
+ "classifications": [
+ {
+ "scheme": "CPV",
+ "id": "79000000"
+ }
+ ]
+ },
+ "newValue": {
+ "classifications": [
+ {
+ "scheme": "CPV",
+ "id": "79822500"
+ }
+ ]
+ },
+ "where": {
+ "section": "II.2.2",
+ "label": "Main CPV code"
+ },
+ "relatedLot": "lot-2"
+ }
+ ]
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+minProperties
, minItems
and/or minLength
properties.This extension was originally discussed as part of the OCDS for EU profile and in pull requests.
++ Adds an unstructuredChanges array to the Amendment object. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Amendment
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ unstructuredChanges
+
+ |
+ + Unstructured changes + | +
+ Unstructured or semi-structured changes to an earlier notice. + + |
+ + array of UnstructuredChange objects + | +
+ The extension defines a new UnstructuredChange
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLot
+
+ |
+ + Related lot + | +
+ The identifier of the lot to which this change relates, if any. + + |
+ + string + | +
+
+ oldValue
+
+ |
+ + Old value + | +
+ The value of the data element referenced by the |
+ + UnstructuredChangeValue object + | +
+
+ newValue
+
+ |
+ + New value + | +
+ The value of the data element referenced by the |
+ + UnstructuredChangeValue object + | +
+
+ where
+
+ |
+ + Where + | +
+ A reference to a data element on an earlier notice that is being changed. + + |
+ + object + | +
+
+ where.
+ |
+ + Section + | +
+ The identifier of the section containing the data element, if the earlier notice is organized into sections. + + |
+ + string + | +
+
+ where.
+ |
+ + Label + | +
+ The label for the data element. + + |
+ + string + | +
+ The extension defines a new UnstructuredChangeValue
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ text
+
+ |
+ + Text value + | +
+ A text. If the change deleted or erased the data element, use the empty string (""). + + |
+ + string + | +
+
+ classifications
+
+ |
+ + Classifications + | +
+ A list of classifications. + + |
+ + array of Classification objects + | +
+
+ date
+
+ |
+ + Date + | +
+ A date. + + |
+ + string + | +
+ + This page has moved to a /en/extensions/withheldInformation/master/ +
++ Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ eu-non-publication-justification
+
+ |
+ + European Union non-publication justification + | +
+ The main reasons for not immediately publishing information required by eForms within the context of public procurement according to the legislation of the European Parliament. + +
|
+
+ Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld. +
+Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld.
+In the European Union, this extension's fields correspond to eForms BG-8 (Not Immediately Published). For correspondences to eForms fields, see OCDS for eForms.
+{
+ "withheldInformation": [
+ {
+ "id": "cro-bor-law-18d27a53-0109-4f93-9231-6659d931bce0",
+ "field": "cro-bor-law",
+ "name": "Cross Border Law",
+ "rationale": "Publication of this information is delayed because...",
+ "rationaleClassifications": [
+ {
+ "scheme": "eu-non-publication-justification",
+ "id": "oth-int",
+ "description": "Other public interest",
+ "uri": "http://publications.europa.eu/resource/authority/non-publication-justification/oth-int"
+ }
+ ],
+ "availabilityDate": "2024-12-31T09:00:00+01:00"
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ withheldInformation
+
+ |
+ + Withheld information + | +
+ Details of items of information whose publication is temporarily or permanently withheld. + + |
+ + array of WithheldInformationItem objects + | +
+ The extension defines a new WithheldInformationItem
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ The locally unique identifier for the withheld information item. + + |
+ + string + | +
+
+ field
+
+ |
+ + Field + | +
+ The identifier of the field with which the withheld information would otherwise be published. + + |
+ + string + | +
+
+ name
+
+ |
+ + Name + | +
+ The name or title of the field with which the withheld information would otherwise be published. + + |
+ + string + | +
+
+ availabilityDate
+
+ |
+ + Availability date + | +
+ The date on which the withheld information will be published. + + |
+ + string + | +
+
+ rationale
+
+ |
+ + Rationale + | +
+ The rationale for withholding the information. + + |
+ + string + | +
+
+ rationaleClassifications
+
+ |
+ + Rationale classifications + | +
+ Classifications of the rationale for withholding the information. + + |
+ + array of Classification objects + | +
+ Disclose more data about your contracting processes, using extensions to the Open Contracting Data Standard. +
+ +OCDS defines a core set of fields and codes for describing contracting processes. You can use extensions to describe additional fields outside the core set.
+ Read the publisher guidance +OCDS data can include fields and codes from the OCDS schema and from extensions. To understand extended data, you need to identify which extensions are used and read the extensions' documentation.
+ Read the user guidance ++ To implement OCDS, you must identify the fields and codes in OCDS that match the data elements that you want to publish. Some data elements might not match any field or code in OCDS. To cover such cases, you can add additional fields or codes to your OCDS data. Extensions provide a way to document these additional fields and codes. +
+ ++ We recommend using extensions to describe your additional fields and codes so that: +
+ ++ To publish additional fields or codes using an extension: +
+ +
+ {"extensions": ["https://raw.githubusercontent.com/open-contracting-extensions/ocds_bid_extension/master/extension.json"]}
+
+ + If you can’t find a suitable extension to describe the data elements you want to publish, you can create an extension. +
+ ++ Extensions can introduce new fields, add codes to open codelists and introduce additional validation rules to existing OCDS fields. However, extensions cannot remove fields, change the title or description of fields or add codes to closed codelists. To suggest such changes, open an issue on the standard issue tracker. +
+ ++ You should also consider whether the data you want to publish belongs to the contracting process or whether it exists independently. Data that exists independently of the contracting process is typically better published in a separate dataset. For example, data on changes to the beneficial ownership of suppliers, which is usually tracked outside of procurement systems. +
+ ++ To create an extension you need to understand JSON Schema and the structure of the OCDS schema. Extensions are fragments of JSON Schema that can be merged into the OCDS schema to create an extended schema. +
+ ++ The standard extension template describes the structure and components of an extension and the technical steps to document an extension. +
+ ++ There are five steps to creating an extension: +
+ ++ Before creating an extension, search for related discussions on the standard issue tracker. +
+ ++ If you can’t find any related discussions, open an issue to describe the extension you plan to create. The issue’s description should include: +
+ ++ You first need to decide on the name, structure and format of the fields in your extension. +
+ ++ You can start by mocking up an example of the data you are creating an extension for in JSON format. Consider: +
+ ++ Before continuing, you should invite feedback on your mockup using the Github issue you created in the previous step. +
+ ++ Once you have settled on a model, you should then document the schema for your extension. The following tools are available to help you: +
+ ++ Your schema should follow the schema style guide. +
+ ++ You will need to find somewhere to host your extension online at a stable URL. Creating a GitHub repository for your extension is a good option because it offers version control and issue tracking. +
+ ++ You also need to write a README file and/or other documentation for your extension. +
+ ++ Your documentation should include a description of the extension and its use cases, and examples of data structured according to the extension. +
+ ++ Test your extension by following steps 2-4 in Use an extension. +
+ ++ We encourage you to register your extension so that others can discover it using the Extension Explorer. +
+ ++ Extensions that are useful to only a single publisher do not need to be registered. +
+ ++ To register an extension, it must meet the following criteria: +
+ ++ OCDS extensions should use semantic versioning. +
+ ++ To use data, you first need to understand its structure and meaning. OCDS data can contain fields from: +
+ +
+ To identify which extensions are used in OCDS data, you can either: +
+ +extensions
field at the package level. For data with extensions, this field contains an array of URLs to extension.json
files. Each file contains a documentationUrl
object with a URL to the extension's documentation. Open the URL to read its documentation (in many cases, the URL leads to this website). For example, the following data declares the Bid statistics and details extension:
+
+ {"extensions": ["https://raw.githubusercontent.com/open-contracting-extensions/ocds_bid_extension/master/extension.json"]}
+
+ + + This page has moved to a /es/extensions/additionalContactPoint/master/ +
++ Para proveer múltiples puntos de contacto de una organización, o para indicar los idiomas disponibles de un punto de contacto. Por ejemplo, puede usarse para indicar un punto de contacto para cada idioma. +
+Hay algunos casos en los que es importante enumerar varios puntos de contacto para una organización, especialmente en los casos en los que cada punto de contacto se ocupa únicamente de consultas en determinados idiomas.
+Esta extensión añade una matriz de additionalContactPoints
al objeto organization
e introduce una matriz de availableLanguage
sobre los lenguajes disponibles a ContactPoint
.
Cuando se utiliza esta extensión, los editores deben incluir un punto de contacto principal para el objeto contactPoint
, ya que muchas aplicaciones no conocerán la lista additionalContactPoints
. Sin embargo, si no se puede determinar un punto de contacto principal, todos los puntos de contacto pueden ser revelados en la lista additionalContactPoints
.
{
+ "parties": [
+ {
+ "id": "GB-LAC-E09000003",
+ "roles": [
+ "procuringEntity"
+ ],
+ "identifier": {
+ "scheme": "GB-LAC",
+ "id": "E09000003",
+ "legalName": "AnyTown Council"
+ },
+ "name": "AnyTown Council",
+ "address": {
+ "streetAddress": "4, North London Business Park, Oakleigh Rd S",
+ "locality": "London",
+ "region": "London",
+ "postalCode": "N11 1NP",
+ "countryName": "United Kingdom"
+ },
+ "contactPoint": {
+ "name": "Procurement Team",
+ "email": "procurement-team@example.com",
+ "telephone": "01234 345 346",
+ "availableLanguage": [
+ "en"
+ ]
+ },
+ "additionalContactPoints": [
+ {
+ "name": "Procurement Team (International Enquiries)",
+ "email": "procurement-team-international@example.com",
+ "telephone": "01234 345 346 Extension 123",
+ "availableLanguage": [
+ "es",
+ "fr",
+ "de"
+ ]
+ }
+ ]
+ }
+ ]
+}
+
availableLanguage
es singular, aunque es una lista, para alinearse con Schema.org.
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.
+minProperties
, minItems
y/o minLength
."uniqueItems": true
en los campos de la matriz.wholeListMerge
en Organization.additionalContactPoints
.ContactPoint.availableLanguage
+ Para proveer múltiples puntos de contacto de una organización, o para indicar los idiomas disponibles de un punto de contacto. Por ejemplo, puede usarse para indicar un punto de contacto para cada idioma. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ additionalContactPoints
+
+ |
+ + Puntos adicionales de contacto + | +
+ Una lista de puntos de contacto adicionales puede consultarse para obtener información. Los puntos de contacto adicionales deben listar en su nombre los idiomas en los que operan y como datos estructurados en el campo availableLanguage. + + |
+ + array of ContactPoint objects + | +
+ The extension defines these fields in the ContactPoint
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ availableLanguage
+
+ |
+ + Lenguajes disponibles + | +
+ Los idiomas en los que opera el punto de contacto, utilizando [ISO639-1] de dos letras (https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes), o extendido BCP47 language tags. Se recomienda el uso del código de dos letras en minúsculas de ISO639-1 a menos que exista una clara necesidad del usuario para distinguir el subtipo de idioma. + + |
+ + array of strings + | +
+ + This page has moved to a /es/extensions/amendment_rationale_classifications/master/ +
++ Adds a field to the amendment object to classify the rationale for the amendment. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ eu-change-corrig-justification
+
+ |
+ + EU modification justification + | +
+ The main reasons for modifying a contract within the domain of public procurement according to the legislation of the European Parliament. + +
|
+
+ Adds a field to the amendment object to classify the rationale for the amendment. +
+Adds a field to the amendment object to classify its rationale.
+In the European Union, this extension's fields correspond to eForms BT-140 (Change Reason Code) and BT-200 (Modification Reason Code). For correspondences to eForms fields, see OCDS for eForms.
+{
+ "tender": {
+ "id": "1",
+ "amendments": [
+ {
+ "rationaleClassifications": [
+ {
+ "id": "update-add",
+ "description": "Information updated",
+ "scheme": "eu-change-corrig-justification"
+ }
+ ]
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a field to the amendment object to classify the rationale for the amendment. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Amendment
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ rationaleClassifications
+
+ |
+ + Rationale classifications + | +
+ The classifications of the rationale. + + |
+ + array of Classification objects + | +
+ + This page has moved to a /es/extensions/awardCriteria/master/ +
++ Agrega una matriz de criterios de adjudicación al objeto lote, para desglosar los criterios de adjudicación por precio, costo y calidad. +
+
+ You can download the awardCriterionFixed.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ total
+
+ |
+ + Fixed (total) + | +
+ The number is the fixed price or fixed cost for the bid. For example: "The price of a bid must be $100,000." + + |
+
+
+ unit
+
+ |
+ + Fixed (per unit) + | +
+ The number is the fixed price or fixed cost for a unit. For example: "The price of each widget must be $100." + + |
+
+ You can download the awardCriterionType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ price
+
+ |
+ + Price + | +
+ The criterion concerns the acquisition price of the bid. + + |
+
+
+ cost
+
+ |
+ + Cost + | +
+ The criterion concerns any other non-price monetary attribute of the bid. + + |
+
+
+ quality
+
+ |
+ + Quality + | +
+ The criterion concerns a non-price, non-cost attribute of the bid. + + |
+
+ You can download the criterionThreshold.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ minimumScore
+
+ |
+ + Minimum score + | +
+ The number is a minimum score that bids or requests to participate need to receive for the criterion. For example: "A bid must receive 20 points or more for criterion X." + + |
+
+
+ maximumBids
+
+ |
+ + Maximum number of passing bids + | +
+ The number is the maximum number of bids or requests to participate that can pass the criterion. For example: "A bid must receive one of the highest 3 scores for criterion X." + + |
+
+ You can download the criterionWeight.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ percentageExact
+
+ |
+ + Weight (percentage, exact) + | +
+ The number is an exact percentage. The numbers must add up to 100. + + |
+
+
+ percentageRangeMiddle
+
+ |
+ + Weight (percentage, middle of a range) + | +
+ The weighting is expressed as a range of percentages. The sum of the minima must be less than or equal to 100. The sum of the maxima must be equal to or greater than 100. + + |
+
+
+ decimalExact
+
+ |
+ + Weight (decimal, exact) + | +
+ The number is an exact finite decimal proper fraction. The numbers must add up to 1. + + |
+
+
+ decimalRangeMiddle
+
+ |
+ + Weight (decimal, middle of a range) + | +
+ The weighting is expressed as a range of finite decimal proper fractions. The sum of the minima must be less than or equal to 1. The sum of the maxima must be equal to or greater than 1. + + |
+
+
+ pointsExact
+
+ |
+ + Weight (points, exact) + | +
+ The weighting is expressed as an exact number of points. + + |
+
+
+ pointsRangeMiddle
+
+ |
+ + Weight (points, middle of a range) + | +
+ The weighting is expressed as a range of numbers of points. + + |
+
+
+ order
+
+ |
+ + Order of importance + | +
+ The number indicates an order of importance. + + |
+
+ Agrega una matriz de criterios de adjudicación al objeto lote, para desglosar los criterios de adjudicación por precio, costo y calidad. +
+Adds an award criteria array to the Lot
and LotGroup
objects, to break down award criteria by price, cost and quality.
In the European Union, this extension's fields correspond to eForms BG-707 (Award Criteria).For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+Directiva 2014/24/EU Artículo 67(5) describe ponderaciones y órdenes de importancia.
+The award criteria for the lot are 50% service quality and 50% price.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "awardCriteria": {
+ "criteria": [
+ {
+ "type": "quality",
+ "name": "Service quality",
+ "numbers": [
+ {
+ "number": 50,
+ "weight": "percentageExact"
+ }
+ ]
+ },
+ {
+ "type": "price",
+ "name": "Price",
+ "numbers": [
+ {
+ "number": 50,
+ "weight": "percentageExact"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
The price of the lot is fixed at $100,000, such that tenderers compete on quality only.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "awardCriteria": {
+ "criteria": [
+ {
+ "type": "price",
+ "name": "Fixed price",
+ "numbers": [
+ {
+ "number": 100000,
+ "fixed": "total"
+ },
+ {
+ "number": 0,
+ "weight": "decimalExact"
+ }
+ ]
+ },
+ {
+ "type": "quality",
+ "name": "Service quality",
+ "numbers": [
+ {
+ "number": 1,
+ "weight": "decimalExact"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
The award criteria for the lot group is 100% price.
+{
+ "tender": {
+ "lotGroups": [
+ {
+ "id": "1",
+ "awardCriteria": {
+ "criteria": [
+ {
+ "type": "price",
+ "name": "Price",
+ "numbers": [
+ {
+ "number": 100,
+ "weight": "percentageExact"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
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.
+criterionThreshold.csv
code descriptions.CriterionNumber
for reuse in other extensions.LotGroup.awardCriteria
field.minProperties
, minItems
y/o minLength
.Este modelo fue discutido en https://github.com/eForms/eForms/issues/119, https://github.com/eprocurementontology/eprocurementontology/issues/157 y https://github.com/eprocurementontology/eprocurementontology/issues/203. Esta extensión fue discutida originalmente como parte de OCDS para el perfil de la UE, en pull requests y en https://github.com/open-contracting/standard/issues/443.
++ Agrega una matriz de criterios de adjudicación al objeto lote, para desglosar los criterios de adjudicación por precio, costo y calidad. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ awardCriteria
+
+ |
+ + Criterio de adjudicación + | +
+ Información acerca del criterio de adjudicación del lote. + + |
+ + AwardCriteria object + | +
+ The extension defines these fields in the LotGroup
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ awardCriteria
+
+ |
+ + Criterio de adjudicación + | +
+ Información acerca del criterio de adjudicación del lote. + + |
+ + AwardCriteria object + | +
+ The extension defines a new AwardCriteria
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ weightingDescription
+
+ |
+ + Descripción de ponderación compleja + | +
+ Cuando la ponderación no se puede expresar por criterio, la ecuación matemática (u otra descripción) que expresa la ponderación compleja (por ejemplo, no lineal). + + |
+ + string + | +
+
+ orderRationale
+
+ |
+ + Justificación para el orden de importancia + | +
+ La justificación para indicar únicamente el orden de importancia de los criterios de adjudicación, no su ponderación. + + |
+ + string + | +
+
+ criteria
+
+ |
+ + Criterio de adjudicación + | +
+ El criterio de adjudicación. + + |
+ + array of AwardCriterion objects + | +
+ The extension defines a new AwardCriterion
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Tipo + | +
+ El aspecto de la oferta al que se refiere el criterio. + + |
+ + string from open awardCriterionType codelist + | +
+
+ name
+
+ |
+ + Nombre + | +
+ El nombre del criterio. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ La descripción del criterio. + + |
+ + string + | +
+
+ numbers
+
+ |
+ + Números + | +
+ Números ligados al criterio. + + |
+ + array of CriterionNumber objects + | +
+ The extension defines a new CriterionNumber
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ number
+
+ |
+ + Número + | +
+ El número. + + |
+ + number + | +
+
+ weight
+
+ |
+ + Peso + | +
+ Si el número es un tipo de ponderación. + + |
+ + string from closed criterionWeight codelist + | +
+
+ fixed
+
+ |
+ + Fijado + | +
+ Si el número es un valor fijo. + + |
+ + string from closed awardCriterionFixed codelist + | +
+
+ threshold
+
+ |
+ + Umbral + | +
+ Si el número es un tipo de umbral. + + |
+ + string from closed criterionThreshold codelist + | +
+ + This page has moved to a /es/extensions/beneficialOwners/master/ +
++ Agregue una lista de beneficialOwners al objeto organización para indicar los beneficiarios finales de una organización. +
+
+ You can download the country.csv
file in English.
+
+ Code + | ++ Title + | +
---|---|
+
+ AD
+
+ |
+ + Andorra + | +
+
+ AE
+
+ |
+ + United Arab Emirates + | +
+
+ AF
+
+ |
+ + Afghanistan + | +
+
+ AG
+
+ |
+ + Antigua and Barbuda + | +
+
+ AI
+
+ |
+ + Anguilla + | +
+
+ AL
+
+ |
+ + Albania + | +
+
+ AM
+
+ |
+ + Armenia + | +
+
+ AO
+
+ |
+ + Angola + | +
+
+ AQ
+
+ |
+ + Antarctica + | +
+
+ AR
+
+ |
+ + Argentina + | +
+
+ AS
+
+ |
+ + American Samoa + | +
+
+ AT
+
+ |
+ + Austria + | +
+
+ AU
+
+ |
+ + Australia + | +
+
+ AW
+
+ |
+ + Aruba + | +
+
+ AX
+
+ |
+ + Åland Islands + | +
+
+ AZ
+
+ |
+ + Azerbaijan + | +
+
+ BA
+
+ |
+ + Bosnia and Herzegovina + | +
+
+ BB
+
+ |
+ + Barbados + | +
+
+ BD
+
+ |
+ + Bangladesh + | +
+
+ BE
+
+ |
+ + Belgium + | +
+
+ BF
+
+ |
+ + Burkina Faso + | +
+
+ BG
+
+ |
+ + Bulgaria + | +
+
+ BH
+
+ |
+ + Bahrain + | +
+
+ BI
+
+ |
+ + Burundi + | +
+
+ BJ
+
+ |
+ + Benin + | +
+
+ BL
+
+ |
+ + Saint Barthélemy + | +
+
+ BM
+
+ |
+ + Bermuda + | +
+
+ BN
+
+ |
+ + Brunei Darussalam + | +
+
+ BO
+
+ |
+ + Bolivia (Plurinational State of) + | +
+
+ BQ
+
+ |
+ + Bonaire, Sint Eustatius and Saba + | +
+
+ BR
+
+ |
+ + Brazil + | +
+
+ BS
+
+ |
+ + Bahamas + | +
+
+ BT
+
+ |
+ + Bhutan + | +
+
+ BV
+
+ |
+ + Bouvet Island + | +
+
+ BW
+
+ |
+ + Botswana + | +
+
+ BY
+
+ |
+ + Belarus + | +
+
+ BZ
+
+ |
+ + Belize + | +
+
+ CA
+
+ |
+ + Canada + | +
+
+ CC
+
+ |
+ + Cocos (Keeling) Islands + | +
+
+ CD
+
+ |
+ + Congo (the Democratic Republic of the) + | +
+
+ CF
+
+ |
+ + Central African Republic + | +
+
+ CG
+
+ |
+ + Congo + | +
+
+ CH
+
+ |
+ + Switzerland + | +
+
+ CI
+
+ |
+ + Côte d'Ivoire + | +
+
+ CK
+
+ |
+ + Cook Islands + | +
+
+ CL
+
+ |
+ + Chile + | +
+
+ CM
+
+ |
+ + Cameroon + | +
+
+ CN
+
+ |
+ + China + | +
+
+ CO
+
+ |
+ + Colombia + | +
+
+ CR
+
+ |
+ + Costa Rica + | +
+
+ CU
+
+ |
+ + Cuba + | +
+
+ CV
+
+ |
+ + Cabo Verde + | +
+
+ CW
+
+ |
+ + Curaçao + | +
+
+ CX
+
+ |
+ + Christmas Island + | +
+
+ CY
+
+ |
+ + Cyprus + | +
+
+ CZ
+
+ |
+ + Czechia + | +
+
+ DE
+
+ |
+ + Germany + | +
+
+ DJ
+
+ |
+ + Djibouti + | +
+
+ DK
+
+ |
+ + Denmark + | +
+
+ DM
+
+ |
+ + Dominica + | +
+
+ DO
+
+ |
+ + Dominican Republic + | +
+
+ DZ
+
+ |
+ + Algeria + | +
+
+ EC
+
+ |
+ + Ecuador + | +
+
+ EE
+
+ |
+ + Estonia + | +
+
+ EG
+
+ |
+ + Egypt + | +
+
+ EH
+
+ |
+ + Western Sahara + | +
+
+ ER
+
+ |
+ + Eritrea + | +
+
+ ES
+
+ |
+ + Spain + | +
+
+ ET
+
+ |
+ + Ethiopia + | +
+
+ FI
+
+ |
+ + Finland + | +
+
+ FJ
+
+ |
+ + Fiji + | +
+
+ FK
+
+ |
+ + Falkland Islands [Malvinas] + | +
+
+ FM
+
+ |
+ + Micronesia (Federated States of) + | +
+
+ FO
+
+ |
+ + Faroe Islands + | +
+
+ FR
+
+ |
+ + France + | +
+
+ GA
+
+ |
+ + Gabon + | +
+
+ GB
+
+ |
+ + United Kingdom of Great Britain and Northern Ireland + | +
+
+ GD
+
+ |
+ + Grenada + | +
+
+ GE
+
+ |
+ + Georgia + | +
+
+ GF
+
+ |
+ + French Guiana + | +
+
+ GG
+
+ |
+ + Guernsey + | +
+
+ GH
+
+ |
+ + Ghana + | +
+
+ GI
+
+ |
+ + Gibraltar + | +
+
+ GL
+
+ |
+ + Greenland + | +
+
+ GM
+
+ |
+ + Gambia + | +
+
+ GN
+
+ |
+ + Guinea + | +
+
+ GP
+
+ |
+ + Guadeloupe + | +
+
+ GQ
+
+ |
+ + Equatorial Guinea + | +
+
+ GR
+
+ |
+ + Greece + | +
+
+ GS
+
+ |
+ + South Georgia and the South Sandwich Islands + | +
+
+ GT
+
+ |
+ + Guatemala + | +
+
+ GU
+
+ |
+ + Guam + | +
+
+ GW
+
+ |
+ + Guinea-Bissau + | +
+
+ GY
+
+ |
+ + Guyana + | +
+
+ HK
+
+ |
+ + Hong Kong + | +
+
+ HM
+
+ |
+ + Heard Island and McDonald Islands + | +
+
+ HN
+
+ |
+ + Honduras + | +
+
+ HR
+
+ |
+ + Croatia + | +
+
+ HT
+
+ |
+ + Haiti + | +
+
+ HU
+
+ |
+ + Hungary + | +
+
+ ID
+
+ |
+ + Indonesia + | +
+
+ IE
+
+ |
+ + Ireland + | +
+
+ IL
+
+ |
+ + Israel + | +
+
+ IM
+
+ |
+ + Isle of Man + | +
+
+ IN
+
+ |
+ + India + | +
+
+ IO
+
+ |
+ + British Indian Ocean Territory + | +
+
+ IQ
+
+ |
+ + Iraq + | +
+
+ IR
+
+ |
+ + Iran (Islamic Republic of) + | +
+
+ IS
+
+ |
+ + Iceland + | +
+
+ IT
+
+ |
+ + Italy + | +
+
+ JE
+
+ |
+ + Jersey + | +
+
+ JM
+
+ |
+ + Jamaica + | +
+
+ JO
+
+ |
+ + Jordan + | +
+
+ JP
+
+ |
+ + Japan + | +
+
+ KE
+
+ |
+ + Kenya + | +
+
+ KG
+
+ |
+ + Kyrgyzstan + | +
+
+ KH
+
+ |
+ + Cambodia + | +
+
+ KI
+
+ |
+ + Kiribati + | +
+
+ KM
+
+ |
+ + Comoros + | +
+
+ KN
+
+ |
+ + Saint Kitts and Nevis + | +
+
+ KP
+
+ |
+ + Korea (the Democratic People's Republic of) + | +
+
+ KR
+
+ |
+ + Korea (the Republic of) + | +
+
+ KW
+
+ |
+ + Kuwait + | +
+
+ KY
+
+ |
+ + Cayman Islands + | +
+
+ KZ
+
+ |
+ + Kazakhstan + | +
+
+ LA
+
+ |
+ + Lao People's Democratic Republic + | +
+
+ LB
+
+ |
+ + Lebanon + | +
+
+ LC
+
+ |
+ + Saint Lucia + | +
+
+ LI
+
+ |
+ + Liechtenstein + | +
+
+ LK
+
+ |
+ + Sri Lanka + | +
+
+ LR
+
+ |
+ + Liberia + | +
+
+ LS
+
+ |
+ + Lesotho + | +
+
+ LT
+
+ |
+ + Lithuania + | +
+
+ LU
+
+ |
+ + Luxembourg + | +
+
+ LV
+
+ |
+ + Latvia + | +
+
+ LY
+
+ |
+ + Libya + | +
+
+ MA
+
+ |
+ + Morocco + | +
+
+ MC
+
+ |
+ + Monaco + | +
+
+ MD
+
+ |
+ + Moldova (the Republic of) + | +
+
+ ME
+
+ |
+ + Montenegro + | +
+
+ MF
+
+ |
+ + Saint Martin (French part) + | +
+
+ MG
+
+ |
+ + Madagascar + | +
+
+ MH
+
+ |
+ + Marshall Islands + | +
+
+ MK
+
+ |
+ + North Macedonia + | +
+
+ ML
+
+ |
+ + Mali + | +
+
+ MM
+
+ |
+ + Myanmar + | +
+
+ MN
+
+ |
+ + Mongolia + | +
+
+ MO
+
+ |
+ + Macao + | +
+
+ MP
+
+ |
+ + Northern Mariana Islands + | +
+
+ MQ
+
+ |
+ + Martinique + | +
+
+ MR
+
+ |
+ + Mauritania + | +
+
+ MS
+
+ |
+ + Montserrat + | +
+
+ MT
+
+ |
+ + Malta + | +
+
+ MU
+
+ |
+ + Mauritius + | +
+
+ MV
+
+ |
+ + Maldives + | +
+
+ MW
+
+ |
+ + Malawi + | +
+
+ MX
+
+ |
+ + Mexico + | +
+
+ MY
+
+ |
+ + Malaysia + | +
+
+ MZ
+
+ |
+ + Mozambique + | +
+
+ NA
+
+ |
+ + Namibia + | +
+
+ NC
+
+ |
+ + New Caledonia + | +
+
+ NE
+
+ |
+ + Niger + | +
+
+ NF
+
+ |
+ + Norfolk Island + | +
+
+ NG
+
+ |
+ + Nigeria + | +
+
+ NI
+
+ |
+ + Nicaragua + | +
+
+ NL
+
+ |
+ + Netherlands + | +
+
+ NO
+
+ |
+ + Norway + | +
+
+ NP
+
+ |
+ + Nepal + | +
+
+ NR
+
+ |
+ + Nauru + | +
+
+ NU
+
+ |
+ + Niue + | +
+
+ NZ
+
+ |
+ + New Zealand + | +
+
+ OM
+
+ |
+ + Oman + | +
+
+ PA
+
+ |
+ + Panama + | +
+
+ PE
+
+ |
+ + Peru + | +
+
+ PF
+
+ |
+ + French Polynesia + | +
+
+ PG
+
+ |
+ + Papua New Guinea + | +
+
+ PH
+
+ |
+ + Philippines + | +
+
+ PK
+
+ |
+ + Pakistan + | +
+
+ PL
+
+ |
+ + Poland + | +
+
+ PM
+
+ |
+ + Saint Pierre and Miquelon + | +
+
+ PN
+
+ |
+ + Pitcairn + | +
+
+ PR
+
+ |
+ + Puerto Rico + | +
+
+ PS
+
+ |
+ + Palestine, State of + | +
+
+ PT
+
+ |
+ + Portugal + | +
+
+ PW
+
+ |
+ + Palau + | +
+
+ PY
+
+ |
+ + Paraguay + | +
+
+ QA
+
+ |
+ + Qatar + | +
+
+ RE
+
+ |
+ + Réunion + | +
+
+ RO
+
+ |
+ + Romania + | +
+
+ RS
+
+ |
+ + Serbia + | +
+
+ RU
+
+ |
+ + Russian Federation + | +
+
+ RW
+
+ |
+ + Rwanda + | +
+
+ SA
+
+ |
+ + Saudi Arabia + | +
+
+ SB
+
+ |
+ + Solomon Islands + | +
+
+ SC
+
+ |
+ + Seychelles + | +
+
+ SD
+
+ |
+ + Sudan + | +
+
+ SE
+
+ |
+ + Sweden + | +
+
+ SG
+
+ |
+ + Singapore + | +
+
+ SH
+
+ |
+ + Saint Helena, Ascension and Tristan da Cunha + | +
+
+ SI
+
+ |
+ + Slovenia + | +
+
+ SJ
+
+ |
+ + Svalbard and Jan Mayen + | +
+
+ SK
+
+ |
+ + Slovakia + | +
+
+ SL
+
+ |
+ + Sierra Leone + | +
+
+ SM
+
+ |
+ + San Marino + | +
+
+ SN
+
+ |
+ + Senegal + | +
+
+ SO
+
+ |
+ + Somalia + | +
+
+ SR
+
+ |
+ + Suriname + | +
+
+ SS
+
+ |
+ + South Sudan + | +
+
+ ST
+
+ |
+ + Sao Tome and Principe + | +
+
+ SV
+
+ |
+ + El Salvador + | +
+
+ SX
+
+ |
+ + Sint Maarten (Dutch part) + | +
+
+ SY
+
+ |
+ + Syrian Arab Republic + | +
+
+ SZ
+
+ |
+ + Eswatini + | +
+
+ TC
+
+ |
+ + Turks and Caicos Islands + | +
+
+ TD
+
+ |
+ + Chad + | +
+
+ TF
+
+ |
+ + French Southern Territories + | +
+
+ TG
+
+ |
+ + Togo + | +
+
+ TH
+
+ |
+ + Thailand + | +
+
+ TJ
+
+ |
+ + Tajikistan + | +
+
+ TK
+
+ |
+ + Tokelau + | +
+
+ TL
+
+ |
+ + Timor-Leste + | +
+
+ TM
+
+ |
+ + Turkmenistan + | +
+
+ TN
+
+ |
+ + Tunisia + | +
+
+ TO
+
+ |
+ + Tonga + | +
+
+ TR
+
+ |
+ + Turkey + | +
+
+ TT
+
+ |
+ + Trinidad and Tobago + | +
+
+ TV
+
+ |
+ + Tuvalu + | +
+
+ TW
+
+ |
+ + Taiwan (Province of China) + | +
+
+ TZ
+
+ |
+ + Tanzania, the United Republic of + | +
+
+ UA
+
+ |
+ + Ukraine + | +
+
+ UG
+
+ |
+ + Uganda + | +
+
+ UM
+
+ |
+ + United States Minor Outlying Islands + | +
+
+ US
+
+ |
+ + United States of America + | +
+
+ UY
+
+ |
+ + Uruguay + | +
+
+ UZ
+
+ |
+ + Uzbekistan + | +
+
+ VA
+
+ |
+ + Holy See + | +
+
+ VC
+
+ |
+ + Saint Vincent and the Grenadines + | +
+
+ VE
+
+ |
+ + Venezuela (Bolivarian Republic of) + | +
+
+ VG
+
+ |
+ + Virgin Islands (British) + | +
+
+ VI
+
+ |
+ + Virgin Islands (U.S.) + | +
+
+ VN
+
+ |
+ + Viet Nam + | +
+
+ VU
+
+ |
+ + Vanuatu + | +
+
+ WF
+
+ |
+ + Wallis and Futuna + | +
+
+ WS
+
+ |
+ + Samoa + | +
+
+ XK
+
+ |
+ + Kosovo + | +
+
+ YE
+
+ |
+ + Yemen + | +
+
+ YT
+
+ |
+ + Mayotte + | +
+
+ ZA
+
+ |
+ + South Africa + | +
+
+ ZM
+
+ |
+ + Zambia + | +
+
+ ZW
+
+ |
+ + Zimbabwe + | +
+ Agregue una lista de beneficialOwners al objeto organización para indicar los beneficiarios finales de una organización. +
+Agregar una lista de beneficiarios finales al objeto organización para indicar los beneficiarios finales de una organización.
+If beneficial ownership (BO) information is collected via contracting processes, then this extension is appropriate: for example, if tenderers are obligated to disclose their beneficial owners within their bid submission. Similarly, to use this extension, the laws in your jurisdiction must permit the publication of personal identifiers.
+You can find the complete guidance on publishing personal identifiers in the Beneficial Ownership Data Standard documentation
+Por otro lado, si la información de beneficiarios finales se recoge en un registro central por otros medios, se recomienda publicar esa información como un conjunto de datos separados. El conjunto de datos de beneficiarios finales y el conjunto de datos OCDS deben identificar las organizaciones de la misma manera, para que los usuarios puedan cruzar los conjuntos de datos. El conjunto de datos de Beneficiarios Finales puede seguir el Estándar de Datos sobre Beneficiarios Finales.
+The beneficial owner's nationality is disclosed.
+{
+ "parties": [
+ {
+ "id": "AHL",
+ "name": "Alpha Holdings Ltd",
+ "beneficialOwners": [
+ {
+ "id": "1",
+ "name": "Juan Perez",
+ "identifier": {
+ "scheme": "PRY-IDCARD",
+ "id": "12345"
+ },
+ "nationalities": [
+ "PY"
+ ],
+ "address": {
+ "streetAddress": "Avenida Eusebio Ayala 1347",
+ "locality": "Asunción",
+ "region": "Gran Asunción",
+ "postalCode": "1001",
+ "countryName": "Paraguay"
+ },
+ "email": "jperez@example.com",
+ "faxNumber": "+595210000001",
+ "telephone": "+595210000000"
+ }
+ ]
+ }
+ ]
+}
+
The beneficial owner's nationality is not disclosed because the organization is listed on a regulated market (e.g. a stock exchange) that ensures adequate transparency in line with anti-money laundering legislation.
+{
+ "parties": [
+ {
+ "id": "AHL",
+ "name": "Alpha Holdings Ltd",
+ "beneficialOwners": [
+ {
+ "id": "1",
+ "name": "Juan Perez",
+ "identifier": {
+ "scheme": "PRY-IDCARD",
+ "id": "12345"
+ },
+ "address": {
+ "streetAddress": "Avenida Eusebio Ayala 1347",
+ "locality": "Asunción",
+ "region": "Gran Asunción",
+ "postalCode": "1001",
+ "countryName": "Paraguay"
+ },
+ "email": "jperez@example.com",
+ "faxNumber": "+595210000001",
+ "telephone": "+595210000000"
+ }
+ ],
+ "details": {
+ "listedOnRegulatedMarket": true
+ }
+ }
+ ]
+}
+
Reportar issues para esta extensión en el repositorio de extensiones ocds, poniendo el nombre de la extensión en el título del issue.
+nationalities
array.country.csv
codelist for nationality field.Person.address
Person.email
Person.faxNumber
Person.telephone
Organization.details.listedOnRegulatedMarket
+ Agregue una lista de beneficialOwners al objeto organización para indicar los beneficiarios finales de una organización. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ beneficialOwners
+
+ |
+ + Beneficiarios finales + | +
+ Los beneficiarios finales de la organización. + + |
+ + array of Person objects + | +
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Listed on regulated market + | +
+ Whether the organization is listed on a regulated market (e.g. a stock exchange) that ensures adequate transparency in line with anti-money laundering legislation. + + |
+ + boolean + | +
+ The extension defines a new Person
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ Un identificador local para la persona. + + |
+ + string + | +
+
+ name
+
+ |
+ + Nombre + | +
+ El nombre completo de la persona. + + |
+ + string + | +
+
+ identifier
+
+ |
+ + Identificador + | +
+ Un identificador oficial de la persona. El esquema debe seguir el patrón {JURISDICCIÓN}-{TIPO}, donde JURISDICCIÓN es un código de país ISO 3166-1 alfa-3 de tres letras, y TIPO es uno de los siguientes: "PASAPORTE", "TAXID" o "IDCARD". + + |
+ + Identifier object + | +
+
+ nationalities
+
+ |
+ + Nationalities + | +
+ The nationalities of the person, from the closed country codelist. + + |
+ + array of strings from closed country codelist + | +
+
+ address
+
+ |
+ + Address + | +
+ The address of the person. + + |
+ + Address object + | +
+
+ email
+
+ |
+ + Email + | +
+ The e-mail address of the person. + + |
+ + string + | +
+
+ faxNumber
+
+ |
+ + Fax number + | +
+ The fax number of the person. This must include the international dialing code. + + |
+ + string + | +
+
+ telephone
+
+ |
+ + Telephone + | +
+ The telephone number of the person. This must include the international dialing code. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/bidOpening/master/ +
++ Agregar un objeto para describir la fecha, hora, lugar y otros detalles de la apertura de ofertas. +
+Adds an object to describe the date, time, place and other details of the public bid opening.
+This extension must be used with the Location extension.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BT-132 (Public Opening Date), BT-133 (Public Opening Place), BT-134 (Public Opening Description). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "bidOpening": {
+ "date": "2019-10-16T15:00:00+01:00",
+ "address": {
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford",
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom"
+ },
+ "location": {
+ "description": "Central Oxford",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 51.751944,
+ -1.257778
+ ]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2640729"
+ ]
+ },
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ },
+ "description": "We recommend that people who wish to attend the opening register on this page: https://wwww.example.org/register"
+ }
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "bidOpening": {
+ "date": "2019-10-16T15:00:00+01:00",
+ "address": {
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford",
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom"
+ },
+ "location": {
+ "description": "Central Oxford",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 51.751944,
+ -1.257778
+ ]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2640729"
+ ]
+ },
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ },
+ "description": "We recommend that people who wish to attend the opening register on this page: https://wwww.example.org/register"
+ }
+ }
+ ]
+ }
+}
+
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.
+Lot.bidOpening
field.minProperties
, minItems
y/o minLength
.Esta extensión fue originalmente discutida como parte del OCDS para el perfil de EU, en pull requests y en https://github.com/open-contracting/standard/issues/749.
++ Agregar un objeto para describir la fecha, hora, lugar y otros detalles de la apertura de ofertas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bidOpening
+
+ |
+ + Apertura de ofertas + | +
+ The date, time, place and other details of the public bid opening. + + |
+ + BidOpening object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bidOpening
+
+ |
+ + Apertura de ofertas + | +
+ The date, time, place and other details of the public bid opening. + + |
+ + BidOpening object + | +
+ The extension defines a new BidOpening
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ date
+
+ |
+ + Fecha y hora + | +
+ Fecha y hora de la apertura de ofertas. + + |
+ + string + | +
+
+ location
+
+ |
+ + Ubicación + | +
+ El lugar donde se realiza la apertura de ofertas. + + |
+ + Location object + | +
+
+ address
+
+ |
+ + Dirección + | +
+ La dirección del lugar donde se realiza la apertura de ofertas + + |
+ + Address object + | +
+
+ description
+
+ |
+ + Detalles + | +
+ Cualquier otro detalle con relación a la apertura de ofertas (Quienes pueden participar, si es necesaria una autorización, etc.) + + |
+ + string + | +
+ + This page has moved to a /es/extensions/bids/master/ +
++ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+
+ You can download the bidStatus.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ invited
+
+ |
+ + Invited + | +
+ A bid has been invited from the listed tenderer(s). + + |
+
+
+ pending
+
+ |
+ + Pending + | +
+ A bid has been submitted but not yet evaluated. + + |
+
+
+ valid
+
+ |
+ + Valid + | +
+ The submitted bid met the qualification requirements in order to be evaluated. + + |
+
+
+ disqualified
+
+ |
+ + Disqualified + | +
+ The submitted bid did not meet the qualification requirements in order to be evaluated. + + |
+
+
+ withdrawn
+
+ |
+ + Withdrawn + | +
+ The submitted bid was withdrawn by the tenderer(s). + + |
+
+ You can download the country.csv
file in English.
+
+ Código + | ++ Título + | +
---|---|
+
+ AD
+
+ |
+ + Andorra + | +
+
+ AE
+
+ |
+ + United Arab Emirates + | +
+
+ AF
+
+ |
+ + Afghanistan + | +
+
+ AG
+
+ |
+ + Antigua and Barbuda + | +
+
+ AI
+
+ |
+ + Anguilla + | +
+
+ AL
+
+ |
+ + Albania + | +
+
+ AM
+
+ |
+ + Armenia + | +
+
+ AO
+
+ |
+ + Angola + | +
+
+ AQ
+
+ |
+ + Antarctica + | +
+
+ AR
+
+ |
+ + Argentina + | +
+
+ AS
+
+ |
+ + American Samoa + | +
+
+ AT
+
+ |
+ + Austria + | +
+
+ AU
+
+ |
+ + Australia + | +
+
+ AW
+
+ |
+ + Aruba + | +
+
+ AX
+
+ |
+ + Åland Islands + | +
+
+ AZ
+
+ |
+ + Azerbaijan + | +
+
+ BA
+
+ |
+ + Bosnia and Herzegovina + | +
+
+ BB
+
+ |
+ + Barbados + | +
+
+ BD
+
+ |
+ + Bangladesh + | +
+
+ BE
+
+ |
+ + Belgium + | +
+
+ BF
+
+ |
+ + Burkina Faso + | +
+
+ BG
+
+ |
+ + Bulgaria + | +
+
+ BH
+
+ |
+ + Bahrain + | +
+
+ BI
+
+ |
+ + Burundi + | +
+
+ BJ
+
+ |
+ + Benin + | +
+
+ BL
+
+ |
+ + Saint Barthélemy + | +
+
+ BM
+
+ |
+ + Bermuda + | +
+
+ BN
+
+ |
+ + Brunei Darussalam + | +
+
+ BO
+
+ |
+ + Bolivia (Plurinational State of) + | +
+
+ BQ
+
+ |
+ + Bonaire, Sint Eustatius and Saba + | +
+
+ BR
+
+ |
+ + Brazil + | +
+
+ BS
+
+ |
+ + Bahamas + | +
+
+ BT
+
+ |
+ + Bhutan + | +
+
+ BV
+
+ |
+ + Bouvet Island + | +
+
+ BW
+
+ |
+ + Botswana + | +
+
+ BY
+
+ |
+ + Belarus + | +
+
+ BZ
+
+ |
+ + Belize + | +
+
+ CA
+
+ |
+ + Canada + | +
+
+ CC
+
+ |
+ + Cocos (Keeling) Islands + | +
+
+ CD
+
+ |
+ + Congo (the Democratic Republic of the) + | +
+
+ CF
+
+ |
+ + Central African Republic + | +
+
+ CG
+
+ |
+ + Congo + | +
+
+ CH
+
+ |
+ + Switzerland + | +
+
+ CI
+
+ |
+ + Côte d'Ivoire + | +
+
+ CK
+
+ |
+ + Cook Islands + | +
+
+ CL
+
+ |
+ + Chile + | +
+
+ CM
+
+ |
+ + Cameroon + | +
+
+ CN
+
+ |
+ + China + | +
+
+ CO
+
+ |
+ + Colombia + | +
+
+ CR
+
+ |
+ + Costa Rica + | +
+
+ CU
+
+ |
+ + Cuba + | +
+
+ CV
+
+ |
+ + Cabo Verde + | +
+
+ CW
+
+ |
+ + Curaçao + | +
+
+ CX
+
+ |
+ + Christmas Island + | +
+
+ CY
+
+ |
+ + Cyprus + | +
+
+ CZ
+
+ |
+ + Czechia + | +
+
+ DE
+
+ |
+ + Germany + | +
+
+ DJ
+
+ |
+ + Djibouti + | +
+
+ DK
+
+ |
+ + Denmark + | +
+
+ DM
+
+ |
+ + Dominica + | +
+
+ DO
+
+ |
+ + Dominican Republic + | +
+
+ DZ
+
+ |
+ + Algeria + | +
+
+ EC
+
+ |
+ + Ecuador + | +
+
+ EE
+
+ |
+ + Estonia + | +
+
+ EG
+
+ |
+ + Egypt + | +
+
+ EH
+
+ |
+ + Western Sahara + | +
+
+ ER
+
+ |
+ + Eritrea + | +
+
+ ES
+
+ |
+ + Spain + | +
+
+ ET
+
+ |
+ + Ethiopia + | +
+
+ FI
+
+ |
+ + Finland + | +
+
+ FJ
+
+ |
+ + Fiji + | +
+
+ FK
+
+ |
+ + Falkland Islands [Malvinas] + | +
+
+ FM
+
+ |
+ + Micronesia (Federated States of) + | +
+
+ FO
+
+ |
+ + Faroe Islands + | +
+
+ FR
+
+ |
+ + France + | +
+
+ GA
+
+ |
+ + Gabon + | +
+
+ GB
+
+ |
+ + United Kingdom of Great Britain and Northern Ireland + | +
+
+ GD
+
+ |
+ + Grenada + | +
+
+ GE
+
+ |
+ + Georgia + | +
+
+ GF
+
+ |
+ + French Guiana + | +
+
+ GG
+
+ |
+ + Guernsey + | +
+
+ GH
+
+ |
+ + Ghana + | +
+
+ GI
+
+ |
+ + Gibraltar + | +
+
+ GL
+
+ |
+ + Greenland + | +
+
+ GM
+
+ |
+ + Gambia + | +
+
+ GN
+
+ |
+ + Guinea + | +
+
+ GP
+
+ |
+ + Guadeloupe + | +
+
+ GQ
+
+ |
+ + Equatorial Guinea + | +
+
+ GR
+
+ |
+ + Greece + | +
+
+ GS
+
+ |
+ + South Georgia and the South Sandwich Islands + | +
+
+ GT
+
+ |
+ + Guatemala + | +
+
+ GU
+
+ |
+ + Guam + | +
+
+ GW
+
+ |
+ + Guinea-Bissau + | +
+
+ GY
+
+ |
+ + Guyana + | +
+
+ HK
+
+ |
+ + Hong Kong + | +
+
+ HM
+
+ |
+ + Heard Island and McDonald Islands + | +
+
+ HN
+
+ |
+ + Honduras + | +
+
+ HR
+
+ |
+ + Croatia + | +
+
+ HT
+
+ |
+ + Haiti + | +
+
+ HU
+
+ |
+ + Hungary + | +
+
+ ID
+
+ |
+ + Indonesia + | +
+
+ IE
+
+ |
+ + Ireland + | +
+
+ IL
+
+ |
+ + Israel + | +
+
+ IM
+
+ |
+ + Isle of Man + | +
+
+ IN
+
+ |
+ + India + | +
+
+ IO
+
+ |
+ + British Indian Ocean Territory + | +
+
+ IQ
+
+ |
+ + Iraq + | +
+
+ IR
+
+ |
+ + Iran (Islamic Republic of) + | +
+
+ IS
+
+ |
+ + Iceland + | +
+
+ IT
+
+ |
+ + Italy + | +
+
+ JE
+
+ |
+ + Jersey + | +
+
+ JM
+
+ |
+ + Jamaica + | +
+
+ JO
+
+ |
+ + Jordan + | +
+
+ JP
+
+ |
+ + Japan + | +
+
+ KE
+
+ |
+ + Kenya + | +
+
+ KG
+
+ |
+ + Kyrgyzstan + | +
+
+ KH
+
+ |
+ + Cambodia + | +
+
+ KI
+
+ |
+ + Kiribati + | +
+
+ KM
+
+ |
+ + Comoros + | +
+
+ KN
+
+ |
+ + Saint Kitts and Nevis + | +
+
+ KP
+
+ |
+ + Korea (the Democratic People's Republic of) + | +
+
+ KR
+
+ |
+ + Korea (the Republic of) + | +
+
+ KW
+
+ |
+ + Kuwait + | +
+
+ KY
+
+ |
+ + Cayman Islands + | +
+
+ KZ
+
+ |
+ + Kazakhstan + | +
+
+ LA
+
+ |
+ + Lao People's Democratic Republic + | +
+
+ LB
+
+ |
+ + Lebanon + | +
+
+ LC
+
+ |
+ + Saint Lucia + | +
+
+ LI
+
+ |
+ + Liechtenstein + | +
+
+ LK
+
+ |
+ + Sri Lanka + | +
+
+ LR
+
+ |
+ + Liberia + | +
+
+ LS
+
+ |
+ + Lesotho + | +
+
+ LT
+
+ |
+ + Lithuania + | +
+
+ LU
+
+ |
+ + Luxembourg + | +
+
+ LV
+
+ |
+ + Latvia + | +
+
+ LY
+
+ |
+ + Libya + | +
+
+ MA
+
+ |
+ + Morocco + | +
+
+ MC
+
+ |
+ + Monaco + | +
+
+ MD
+
+ |
+ + Moldova (the Republic of) + | +
+
+ ME
+
+ |
+ + Montenegro + | +
+
+ MF
+
+ |
+ + Saint Martin (French part) + | +
+
+ MG
+
+ |
+ + Madagascar + | +
+
+ MH
+
+ |
+ + Marshall Islands + | +
+
+ MK
+
+ |
+ + North Macedonia + | +
+
+ ML
+
+ |
+ + Mali + | +
+
+ MM
+
+ |
+ + Myanmar + | +
+
+ MN
+
+ |
+ + Mongolia + | +
+
+ MO
+
+ |
+ + Macao + | +
+
+ MP
+
+ |
+ + Northern Mariana Islands + | +
+
+ MQ
+
+ |
+ + Martinique + | +
+
+ MR
+
+ |
+ + Mauritania + | +
+
+ MS
+
+ |
+ + Montserrat + | +
+
+ MT
+
+ |
+ + Malta + | +
+
+ MU
+
+ |
+ + Mauritius + | +
+
+ MV
+
+ |
+ + Maldives + | +
+
+ MW
+
+ |
+ + Malawi + | +
+
+ MX
+
+ |
+ + Mexico + | +
+
+ MY
+
+ |
+ + Malaysia + | +
+
+ MZ
+
+ |
+ + Mozambique + | +
+
+ NA
+
+ |
+ + Namibia + | +
+
+ NC
+
+ |
+ + New Caledonia + | +
+
+ NE
+
+ |
+ + Niger + | +
+
+ NF
+
+ |
+ + Norfolk Island + | +
+
+ NG
+
+ |
+ + Nigeria + | +
+
+ NI
+
+ |
+ + Nicaragua + | +
+
+ NL
+
+ |
+ + Netherlands + | +
+
+ NO
+
+ |
+ + Norway + | +
+
+ NP
+
+ |
+ + Nepal + | +
+
+ NR
+
+ |
+ + Nauru + | +
+
+ NU
+
+ |
+ + Niue + | +
+
+ NZ
+
+ |
+ + New Zealand + | +
+
+ OM
+
+ |
+ + Oman + | +
+
+ PA
+
+ |
+ + Panama + | +
+
+ PE
+
+ |
+ + Peru + | +
+
+ PF
+
+ |
+ + French Polynesia + | +
+
+ PG
+
+ |
+ + Papua New Guinea + | +
+
+ PH
+
+ |
+ + Philippines + | +
+
+ PK
+
+ |
+ + Pakistan + | +
+
+ PL
+
+ |
+ + Poland + | +
+
+ PM
+
+ |
+ + Saint Pierre and Miquelon + | +
+
+ PN
+
+ |
+ + Pitcairn + | +
+
+ PR
+
+ |
+ + Puerto Rico + | +
+
+ PS
+
+ |
+ + Palestine, State of + | +
+
+ PT
+
+ |
+ + Portugal + | +
+
+ PW
+
+ |
+ + Palau + | +
+
+ PY
+
+ |
+ + Paraguay + | +
+
+ QA
+
+ |
+ + Qatar + | +
+
+ RE
+
+ |
+ + Réunion + | +
+
+ RO
+
+ |
+ + Romania + | +
+
+ RS
+
+ |
+ + Serbia + | +
+
+ RU
+
+ |
+ + Russian Federation + | +
+
+ RW
+
+ |
+ + Rwanda + | +
+
+ SA
+
+ |
+ + Saudi Arabia + | +
+
+ SB
+
+ |
+ + Solomon Islands + | +
+
+ SC
+
+ |
+ + Seychelles + | +
+
+ SD
+
+ |
+ + Sudan + | +
+
+ SE
+
+ |
+ + Sweden + | +
+
+ SG
+
+ |
+ + Singapore + | +
+
+ SH
+
+ |
+ + Saint Helena, Ascension and Tristan da Cunha + | +
+
+ SI
+
+ |
+ + Slovenia + | +
+
+ SJ
+
+ |
+ + Svalbard and Jan Mayen + | +
+
+ SK
+
+ |
+ + Slovakia + | +
+
+ SL
+
+ |
+ + Sierra Leone + | +
+
+ SM
+
+ |
+ + San Marino + | +
+
+ SN
+
+ |
+ + Senegal + | +
+
+ SO
+
+ |
+ + Somalia + | +
+
+ SR
+
+ |
+ + Suriname + | +
+
+ SS
+
+ |
+ + South Sudan + | +
+
+ ST
+
+ |
+ + Sao Tome and Principe + | +
+
+ SV
+
+ |
+ + El Salvador + | +
+
+ SX
+
+ |
+ + Sint Maarten (Dutch part) + | +
+
+ SY
+
+ |
+ + Syrian Arab Republic + | +
+
+ SZ
+
+ |
+ + Eswatini + | +
+
+ TC
+
+ |
+ + Turks and Caicos Islands + | +
+
+ TD
+
+ |
+ + Chad + | +
+
+ TF
+
+ |
+ + French Southern Territories + | +
+
+ TG
+
+ |
+ + Togo + | +
+
+ TH
+
+ |
+ + Thailand + | +
+
+ TJ
+
+ |
+ + Tajikistan + | +
+
+ TK
+
+ |
+ + Tokelau + | +
+
+ TL
+
+ |
+ + Timor-Leste + | +
+
+ TM
+
+ |
+ + Turkmenistan + | +
+
+ TN
+
+ |
+ + Tunisia + | +
+
+ TO
+
+ |
+ + Tonga + | +
+
+ TR
+
+ |
+ + Turkey + | +
+
+ TT
+
+ |
+ + Trinidad and Tobago + | +
+
+ TV
+
+ |
+ + Tuvalu + | +
+
+ TW
+
+ |
+ + Taiwan (Province of China) + | +
+
+ TZ
+
+ |
+ + Tanzania, the United Republic of + | +
+
+ UA
+
+ |
+ + Ukraine + | +
+
+ UG
+
+ |
+ + Uganda + | +
+
+ UM
+
+ |
+ + United States Minor Outlying Islands + | +
+
+ US
+
+ |
+ + United States of America + | +
+
+ UY
+
+ |
+ + Uruguay + | +
+
+ UZ
+
+ |
+ + Uzbekistan + | +
+
+ VA
+
+ |
+ + Holy See + | +
+
+ VC
+
+ |
+ + Saint Vincent and the Grenadines + | +
+
+ VE
+
+ |
+ + Venezuela (Bolivarian Republic of) + | +
+
+ VG
+
+ |
+ + Virgin Islands (British) + | +
+
+ VI
+
+ |
+ + Virgin Islands (U.S.) + | +
+
+ VN
+
+ |
+ + Viet Nam + | +
+
+ VU
+
+ |
+ + Vanuatu + | +
+
+ WF
+
+ |
+ + Wallis and Futuna + | +
+
+ WS
+
+ |
+ + Samoa + | +
+
+ XK
+
+ |
+ + Kosovo + | +
+
+ YE
+
+ |
+ + Yemen + | +
+
+ YT
+
+ |
+ + Mayotte + | +
+
+ ZA
+
+ |
+ + South Africa + | +
+
+ ZM
+
+ |
+ + Zambia + | +
+
+ ZW
+
+ |
+ + Zimbabwe + | +
+ You can download the statistic.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ requests
+
+ |
+ + Requests to participate + | +
+ The total number of unique requests to participate received + +
|
+
+
+ bids
+
+ |
+ + Bids + | +
+ The total number of unique bids received (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ validBids
+
+ |
+ + Valid bids + | +
+ The total number of unique bids received that were considered valid against relevant criteria (either of the bidder, or the bid submission itself). All valid bids are considered during the tender evaluation stage. + +
|
+
+
+ disqualifiedBids
+
+ |
+ + Disqualified bids + | +
+ The number of bids that were found inadmissible. A bid is found inadmissible where it has been verified that it has been submitted by a tenderer who has been excluded or who did not meet the selection criteria, or when it is not in conformity with the technical specifications, or is irregular (e.g. it was received late, having an abnormally low price or cost), unacceptable or unsuitable. + +
|
+
+
+ lowestValidBidValue
+
+ |
+ + Lowest valid bid value + | +
+ The value of the lowest valid bid. + +
|
+
+
+ highestValidBidValue
+
+ |
+ + Highest valid bid value + | +
+ The value of the highest valid bid. + +
|
+
+
+ bidders
+
+ |
+ + Bidders + | +
+ The total number of unique organizations or consortia submitting bids (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ qualifiedBidders
+
+ |
+ + Qualified bidders + | +
+ The total number of unique organizations or consortia passing the qualification stage of the evaluation process. + +
|
+
+
+ disqualifiedBidders
+
+ |
+ + Disqualified bidders + | +
+ The total number of unique organizations or consortia that did not pass the qualification stage of the evaluation process. + +
|
+
+
+ electronicBids
+
+ |
+ + Electronic bids + | +
+ The number of bids received by electronic means. + +
|
+
+
+ microBids
+
+ |
+ + Bids from micro companies + | +
+ The number of bids received from micro enterprises. + +
|
+
+
+ smeBids
+
+ |
+ + Bids from SMEs + | +
+ The number of bids received from small and medium enterprises. + +
|
+
+
+ smallBids
+
+ |
+ + Bids from small companies + | +
+ The number of bids received from small enterprises. + +
|
+
+
+ mediumBids
+
+ |
+ + Bids from medium companies + | +
+ The number of bids received from medium enterprises. + +
|
+
+
+ foreignBids
+
+ |
+ + Bids from foreign firms + | +
+ The number of bids received from bidders from outside the country where the tender is issued. + +
|
+
+
+ foreignBidsFromEU
+
+ |
+ + Bids from firms in other European Economic Area countries + | +
+ The number of bids received from tenderers from other European Economic Area countries. + +
|
+
+
+ foreignBidsFromNonEU
+
+ |
+ + Bids from firms in non-European Economic Area countries + | +
+ The number of bids received from tenderers from non-European Economic Area countries. + +
|
+
+
+ tendersAbnormallyLow
+
+ |
+ + Tenders excluded because they were abnormally low + | +
+ The number of tenders excluded because they were abnormally low. Note that in some EU datasets this might have been converted from a boolean, such that a value of 1 would indicate "1 or more" tenders were excluded. Users need to evaluate and interpret data accordingly. + +
|
+
+ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+La información sobre las ofertas presentadas como parte de un proceso de contratación es importante para muchas formas de análisis, incluyendo:
+Los regímenes regulatorios varían en la medida en que permiten que la información sobre licitaciones se publique de forma proactiva, y en el momento que permiten que el proceso de adquisición se publique. En algunos sistemas y procesos, se publicará una lista de licitadores invitados al comienzo de la licitación, y todos los detalles y documentos sobre las ofertas recibidas podrán ser revelados cuando se complete la evaluación. En otros sistemas, sólo pueden hacerse públicas las estadísticas resumidas sobre el número de ofertas recibidas.
+La extensión de oferta de OCDS introduce una sección nueva, flexible y de alto nivel para cada proceso de contratación para capturar información de ofertas. Los ejecutores deberán evaluar qué campos son aplicables a su régimen regulatorio local y los casos de uso locales.
+Esta extensión también se puede utilizar para publicar datos sobre cotizaciones.
+La lista bids/details
se utiliza para proporcionar uno o más objetos Bid
, cada uno de los cuales representa una única oferta recibida.
The bids.statistics
array is used to represent key statistical information about the number of bids and bidders. Each entry in the array is a Statistic
object containing at least:
statistic.csv
codelistThe statistic.csv
codelist is an open codelist. Publishers can add their own codes to this list. When doing so, publishers are encouraged to engage with the open contracting community to agree upon definitions of each code.
Por ejemplo, tal vez los publicadores deseen agregar estadísticas sobre negocios pertenecientes a minorías o mujeres, u ofertas que cumplan ciertos estándares y metas ambientales.
+La lista de código en la columna Categoría muestra si la estadística aplica a las ofertas u ofertantes o si esta especificado o requerido por una categoría particular del contexto regulatorio (ej. UE)
+Los compradores y entidades contratantes – y en algunas jurisdicciones, los oferentes – puden corregir el valor de una oferta después de que se envía la oferta: por ejemplo, para corregir un error aritmético o un punto decimal erróneo
+En el OCDS, el valor de la oferta se publica con el campo bids.details.value
. Si el valor de la oferta se corrige, el valor del campo bids.details.value
queda sobreescrito. Si esto pasa, el valor original solo está disponible a través del proceso de contratación ' change history.
Como publicador, para hacer que tanto los valores originales como los valores corregidos esten disponibles para los usuarios, publique al menos dos entregas para el proceso de contratación: una entrega con el valor original de la oferta y otra con el valor corregido.
+A continuación se muestra un ejemplo de una extensión de ofertas:
+{
+ "bids": {
+ "statistics": [
+ {
+ "id": "1",
+ "measure": "validBids",
+ "value": 1,
+ "date": "2016-12-09T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were considered valid against relevant criteria."
+ },
+ {
+ "id": "2",
+ "measure": "highestValidBidValue",
+ "value": 1000,
+ "valueGross": 1200,
+ "currency": "USD"
+ },
+ {
+ "id": "3",
+ "measure": "lowestValidBidValue",
+ "value": 1000,
+ "valueGross": 1200,
+ "currency": "USD"
+ }
+ ],
+ "details": [
+ {
+ "id": "1",
+ "date": "2016-12-09T01:00:00+01:00",
+ "status": "valid",
+ "identifiers": [
+ {
+ "id": "bid-123-456",
+ "scheme": "internal"
+ }
+ ],
+ "items": [
+ {
+ "id": "1",
+ "description": "Installation and operation of the Shared Public Telecommunications Network",
+ "classification": {
+ "scheme": "CPV",
+ "id": "32412100",
+ "description": "Telecommunications network",
+ "uri": "http://purl.org/cpv/2008/code-32412100"
+ },
+ "quantity": 1
+ }
+ ],
+ "value": {
+ "amount": 1000,
+ "currency": "USD"
+ },
+ "tenderers": [
+ {
+ "id": "MEGA",
+ "name": "Mega Consortium"
+ }
+ ],
+ "countriesOfOrigin": [
+ "MX"
+ ],
+ "hasRank": true,
+ "rank": 1,
+ "variant": true
+ },
+ {
+ "id": "2",
+ "date": "2016-12-10T01:00:00+01:00",
+ "status": "disqualified",
+ "value": {
+ "amount": 1500,
+ "currency": "USD"
+ },
+ "tenderers": [
+ {
+ "id": "BETA",
+ "name": "Beta Consortium"
+ }
+ ],
+ "hasRank": true,
+ "rank": 2
+ }
+ ]
+ },
+ "awards": [
+ {
+ "id": "1",
+ "title": "Example PPP contract award",
+ "description": "Award of Example PPP contract to Mega Consortium",
+ "status": "active",
+ "date": "2016-12-17T10:00:00-06:00",
+ "relatedBids": [
+ "1"
+ ]
+ }
+ ],
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "relatedBids": [
+ "1"
+ ]
+ }
+ ]
+}
+
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.
+Bid.identifiers
Bid.description
Bid.items
Bid.countriesOfOrigin
Bid.hasRank
Bid.rank
Bid.relatedLots
(moved from the Lots extension)Bid.validityPeriod
Bid.variant
BidsStatistic.valueGross
Award.relatedBids
Contract.relatedBids
Award.relatedBid
fieldBidStatistic
definition to Statistic
, and remove bid-specific language from its fields' descriptionsbidStatistics.csv
codelist to statistic.csv
statistic.csv
:
+BidsStatistic.currency
bidStatistics.csv
foreignBidsFromNonEU a
bidStatistics.csv`required
en la matriz del campo Bids.details
Bids.statistics
a Bid.tenderers
para identificar la estrategia de unión de los identificadoresBidsStatistic.id
, BidsStatistic.measure
, BidsStatistic.value
sean nullBids.statistics
tenga null en su lista de objetosBids.statistics
sea nullBid.status
BidsStatistic.requirementResponses
a la extensión de requisitos+ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bids
+
+ |
+ + Ofertas + | +
+ La sección de ofertas se utiliza para publicar resúmenes estadísticos y, si aplica, información de ofertas individuales. + + |
+ + Bids object + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedBid
+
+ |
+ + Oferta relacionada + | +
+ Cuando se usan los detalles de la oferta, una referencia cruzada a la entrada en la lista de ofertas a la que se refiere esta adjudicación. Proporcione el identificador de oferta aquí. + ++ + Deprecated in OCDS 1.2: + + El campo se descontinúa a favor de `relatedBids` para permitir a una adjudicación combinar múltiples ofertas. + + |
+ + string + | +
+
+ relatedBids
+
+ |
+ + Ofertas relacionadas + | +
+ Dónde se usan los detalles de la oferta, una referencia cruzada a las entradas del array de ofertas al cuál se relaciona esta adjudicación. Aquí se deben de poner los identificadores de ofertas. + + |
+ + array of strings + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedBids
+
+ |
+ + Ofertas relacionadas + | +
+ Where bid details are used, a cross reference to the entries in the bids array to which this contract relates. Provide the bid identifiers here. + + |
+ + array of strings + | +
+ The extension defines a new Statistic
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ Un identificador interno para esta estadística. + + |
+ + string + | +
+
+ measure
+
+ |
+ + Medida + | +
+ La estadística reportada por este valor. + + |
+ + string from open statistic codelist + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se actualizó por última vez esta estadística. Esta es a menudo la fecha de cierre del proceso de licitación. Este campo puede dejarse en blanco a menos que (a) se proporcione la misma estadística desde múltiples puntos en el tiempo, o (b) exista un requerimiento local específico para proveer la fecha en la cual las estadísticas fueron calculadas. + + |
+ + string + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor de la medida en cuestión. Los recuentos totales deben proporcionarse como un entero. Los porcentajes deberían presentarse como una proporción de 1 (por ejemplo, 10% = 0.1) + + |
+ + number + | +
+
+ valueGross
+
+ |
+ + Valor bruto + | +
+ El valor monetario de las medidas en cuestión, incluyendo los impuestos. + + |
+ + number + | +
+
+ currency
+
+ |
+ + Moneda + | +
+ La moneda para el monto contenido en el campo |
+ + string from closed currency codelist + | +
+
+ notes
+
+ |
+ + Notas + | +
+ Cualquier nota requerida para entender o interpretar la estadística proporcionada. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Lote Relacionado + | +
+ Where lots are in use, if this statistic relates to a particular lot, provide the lot identifier here. If left blank, the statistic will be interpreted as applying to the whole tender. + + |
+ + string + | +
+ The extension defines a new Bids
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statistics
+
+ |
+ + Estadística + | +
+ Estadísticas resumidas sobre el número y la naturaleza de las ofertas recibidas. Cuando se proporciona información sobre ofertas individuales, estas estadísticas deben coincidir con las que se pueden calcular a partir de la matriz de detalles de oferta. + + |
+ + array of Statistic objects + | +
+
+ details
+
+ |
+ + Detalles de la oferta + | +
+ Una lista de ofertas que proporciona información sobre los licitantes y, en su caso, el estado de las ofertas, los valores de las ofertas y los documentos relacionados. La medida en que esta información puede ser revelada varía de jurisdicción en jurisdicción. + + |
+ + array of Bid objects + | +
+ The extension defines a new Bid
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ Un identificador local para esta oferta + + |
+ + string + | +
+
+ identifiers
+
+ |
+ + Identifiers + | +
+ Identifiers for this bid. This field can be used to provide internal identifiers for the bid, such as identifiers from a buyer's document management system or procurement system. + + |
+ + array of SimpleIdentifier objects + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se recibió esta oferta. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción de esta oferta. El campo descripción puede utilizarse para describir los términos y condiciones de la oferta. + + |
+ + string + | +
+
+ status
+
+ |
+ + Estado + | +
+ El estado de la oferta. + + |
+ + string from closed bidStatus codelist + | +
+
+ items
+
+ |
+ + Artículos ofrecidos por los licitador(es) + | +
+ Los bienes, trabajos o servicios ofrecidos por el licitador(es), dividos en líneas de artículos cuando sea posible. Los artículos no deben de duplicarse, se debe específicar la cantidad. + + |
+ + array of Item objects + | +
+
+ tenderers
+
+ |
+ + Licitante + | +
+ The organization(s) responsible for this bid. + + |
+ + array of OrganizationReference objects + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor total de la oferta. + + |
+ + Value object + | +
+
+ validityPeriod
+
+ |
+ + Período de validez + | +
+ El período en el cuál la oferta es válida. + + |
+ + Period object + | +
+
+ documents
+
+ |
+ + Documentos + | +
+ Todos los documentos y anexos relacionados con la oferta y su evaluación. + + |
+ + array of Document objects + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this bid relates. + + |
+ + array of strings + | +
+
+ countriesOfOrigin
+
+ |
+ + Countries of origin + | +
+ The countries of origin of the items in this bid, from the closed country codelist. If a country is missing, create an issue to discuss the addition of a user-assigned code to the country codelist. + + |
+ + array of strings from closed country codelist + | +
+
+ hasRank
+
+ |
+ + Has rank + | +
+ Whether this bid is ranked. + + |
+ + boolean + | +
+
+ rank
+
+ |
+ + Rank + | +
+ The position of this bid (i.e. whether the bid is ranked first, second, third, etc.) in a design contest, a framework agreement with multiple winners (e.g. cascades), an innovation partnership, a competitive dialogue, or another procedure. + + |
+ + integer + | +
+
+ variant
+
+ |
+ + Is variant + | +
+ Whether the bid is a variant. A variant is a bid that fulfills the buyer's needs differently than as proposed in the procurement documents. + + |
+ + boolean + | +
+ The extension defines a new SimpleIdentifier
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ scheme
+
+ |
+ + Scheme + | +
+ The list, register or system from which the identifier is taken. + + |
+ + string + | +
+
+ id
+
+ |
+ + ID + | +
+ The identifier taken from the scheme. + + |
+ + string + | +
+ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+
+ You can download the bidStatistics.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ requests
+
+ |
+ + Requests to participate + | +
+ The total number of unique requests to participate received + +
|
+
+
+ bids
+
+ |
+ + Bids + | +
+ The total number of unique bids received (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ validBids
+
+ |
+ + Valid bids + | +
+ The total number of unique bids received that were considered valid against relevant criteria (either of the bidder, or the bid submission itself). All valid bids should be considered during the tender evaluation stage. + +
|
+
+
+ bidders
+
+ |
+ + Bidders + | +
+ The total number of unique organizations or consortia submitting bids (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ qualifiedBidders
+
+ |
+ + Qualified bidders + | +
+ The total number of unique organizations or consortia passing the qualification stage of the evaluation process. + +
|
+
+
+ disqualifiedBidders
+
+ |
+ + Disqualified bidders + | +
+ The total number of unique organizations or consortia that did not pass the qualification stage of the evaluation process. + +
|
+
+
+ electronicBids
+
+ |
+ + Electronic bids + | +
+ The number of bids received by electronic means. + +
|
+
+
+ smeBids
+
+ |
+ + Bids from SMEs + | +
+ The number of bids received from small and medium-sized enterprises. + +
|
+
+
+ foreignBids
+
+ |
+ + Bids from foreign firms + | +
+ The number of bids received from bidders from outside the country where the tender is issued. + +
|
+
+
+ foreignBidsFromEU
+
+ |
+ + Bids from firms in other European Economic Area countries + | +
+ The number of bids received from tenderers from other European Economic Area countries. + +
|
+
+
+ foreignBidsFromNonEU
+
+ |
+ + Bids from firms in non-European Economic Area countries + | +
+ The number of bids received from tenderers from non-European Economic Area countries. + +
|
+
+
+ tendersAbnormallyLow
+
+ |
+ + Tenders excluded because they were abnormally low + | +
+ The number of tenders excluded because they were abnormally low. Note that in some EU datasets this may have been converted from a boolean, such that a value of 1 would indicate '1 or more' tenders were excluded. Users should evaluate and interpret data accordingly. + +
|
+
+ You can download the bidStatus.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ invited
+
+ |
+ + Invited + | +
+ A bid has been invited from the listed tenderer(s). + + |
+
+
+ pending
+
+ |
+ + Pending + | +
+ A bid has been submitted but not yet evaluated. + + |
+
+
+ valid
+
+ |
+ + Valid + | +
+ The submitted bid met the qualification requirements in order to be evaluated. + + |
+
+
+ disqualified
+
+ |
+ + Disqualified + | +
+ The submitted bid did not meet the qualification requirements in order to be evaluated. + + |
+
+
+ withdrawn
+
+ |
+ + Withdrawn + | +
+ The submitted bid was withdrawn by the tenderer(s). + + |
+
+ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+La información sobre las ofertas presentadas como parte de un proceso de contratación es importante para muchas formas de análisis, incluyendo:
+Los regímenes regulatorios varían en la medida en que permiten que la información sobre licitaciones se publique de forma proactiva y en qué momento del proceso de adquisición. En algunos sistemas y procesos, se publicará una lista de licitadores invitados al comienzo de la licitación, y todos los detalles y documentos sobre las ofertas recibidas podrán ser revelados cuando se complete la evaluación. En otros sistemas, sólo pueden hacerse públicas las estadísticas resumidas sobre el número de ofertas recibidas.
+La extensión de oferta de OCDS introduce una sección nueva, flexible y de alto nivel para cada proceso de contratación para capturar información de ofertas. Los ejecutores deberán evaluar qué campos son aplicables a su régimen regulatorio local y los casos de uso locales.
+La lista bids/details
se utiliza para proporcionar uno o más objetos Bid
, cada uno de los cuales representa una única oferta recibida.
La lista bids/statistics
se usa para representar información estadísitca sobre el número de ofertas y ofertantes. En cada entrada de la lista hay un objeto BidsStatistic
que contiene al menos:
bidStatistics.csv
La lista de códigos bidStatistics.csv
es una lista de códigos abierta. Los publicadores pueden agregar sus propios códigos a esta lista. Al hacerlo, se alienta a los publicadores a comprometerse con la comunidad de contrataciones abiertas para acordar las definiciones de cada código.
Por ejemplo, tal vez los publicadores deseen agregar estadísticas sobre negocios pertenecientes a minorías o mujeres, u ofertas que cumplan ciertos estándares y metas ambientales.
+La lista de código en la columna Categoría muestra si la estadística aplica a las ofertas u ofertantes o si esta especificado o requerido por una categoría particular del contexto regulatorio (ej. UE)
+A continuación se muestra un ejemplo de una extensión de ofertas:
+{
+ "bids": {
+ "statistics": [{
+ "id": "1.0",
+ "measure": "validBids",
+ "value": 1,
+ "date": "2016-12-09T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were considered valid against relevant criteria."
+ }, {
+ "id": "2.0",
+ "measure": "disqualifiedBids",
+ "value": 1,
+ "date": "2016-12-10T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were disqualified."
+ }],
+ "details": [{
+ "id": "1.0",
+ "date": "2016-12-09T01:00:00+01:00",
+ "status": "valid",
+ "value": {
+ "amount": 1000,
+ "currency": "USD"
+ },
+ "documents": [{
+ "id": "1.0",
+ "documentType": "evaluationReports",
+ "title": "Mega Consortium Bid Evaluation Report",
+ "description": "This document provides details of the evaluation of the bid submitted by Mega Consortium",
+ "url": "http://communications.gov.example/example_ppp/evaluationReport_megaConsortium.pdf",
+ "datePublished": "2016-11-17T10:00:00-06:00",
+ "format": "application/pdf",
+ "language": "en",
+ "author": "Ministry of Communications"
+ }],
+ "tenderers": [{
+ "id": "MEGA",
+ "name": "Mega Consortium"
+ }]
+ }, {
+ "id": "2.0",
+ "date": "2016-12-10T01:00:00+01:00",
+ "status": "disqualified",
+ "value": {
+ "amount": 1500,
+ "currency": "USD"
+ },
+ "documents": [{
+ "id": "1.0",
+ "documentType": "evaluationReports",
+ "title": "Beta Consortium Bid Evaluation Report",
+ "description": "This document provides details of the evaluation of the bid submitted by Beta Consortium",
+ "url": "http://communications.gov.example/example_ppp/evaluationReport_betaConsortium.pdf",
+ "datePublished": "2016-11-18T10:00:00-06:00",
+ "format": "application/pdf",
+ "language": "en",
+ "author": "Ministry of Communications"
+ }],
+ "tenderers": [{
+ "id": "BETA",
+ "name": "Beta Consortium"
+ }]
+ }]
+
+ },
+ "awards": [{
+ "id": "111",
+ "title": "Example PPP contract award",
+ "description": "Award of Example PPP contract to Mega Consortium",
+ "status": "active",
+ "date": "2016-12-17T10:00:00-06:00",
+ "relatedBid": "1.0"
+ }]
+}
+
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.
+foreignBidsFromNonEU a
bidStatistics.csv`required
invalide a la matriz del campo Bids.details
Bids.statistics
a Bid.tenderers
para identificar la estrategia de unión de los identificadoresBidsStatistic.id
, BidsStatistic.measure
, BidsStatistic.value
sean nullBids.statistics
tenga null en su lista de objetosBids.statistics
sea nullBidsStatistic.status
BidsStatistic.requirementResponses
a la extensión de requisitos+ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bids
+
+ |
+ + Ofertas + | +
+ La sección de ofertas se utiliza para publicar resúmenes estadísticos y, si aplica, información de ofertas individuales. + + |
+ + Bids object + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedBid
+
+ |
+ + Oferta relacionada + | +
+ Cuando se usan los detalles de la oferta, una referencia cruzada a la entrada en la lista de ofertas a la que se refiere esta adjudicación. Proporcione el identificador de oferta aquí. + + |
+ + string + | +
+ The extension defines a new BidsStatistic
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ Un identificador interno para este elemento estadístico. + + |
+ + string + | +
+
+ measure
+
+ |
+ + Medida + | +
+ Un elemento de la lista de códigos bidStatistics para la estadística informada en valor. Esta es una lista de códigos abierta, también se pueden incluir otras estadísticas. + + |
+ + string from open bidStatistics codelist + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se actualizó por última vez esta estadística. Esta es a menudo la fecha de cierre del proceso de licitación. Este campo puede dejarse en blanco a menos que (a) se proporcione la misma estadística desde múltiples puntos en el tiempo, o (b) exista un requisito local específico para los datos cuando se calculen estadísticas para que estén disponibles. + + |
+ + string + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor de la medida en cuestión. Los recuentos totales deben proporcionarse como un entero. Los porcentajes deben presentarse como una proporción de 1 (por ejemplo, 10% = 0.1) + + |
+ + number + | +
+
+ notes
+
+ |
+ + Notas + | +
+ Cualquier nota requerida para entender o interpretar la estadística. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Lote Relacionado + | +
+ Cuando se usen lotes, si esta estadística se relaciona con ofertas en un lote determinado, proporcione el identificador de lote aquí. Si se deja en blanco, la estadística se interpretará como aplicable a toda la oferta. + + |
+ + string + | +
+ The extension defines a new Bids
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statistics
+
+ |
+ + Estadística + | +
+ Estadísticas resumidas sobre el número y la naturaleza de las ofertas recibidas. Cuando se proporciona información sobre ofertas individuales, estas estadísticas deben coincidir con las que se pueden calcular a partir de la matriz de detalles de oferta. + + |
+ + array of BidsStatistic objects + | +
+
+ details
+
+ |
+ + Detalles de la oferta + | +
+ Una lista de ofertas que proporciona información sobre los licitantes y, en su caso, el estado de las ofertas, los valores de las ofertas y los documentos relacionados. La medida en que esta información puede ser revelada varía de jurisdicción en jurisdicción. + + |
+ + array of Bid objects + | +
+ The extension defines a new Bid
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ Un identificador local para esta oferta + + |
+ + string + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se recibió esta oferta. + + |
+ + string + | +
+
+ status
+
+ |
+ + Estado + | +
+ El estado de la oferta, extraído de la lista de códigos bidStatus + + |
+ + string from closed bidStatus codelist + | +
+
+ tenderers
+
+ |
+ + Licitante + | +
+ La parte o partes responsables de esta oferta. Esto debe proporcionar un nombre y un identificador, con referencias cruzadas a una entrada en la matriz de partes en el nivel superior de la entrega. + + |
+ + array of OrganizationReference objects + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor total de la oferta. + + |
+ + Value object + | +
+
+ documents
+
+ |
+ + Documentos + | +
+ Todos los documentos y anexos relacionados con la oferta y su evaluación. + + |
+ + array of Document objects + | +
+ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+
+ You can download the bidStatistics.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ requests
+
+ |
+ + Requests to participate + | +
+ The total number of unique requests to participate received + +
|
+
+
+ bids
+
+ |
+ + Bids + | +
+ The total number of unique bids received (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ validBids
+
+ |
+ + Valid bids + | +
+ The total number of unique bids received that were considered valid against relevant criteria (either of the bidder, or the bid submission itself). All valid bids are considered during the tender evaluation stage. + +
|
+
+
+ lowestValidBidValue
+
+ |
+ + Lowest valid bid value + | +
+ The value of the lowest valid bid. + +
|
+
+
+ highestValidBidValue
+
+ |
+ + Highest valid bid value + | +
+ The value of the highest valid bid. + +
|
+
+
+ bidders
+
+ |
+ + Bidders + | +
+ The total number of unique organizations or consortia submitting bids (prior to any being discounted for not meeting essential criteria). + +
|
+
+
+ qualifiedBidders
+
+ |
+ + Qualified bidders + | +
+ The total number of unique organizations or consortia passing the qualification stage of the evaluation process. + +
|
+
+
+ disqualifiedBidders
+
+ |
+ + Disqualified bidders + | +
+ The total number of unique organizations or consortia that did not pass the qualification stage of the evaluation process. + +
|
+
+
+ electronicBids
+
+ |
+ + Electronic bids + | +
+ The number of bids received by electronic means. + +
|
+
+
+ smeBids
+
+ |
+ + Bids from SMEs + | +
+ The number of bids received from small and medium-sized enterprises. + +
|
+
+
+ foreignBids
+
+ |
+ + Bids from foreign firms + | +
+ The number of bids received from bidders from outside the country where the tender is issued. + +
|
+
+
+ foreignBidsFromEU
+
+ |
+ + Bids from firms in other European Economic Area countries + | +
+ The number of bids received from tenderers from other European Economic Area countries. + +
|
+
+
+ foreignBidsFromNonEU
+
+ |
+ + Bids from firms in non-European Economic Area countries + | +
+ The number of bids received from tenderers from non-European Economic Area countries. + +
|
+
+
+ tendersAbnormallyLow
+
+ |
+ + Tenders excluded because they were abnormally low + | +
+ The number of tenders excluded because they were abnormally low. Note that in some EU datasets this might have been converted from a boolean, such that a value of 1 would indicate "1 or more" tenders were excluded. Users need to evaluate and interpret data accordingly. + +
|
+
+ You can download the bidStatus.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ invited
+
+ |
+ + Invited + | +
+ A bid has been invited from the listed tenderer(s). + + |
+
+
+ pending
+
+ |
+ + Pending + | +
+ A bid has been submitted but not yet evaluated. + + |
+
+
+ valid
+
+ |
+ + Valid + | +
+ The submitted bid met the qualification requirements in order to be evaluated. + + |
+
+
+ disqualified
+
+ |
+ + Disqualified + | +
+ The submitted bid did not meet the qualification requirements in order to be evaluated. + + |
+
+
+ withdrawn
+
+ |
+ + Withdrawn + | +
+ The submitted bid was withdrawn by the tenderer(s). + + |
+
+ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+La información sobre las ofertas presentadas como parte de un proceso de contratación es importante para muchas formas de análisis, incluyendo:
+Los regímenes regulatorios varían en la medida en que permiten que la información sobre licitaciones se publique de forma proactiva y en qué momento del proceso de adquisición. En algunos sistemas y procesos, se publicará una lista de licitadores invitados al comienzo de la licitación, y todos los detalles y documentos sobre las ofertas recibidas podrán ser revelados cuando se complete la evaluación. En otros sistemas, sólo pueden hacerse públicas las estadísticas resumidas sobre el número de ofertas recibidas.
+La extensión de oferta de OCDS introduce una sección nueva, flexible y de alto nivel para cada proceso de contratación para capturar información de ofertas. Los ejecutores deberán evaluar qué campos son aplicables a su régimen regulatorio local y los casos de uso locales.
+La lista bids/details
se utiliza para proporcionar uno o más objetos Bid
, cada uno de los cuales representa una única oferta recibida.
La matriz bids/statistics
se usa para representar información estadística sobre el número de ofertas y licitadores. En cada entrada de la matriz hay un objeto BidsStatistic
que contiene al menos:
bidStatistics.csv
La lista de códigos bidStatistics.csv
es una lista de códigos abierta. Los publicadores pueden agregar sus propios códigos a esta lista. Al hacerlo, se alienta a los publicadores a comprometerse con la comunidad de contrataciones abiertas para acordar las definiciones de cada código.
Por ejemplo, tal vez los publicadores deseen agregar estadísticas sobre negocios pertenecientes a minorías o mujeres, u ofertas que cumplan ciertos estándares y metas ambientales.
+La lista de código en la columna Categoría muestra si la estadística aplica a las ofertas u ofertantes o si esta especificado o requerido por una categoría particular del contexto regulatorio (ej. UE)
+A continuación se muestra un ejemplo de una extensión de ofertas:
+{
+ "bids": {
+ "statistics": [
+ {
+ "id": "1",
+ "measure": "validBids",
+ "value": 1,
+ "date": "2016-12-09T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were considered valid against relevant criteria."
+ },
+ {
+ "id": "2",
+ "measure": "disqualifiedBids",
+ "value": 1,
+ "date": "2016-12-10T01:00:00+01:00",
+ "notes": "This statistic covers the total number of unique bids received that were disqualified."
+ },
+ {
+ "id": "3",
+ "measure": "highestValidBidValue",
+ "value": 1000,
+ "currency": "USD"
+ },
+ {
+ "id": "4",
+ "measure": "lowestValidBidValue",
+ "value": 1000,
+ "currency": "USD"
+ }
+ ],
+ "details": [
+ {
+ "id": "1",
+ "date": "2016-12-09T01:00:00+01:00",
+ "status": "valid",
+ "value": {
+ "amount": 1000,
+ "currency": "USD"
+ },
+ "documents": [
+ {
+ "id": "1",
+ "documentType": "evaluationReports",
+ "title": "Mega Consortium Bid Evaluation Report",
+ "description": "This document provides details of the evaluation of the bid submitted by Mega Consortium",
+ "url": "http://communications.gov.example/example_ppp/evaluationReport_megaConsortium.pdf",
+ "datePublished": "2016-11-17T10:00:00-06:00",
+ "format": "application/pdf",
+ "language": "en"
+ }
+ ],
+ "tenderers": [
+ {
+ "id": "MEGA",
+ "name": "Mega Consortium"
+ }
+ ]
+ },
+ {
+ "id": "2",
+ "date": "2016-12-10T01:00:00+01:00",
+ "status": "disqualified",
+ "value": {
+ "amount": 1500,
+ "currency": "USD"
+ },
+ "documents": [
+ {
+ "id": "1",
+ "documentType": "evaluationReports",
+ "title": "Beta Consortium Bid Evaluation Report",
+ "description": "This document provides details of the evaluation of the bid submitted by Beta Consortium",
+ "url": "http://communications.gov.example/example_ppp/evaluationReport_betaConsortium.pdf",
+ "datePublished": "2016-11-18T10:00:00-06:00",
+ "format": "application/pdf",
+ "language": "en"
+ }
+ ],
+ "tenderers": [
+ {
+ "id": "BETA",
+ "name": "Beta Consortium"
+ }
+ ]
+ }
+ ]
+ },
+ "awards": [
+ {
+ "id": "111",
+ "title": "Example PPP contract award",
+ "description": "Award of Example PPP contract to Mega Consortium",
+ "status": "active",
+ "date": "2016-12-17T10:00:00-06:00",
+ "relatedBid": "1"
+ }
+ ]
+}
+
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.
+BidsStatistic.currency
bidStatistics.csv
foreignBidsFromNonEU a
bidStatistics.csv`required
invalide a la matriz del campo Bids.details
Bids.statistics
a Bid.tenderers
para identificar la estrategia de unión de los identificadoresBidsStatistic.id
, BidsStatistic.measure
, BidsStatistic.value
sean nullBids.statistics
tenga null en su lista de objetosBids.statistics
sea nullBid.status
BidsStatistic.requirementResponses
a la extensión de requisitos+ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ bids
+
+ |
+ + Ofertas + | +
+ La sección de ofertas se utiliza para publicar resúmenes estadísticos y, si aplica, información de ofertas individuales. + + |
+ + Bids object + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedBid
+
+ |
+ + Oferta relacionada + | +
+ Cuando se usan los detalles de la oferta, una referencia cruzada a la entrada en la lista de ofertas a la que se refiere esta adjudicación. Proporcione el identificador de oferta aquí. + + |
+ + string + | +
+ The extension defines a new BidsStatistic
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ Un identificador interno para esta estadística. + + |
+ + string + | +
+
+ measure
+
+ |
+ + Medida + | +
+ La estadística reportada por este valor. + + |
+ + string from open bidStatistics codelist + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se actualizó por última vez esta estadística. Esta es a menudo la fecha de cierre del proceso de licitación. Este campo puede dejarse en blanco a menos que (a) se proporcione la misma estadística desde múltiples puntos en el tiempo, o (b) exista un requerimiento local específico para proveer la fecha en la cual las estadísticas fueron calculadas. + + |
+ + string + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor de la medida en cuestión. Los recuentos totales deben proporcionarse como un entero. Los porcentajes deberían presentarse como una proporción de 1 (por ejemplo, 10% = 0.1) + + |
+ + number + | +
+
+ currency
+
+ |
+ + Moneda + | +
+ La moneda para el monto contenido en el campo |
+ + string from closed currency codelist + | +
+
+ notes
+
+ |
+ + Notas + | +
+ Cualquier nota requerida para entender o interpretar la estadística proporcionada. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Lote Relacionado + | +
+ Cuando se usen lotes, si esta estadística se relaciona con ofertas en un lote determinado, proporcione el identificador de lote aquí. Si se deja en blanco, la estadística se interpretará como aplicable a toda la oferta. + + |
+ + string + | +
+ The extension defines a new Bids
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statistics
+
+ |
+ + Estadística + | +
+ Estadísticas resumidas sobre el número y la naturaleza de las ofertas recibidas. Cuando se proporciona información sobre ofertas individuales, estas estadísticas deben coincidir con las que se pueden calcular a partir de la matriz de detalles de oferta. + + |
+ + array of BidsStatistic objects + | +
+
+ details
+
+ |
+ + Detalles de la oferta + | +
+ Una lista de ofertas que proporciona información sobre los licitantes y, en su caso, el estado de las ofertas, los valores de las ofertas y los documentos relacionados. La medida en que esta información puede ser revelada varía de jurisdicción en jurisdicción. + + |
+ + array of Bid objects + | +
+ The extension defines a new Bid
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ Un identificador local para esta oferta + + |
+ + string + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se recibió esta oferta. + + |
+ + string + | +
+
+ status
+
+ |
+ + Estado + | +
+ El estado de la oferta. + + |
+ + string from closed bidStatus codelist + | +
+
+ tenderers
+
+ |
+ + Licitante + | +
+ La parte, o partes, responsable(s) por esta oferta. + + |
+ + array of OrganizationReference objects + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor total de la oferta. + + |
+ + Value object + | +
+
+ documents
+
+ |
+ + Documentos + | +
+ Todos los documentos y anexos relacionados con la oferta y su evaluación. + + |
+ + array of Document objects + | +
+ + This page has moved to a /es/extensions/budget/master/ +
++ Agrega una lista de desglose de presupuesto al objeto de presupuesto para desglosar un presupuesto por fuente y período. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ sourceParty
+
+ |
+ + Source organization + | +
+ The organization providing the funds for a budget entry. + + |
+
+ Agrega una lista de desglose de presupuesto al objeto de presupuesto para desglosar un presupuesto por fuente y período. +
+El objeto planning.budget
del OCDS puede utilizarse para describir el presupuesto del que se extraen los fondos. Incluye un único campo budget.amount
para capturar el valor total del presupuesto para el proceso de contratación.
Esta extensión permite describir el presupuesto con mayor detalle, incluidos los presupuestos plurianuales o los presupuestos procedentes de múltiples organizaciones. En el caso de las APP, los presupuestos pueden proceder del sector privado o de bancos de desarrollo multilaterales.
+La divulgación de datos estructurados de presupuestos de fuentes múltiples permite a los usuarios entender cuánto de los fondos para un proyecto provienen del gobierno o de un departamento específico, mientras que los datos estructurados sobre presupuestos multi-anuales permiten a los usuarios entender el perfil de gasto esperado de un contrato.
+En el bloque principal de planning.budget
, se debe utilizar budget.amount
para capturar el valor total del presupuesto para el proceso de contratación.
Cuando se utiliza budget.budgetBreakdown
para expresar un presupuesto de múltiples fuentes pero los detalles de la organización no se conocen para una o más partes del presupuesto, por ejemplo, en una APP donde el licitador del sector privado proporcionará parte del presupuesto , el campo sourceParty.name
debe usarse para proporcionar una explicación de texto libre de la fuente del presupuesto, por ejemplo "Inversión del sector privado del licitador ganador".
El siguiente fragmento JSON modela un presupuesto multi-fuente de un solo año:
+{
+ "planning": {
+ "budget": {
+ "amount": {
+ "amount": 300000,
+ "currency": "GBP"
+ },
+ "budgetBreakdown": [
+ {
+ "id": "1",
+ "description": "Budget contribution from the local government",
+ "sourceParty": {
+ "id": "GB-LAC-E09000003-557",
+ "name": "London Borough of Barnet - Transport Services"
+ },
+ "amount": {
+ "amount": 150000,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "2",
+ "description": "Budget contribution from the national government",
+ "sourceParty": {
+ "id": "GB-GOV-23",
+ "name": "Department for Transport"
+ },
+ "amount": {
+ "amount": 150000,
+ "currency": "GBP"
+ }
+ }
+ ]
+ }
+ },
+ "parties": [
+ {
+ "id": "GB-GOV-23",
+ "name": "Department for Transport",
+ "roles": [
+ "funder"
+ ]
+ },
+ {
+ "id": "GB-LAC-E09000003-557",
+ "name": "London Borough of Barnet - Transport Services",
+ "roles": [
+ "funder"
+ ]
+ }
+ ]
+}
+
El siguiente fragmento JSON modela un presupuesto multi-anual de fuente única:
+{
+ "planning": {
+ "budget": {
+ "amount": {
+ "amount": 70000,
+ "currency": "GBP"
+ },
+ "budgetBreakdown": [
+ {
+ "id": "1",
+ "description": "2021/2022",
+ "period": {
+ "startDate": "2021-04-01T00:00:00Z",
+ "endDate": "2022-03-31T23:59:59Z"
+ },
+ "amount": {
+ "amount": 20000,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "2",
+ "description": "2022/2023",
+ "period": {
+ "startDate": "2022-04-01T00:00:00Z",
+ "endDate": "2023-03-31T23:59:59Z"
+ },
+ "amount": {
+ "amount": 50000,
+ "currency": "GBP"
+ }
+ }
+ ]
+ }
+ }
+}
+
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.
++partyRole.csv
codelist, because the 'funder' code is deprecated in OCDS 1.2.minProperties
, minItems
y/o minLength
."uniqueItems ": true
en los campos matriz y agregar "minLength": 1
en los campos de cadena obligatorios.mergeStrategy
.BudgetBreakdown.id
para permitir el seguimiento de revisiones y fusión de listas+ Agrega una lista de desglose de presupuesto al objeto de presupuesto para desglosar un presupuesto por fuente y período. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new BudgetBreakdown
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador para esta entrada de presupuesto en particular. + + |
+ + string or integer + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una breve descripción de texto libre sobre esta entrada de presupuesto. + + |
+ + string + | +
+
+ amount
+
+ |
+ + Monto + | +
+ The value of the budget line item. A positive amount means the source organization funds the contracting process. A negative amount means the contracting process pays the source organization. + + |
+ + Value object + | +
+
+ uri
+
+ |
+ + Información vinculada de presupuesto + | +
+ Un URI apuntando directamente a información legible por computadora acerca de esta entrada de presupuesto. + + |
+ + string + | +
+
+ period
+
+ |
+ + Período de Presupuesto + | +
+ El período cubierto por esta entrada presupuestaria. + + |
+ + Period object + | +
+
+ sourceParty
+
+ |
+ + Source organization + | +
+ The organization providing the funds for this budget entry. The corresponding entry in the |
+ + OrganizationReference object + | +
+ The extension defines these fields in the Budget
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ budgetBreakdown
+
+ |
+ + Desglose del presupuesto + | +
+ Un desglose detallado del presupuesto por periodo y/o financiadores participantes. + + |
+ + array of BudgetBreakdown objects + | +
+ + This page has moved to a /es/extensions/budget_and_spend/master/ +
++ Extiende el desglose de presupuesto y la implementación de contrato para permitir la publicación del detalle de las asignaciones de presupuesto y la ejecución del proceso de contrataciones, utilizando las clasificaciones que pueden mapearse a datos de presupuesto y de gasto que fueron publicados de forma separada. +
+La extensión de Presupuestos y Gastos extiende la extensión de budget breakdown y la sección de implementación del contrato para permitir la publicación de asignaciones de presupuesto detalladas y la ejecución de las mismas para un proceso de contrataciones
+Un artículo de discusión que muestra los antecedentes del enfoque puede encontrarse aquí.
+Este repositorio se encuentra activamente en desarrollo, y actualmente contiene un ejemplo de cómo puede ser usada esta extensión para registrar compromisos financieros anuales de un proceso de contratación y contratos individuales.
+Esta extensión introduce tres nuevas funciones que surgen de la extensión budget breakdown:
+classifications
permiten que se den clasificaciones funcionales, económicas y administrativas para cada detalle del presupuesto;measures
- permite que se usen diferentes medidas de presupuesto (planeadas, cometidas, ejecutadas, etc.) a nivel del proceso de contrataciones para cada set de clasificaciones de presupuestofiscalBreakdownFieldMapping
- provee una manera de vincular a un Paquete de Datos Fiscales, un archivo datapackage.json, que define el significado de cada clasificación y medida, y provee acceso a datos relacionados a nivel presupuestario.Adicionalmente, introduce el objeto financialProgress
en contracts/implementation
, permitiendo mostrar el detalle de la ejecución financiera de cada contrato, utilizando los mismos atributos classifications
, measures
y fiscalBreakdownFieldMapping
como para budgetBreakdown
.
La mejor manera de utilizar esta extensión es viendo los ejemplos desarrollados.
+Esta extensión da las herramientas para crear datos que relacionen budgets, contracting processes y spending
+A partir de las definiciones de Global Initiative for Fiscal Transparency (GIFT):
+Un presupuesto es una declaración a futuro de como una organización propone aumentar sus ingresos, utilizar sus recursos y financiar sus operaciones. El presupuesto del Gobierno Nacional debe cubrir todas las actividades de un estado. Los presupuestos detallados pueden existir también a nivel de agencias y proyectos. En las contrataciones públicas, el fondo para un proceso de contratación puede provenir de una sección particular del Presupuesto Nacional, o de un presupuesto organizacional. Podría también provenir por completo o parcialmente de un fondo externo (Ej. el Banco Internacional de Desarrollo), ya sea directamente o a través de sistemas gubernamentales.
+Las líneas de presupuesto se construyen a partir de un set de classifications (generalmente descritas en términos de clasificaciones funcional, administrativas o económicas) y las measures (como el monto original designado a un conjunto particular de clasificaciones, o los montos modificados o ejecutados).
+Fiscal reports are records of [an organization's] actual (historical) revenues, spending and financing. They may report the fiscal activities of the central government, state governments, or local governments, or of all levels of government in a country (referred to as the general government). Reports may cover a whole government in aggregate as an organization, and/or individual government units, e.g. ministries, departments or agencies. They may be on a cash or accruals basis (full or partial). As payments are made during the execution of a contract, these may be allocated against one or more sections of the budget. In some cases, this may allow the creation of fiscal reporting at the level of individual contracts.
+El Open Contracting Data Standard se usa para compartir información sobre procesos de contrataciones. Un proceso de contrataciones puede pasar por diferentes etapas a través del tiempo, incluyendo planeación, licitación, adjudicación, firma de contrato e implementación.
+La imagen anterior presenta un representación esquemática de como pueden interactuar las bases de datos de presupuesto, contratación y gasto
+Debe notar que:
+planning
de un proceso de contratación OCDS puede actualizarse después de que los contratos se adjudiquen y se estén implementando.La siguiente imagen muestra un mapeo entre las etapas de una transacción y las etapas de un proceso de contratación. Las etapas de una transacción son generalmente comunes en diferentes jurisdicciones y reflejan las descritas en el [Paquete de Datos Fiscales] (https://frictionlessdata.io/specs/fiscal-data-package/); sin embargo, es posible que algunas jurisdicciones no registren todas las etapas, algunas pueden utilizar una terminología diferente y algunas pueden tener más etapas.
+![Mapeo del proceso de transacción y contratación] (https://raw.githubusercontent.com/open-contracting-extensions/ocds_budget_and_spend_extension/master/images/transaction-contracting_process.png)
+Los datos combinados cubiertos por esta extensión generalmente se obtienen de los sistemas de adquisiciones y los Sistemas de Información de Gestión Financiera (SIGF). Entre los ejemplos de cómo se pueden integrar dichos sistemas se incluyen:
+El Fiscal Data Package desarrollado por Open Knowledge con el apoyo de GIFT da un "formato sencillo y orientado al usuario para publicar y consumir datos fiscales". A diferencia del OCDS, el cual requiere que los datos se conviertan en una estructura JSON antes de publicarse, el Paquete de Datos Fiscales consiste de:
+Se ha hecho bastante investigación y pruebas con usuarios para desarrollar el Paquete de Datos Fiscales, estableciendo que, en vez de buscar un acuerdo en un set global de conceptos fiscales, es importante, considerando la diversidad de sistemas de compras y presupuesto alrededor del mundo, permitir a los usuarios publicar sus datos utilizando sus conceptos fiscales existentes, y luego complementar estos con datos adicionales que pueden apoyar el análisis y la comparación entre bases de datos.
+Para evitar la duplicación de esfuerzos por parte de los editores y consumidores de datos, esta extensión difiere del modelo del Paquete de Datos Fiscales con respecto a la definición de conceptos fiscales y sigue el enfoque del FDP de permitir el uso de nombres de columnas de datos existentes. Si bien el FDP no hace una distinción directa entre "clasificaciones" y "medidas", considerando que ambas son instancias de "conceptos fiscales", en esta extensión sí trazamos una distinción para permitir que las medidas se validen como numéricas, mientras que las clasificaciones pueden pueden ser cadenas o números.
+Una exploración completa del enfoque que se toma en esta extensión se puede encontrar en el background discussion paper.
+Esta extensión fue diseñada en base a un conjunto de historias de usuario.
+Identificar y confirmar asignaciones presupuestarias:
+Siguiendo el proceso de pagos:
+Estas historias de usuario se utilizaron para identificar un conjunto de requisitos que la extensión debería cumplir. La siguiente lista describe hasta qué punto la extensión actual cumple con los requisitos que se identificaron.
+classifications
que puede incluir cualquier número de campos de clasificación, reflejando los términos y nombres de columnas utilizados en los conjuntos de datos presupuestarios.projectID
.measures
que puede incluir cualquier número de campos de medida, reflejando los términos y nombres de columnas utilizados en los conjuntos de datos de presupuesto y gasto existentes.financialProgress.breakdown
, pero la extensión no modifica actualmente el bloque de transactions
para permitir la clasificación a nivel de transacciones individuales.measures
en financialProgress.breakdown
para cada contrato se pueden utilizar para describir diferentes momentos del procesamiento del pago. Sin embargo, esto solo proporciona un historial completo de la sincronización de los procesos de pago cuando se usa con un historial de versiones detallado de las entregas. En esta extensión no se ha incluido un enfoque alternativo de agregar detalles de transactions
para representar diferentes momentos, como solicitudes de pago y aprobaciones de pago, pero puede desarrollarse por separado en el futuro.classifications
y measures
de manera a mostrar claramente la información a los usuarios.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.
+minProperties
, minItems
y/o minLength
."uniqueItems ": true
en los campos de la matriz y agregar "minLength": 1
en los campos de cadena obligatorios.+ Extiende el desglose de presupuesto y la implementación de contrato para permitir la publicación del detalle de las asignaciones de presupuesto y la ejecución del proceso de contrataciones, utilizando las clasificaciones que pueden mapearse a datos de presupuesto y de gasto que fueron publicados de forma separada. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ financialProgress
+
+ |
+ + Progreso financiero + | +
+ La sección de progreso financiero permite publicar información de alto nivel y detallada sobre montos asignados o gastados hasta la fecha para este contrato en particular. Esto puede usarse junto a la sección de transacciones, la cual permite que se registren detalles de cada pago individual. + + |
+ + object + | +
+
+ financialProgress.
+ |
+ + Gasto total + | +
+ El gasto total de este contrato a la fecha de la última actualización. Tenga en cuenta que la medida fiscal exacta que representa este número puede variar dependiendo del publicador de los datos (ej. monto facturado vs monto transferido al banco del proveedor). + + |
+ + Value object + | +
+
+ financialProgress.
+ |
+ + Medidas + | +
+ La sección de medidas reporta valores agregados del progreso financiero para este contrato (ie. sin el desglose de clasificación de presupuesto. Las medidas se deben de dar como un set de pares clave-valor, donde la clave debe ser el nombre de la medida utilizada dentro de una base de datos del Paquete de Datos Fiscales u otra base de datos de presupuesto y gasto. El valor es el valor de esta medida la última vez que fue actualizada y debe de darse como un número en la misma moneda que cualquier reporte agregado de presupuesto o figuras de gasto. + + |
+ + object + | +
+
+ financialProgress.
+ |
+ + + | ++ + | ++ number + | +
+
+ financialProgress.
+ |
+ + Desglose de progreso financiero + | +
+ Esta sección contienen un desglose del progreso financiero, permitiendo que varias medidas (monto facturado, monto acumulado, monto pagado, etc) se desglosen por fuente, período y clasificación de presupuesto + + |
+ + array of FinancialProgressBreakdown objects + | +
+ The extension defines a new FinancialProgressBreakdown
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador para esta entrada de desglose de progreso financiero particular + + |
+ + string or integer + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Un texto breve de descripción de este desglose de progreso financiero. Esto puede visualizarse en una interfaz de usuarios que interprete esta entrada. Puede ser generada automáticamente como datos estructurados o pueden ser ingresados manualmente. + + |
+ + string + | +
+
+ period
+
+ |
+ + Período de Presupuesto + | +
+ El período cubierto por la entrada de desglose de progreso financiero. Esta información también puede ser duplicada utilizando clasificaciones cuando sea relevante. + + |
+ + Period object + | +
+
+ classifications
+
+ |
+ + Clasificaciones de presupuesto + | +
+ Las clasificaciones de presupuesto deben de darse como un conjunto de pares clave-valor, donde la clave es la dimensión (o el nombre de la dimensión) usada en la clasificación de presupuesto, y el valor es el valor de esa dimensión en el proceso de contrataciones o en el contrato específico (dependiendo del punto en el archivo OCDS en el cual se da la clasificación). + + |
+ + object + | +
+
+ classifications.
+ |
+ + + | ++ + | ++ string or number + | +
+
+ measures
+
+ |
+ + medidas + | +
+ Las medidas deben de dar un conjunto de pares clave-valor, donde la clave debe ser el nombre de una medida utilizada en la base de datos del Paquete de Datos Fiscales o en otras bases de datos de presupuesto y gasto. El valor es el valor de esta medida en la última actualización, y debe de darse como un número en la misma moneda que en cualquier reporte de presupuesto agregado o valores de gasto. + + |
+ + object + | +
+
+ measures.
+ |
+ + + | ++ + | ++ number + | +
+
+ fiscalBreakdownFieldMapping
+
+ |
+ + + | ++ + | ++ FiscalBreakdownFieldMapping object + | +
+ The extension defines these fields in the BudgetBreakdown
object from the Desglose del presupuesto extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ classifications
+
+ |
+ + Clasificaciones de presupuesto + | +
+ Las clasificaciones de presupuesto deben de darse como un conjunto de pares clave-valor, donde la clave es la dimensión (o el nombre de la dimensión) usada en la clasificación de presupuesto, y el valor es el valor de esa dimensión en el proceso de contrataciones o en el contrato específico (dependiendo del punto en el archivo OCDS en el cual se da la clasificación). + + |
+ + object + | +
+
+ classifications.
+ |
+ + + | ++ + | ++ string or number + | +
+
+ measures
+
+ |
+ + medidas + | +
+ Las medidas deben de dar un conjunto de pares clave-valor, donde la clave debe ser el nombre de una medida utilizada en la base de datos del Paquete de Datos Fiscales o en otras bases de datos de presupuesto y gasto. El valor es el valor de esta medida en la última actualización, y debe de darse como un número en la misma moneda que en cualquier reporte de presupuesto agregado o valores de gasto. + + |
+ + object + | +
+
+ measures.
+ |
+ + + | ++ + | ++ number + | +
+
+ fiscalBreakdownFieldMapping
+
+ |
+ + + | ++ + | ++ FiscalBreakdownFieldMapping object + | +
+ + This page has moved to a /es/extensions/charges/master/ +
++ Agrega una matriz de cargos al objeto de implementación para publicar los cargos en que incurrirán los usuarios o el gobierno en un período determinado de un contrato. +
+
+ You can download the chargePaidBy.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ government
+
+ |
+ + Government + | +
+ The charge is paid by the government + + |
+
+
+ user
+
+ |
+ + User + | +
+ The charge is paid by businesses or citizens using the facilities provided by the contract + + |
+
+ Agrega una matriz de cargos al objeto de implementación para publicar los cargos en que incurrirán los usuarios o el gobierno en un período determinado de un contrato. +
+La extensión de cargos se utiliza para registrar detalles de los cargos totales estimados o aplicados a los usuarios o al gobierno durante la operación de un contrato de Asociación Público Privada.
+Esto puede utilizarse para proporcionar un desglose del apoyo gubernamental a un proyecto, sobre una base de período por período.
+La extensión de cargos introduce una lista charges
al objeto contracts.implementation
.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "title": "Public Private Partnership Agreement",
+ "description": "Public-Private Partnership agreement entered into by and between telecoms promoter, together with national fibre infrastructure and the special purpose vehicle Mega Consortium Ltd",
+ "implementation": {
+ "charges": [
+ {
+ "id": "2025-user",
+ "title": "User charges for calendar year 2025 resulting from 4G, 3G, voice and SMS tariffs",
+ "estimatedValue": {
+ "amount": 1019100000,
+ "currency": "USD"
+ },
+ "paidBy": "user",
+ "period": {
+ "startDate": "2025-01-01T00:00:00Z",
+ "endDate": "2025-12-31T23:59:59Z"
+ }
+ },
+ {
+ "id": "2026-user",
+ "title": "User charges for calendar year 2026 resulting from 4G, 3G, voice and SMS tariffs",
+ "estimatedValue": {
+ "amount": 1129206411.9632988,
+ "currency": "USD"
+ },
+ "paidBy": "user",
+ "period": {
+ "startDate": "2026-01-01T00:00:00Z",
+ "endDate": "2026-12-31T23:59:59Z"
+ }
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
+minProperties
, minItems
y/o minLength
."uniqueItems ": true
en los campos matriz y agregar "minLength": 1
en los campos de cadena obligatorios.Charge.id
sea obligatorio para soportar el seguimiento de revisiones y fusión de listas+ Agrega una matriz de cargos al objeto de implementación para publicar los cargos en que incurrirán los usuarios o el gobierno en un período determinado de un contrato. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ charges
+
+ |
+ + Cargos + | +
+ Información sobre los ingresos que se recaudarán a través de cobros, según lo estipulado en el contrato o revisado posteriormente durante la vida del proyecto. + + |
+ + array of Charge objects + | +
+ The extension defines a new Charge
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador de cargo + | +
+ Un identificador local para esta cargo específico. Este campo se utiliza para realizar un seguimiento de las revisiones de un cargo a través de varias publicaciones OCDS. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título del cargo + | +
+ Un título descriptivo para este cobro, + + |
+ + string + | +
+
+ paidBy
+
+ |
+ + Pagado por + | +
+ ¿Se trata de un cargo de usuario (pagado por empresas o ciudadanos que utilizan las facilidades proporcionadas por el contrato), o un cargo pagado por el gobierno? + + |
+ + string from closed chargePaidBy codelist + | +
+
+ period
+
+ |
+ + Periodo + | +
+ El período al que se aplica este cargo. + + |
+ + Period object + | +
+
+ estimatedValue
+
+ |
+ + Valor estimado + | +
+ Cuál es el valor total estimado que se levantará de este cargo durante este período. + + |
+ + Value object + | +
+
+ actualValue
+
+ |
+ + Valor real + | +
+ En la sección de implementación, este campo puede ser actualizado con los ingresos totales recaudados de este cobro durante este período. + + |
+ + Value object + | +
+
+ notes
+
+ |
+ + Notas + | +
+ Cualquier nota sobre este cargo. Esto puede incluir información para aclaración. + + |
+ + string + | +
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
diff --git a/es/extensions/charges/v1.1/extension.json b/es/extensions/charges/v1.1/extension.json new file mode 100644 index 000000000..6c298817c --- /dev/null +++ b/es/extensions/charges/v1.1/extension.json @@ -0,0 +1,15 @@ +{ + "name": { + "en": "Charges", + "es": "Cargos" + }, + "description": { + "en": "The charges extension is used to record details of the **total** charges that are estimated or applied to users or government during the operation of a Public Private Partnership contract.", + "es": "La extensi\u00f3n de cargos se utiliza para registrar detalles de los **cargos totales** estimados o aplicados a los usuarios o al gobierno durante la operaci\u00f3n de un contrato de Asociaci\u00f3n P\u00fablico Privada." + }, + "compatibility": [ + "1.1" + ], + "dependencies": [], + "documentationUrl": {} +} diff --git a/es/extensions/charges/v1.1/index.html b/es/extensions/charges/v1.1/index.html new file mode 100644 index 000000000..649ef7d86 --- /dev/null +++ b/es/extensions/charges/v1.1/index.html @@ -0,0 +1,274 @@ + + + + + + + + + ++ Agrega una matriz de cargos al objeto de implementación para publicar los cargos en que incurrirán los usuarios o el gobierno en un período determinado de un contrato. +
+La extensión de cargos se utiliza para registrar detalles de los cargos totales estimados o aplicados a los usuarios o al gobierno durante la operación de un contrato de Asociación Público Privada.
+Esto puede utilizarse para proporcionar un desglose del apoyo gubernamental a un proyecto, sobre una base de período por período.
+La extensión Cargos introduce una propiedad charges
tanto paraContract
como para Contract/Implementation
.
Contiene una matriz de objetos Charge
con propiedades para:
title
- título descriptivo del cargo;paidBy
- ya sea 'gobierno' o 'usuario';period
: la fecha de inicio y de finalización del período cubierto por el cargo;estimatedValue
- el valor total previsto de este cargo durante el período;actualValue
- el valor real (actualizado después de finalizado el período) del cargo durante el período;notes
- información adicional sobre el cargo;+ Agrega una matriz de cargos al objeto de implementación para publicar los cargos en que incurrirán los usuarios o el gobierno en un período determinado de un contrato. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ charges
+
+ |
+ + Cargos + | +
+ Información sobre los ingresos que se recaudarán a través de cobros, según lo estipulado en el contrato o revisado posteriormente durante la vida del proyecto. + + |
+ + array of Charge objects + | +
+ The extension defines a new Charge
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador de cargo + | +
+ Un identificador local para esta cargo específico. Este campo se utiliza para realizar un seguimiento de las revisiones de un cargo a través de varias publicaciones OCDS. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título del cargo + | +
+ Un título descriptivo para este cobro, + + |
+ + string + | +
+
+ paidBy
+
+ |
+ + Pagado por + | +
+ ¿Se trata de un cargo de usuario (pagado por empresas o ciudadanos que utilizan las facilidades proporcionadas por el contrato), o un cargo pagado por el gobierno? + + |
+ + string + | +
+
+ period
+
+ |
+ + Periodo + | +
+ El período al que se aplica este cargo. + + |
+ + Period object + | +
+
+ estimatedValue
+
+ |
+ + Valor estimado + | +
+ Cuál es el valor total estimado que se levantará de este cargo durante este período. + + |
+ + Value object + | +
+
+ actualValue
+
+ |
+ + Valor real + | +
+ En la sección de implementación, este campo puede ser actualizado con los ingresos totales recaudados de este cobro durante este período. + + |
+ + Value object + | +
+
+ notes
+
+ |
+ + Notas + | +
+ Cualquier nota sobre este cargo. Esto puede incluir información para aclaración. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/communication/master/ +
++ Agrega a la licitación un objeto comunicación para describir las modalidades de comunicación de los eventos claves. +
+Adds a communication object to the tender and lot objects, to describe the modalities of communication about key events.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BT-124, BT-127, BT-631, BT-632 and BT-738.For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+An example of a planning notice from which a competition notice will follow.
+{
+ "tender": {
+ "communication": {
+ "atypicalToolName": "ACertainTool",
+ "atypicalToolUrl": "https://ecomm-procurement.example.net",
+ "futureNoticeDate": "2020-06-17T00:00:00+01:00",
+ "noticePreferredPublicationDate": "2020-03-15T00:00:00+01:00",
+ "documentAvailabilityPeriod": {
+ "startDate": "2020-06-15T00:00:00+01:00",
+ "endDate": "2020-07-10T00:00:00+01:00"
+ }
+ }
+ }
+}
+
An example of a planning notice that is used as a call for competition and that is divided into lots.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "communication": {
+ "atypicalToolName": "ACertainTool",
+ "atypicalToolUrl": "https://ecomm-procurement.example.net",
+ "noticePreferredPublicationDate": "2020-03-15T00:00:00+01:00",
+ "documentAvailabilityPeriod": {
+ "startDate": "2020-06-15T00:00:00+01:00",
+ "endDate": "2020-07-10T00:00:00+01:00"
+ },
+ "invitationToConfirmInterestDispatchDate": "2020-11-15T09:00:00+01:00"
+ }
+ }
+ ]
+ }
+}
+
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.
+Communication.atypicalToolName
Communication.invitationToConfirmInterestDispatchDate
Communication.noticePreferredPublicationDate
Lot.communication
tender.communication.documentAvailabilityPeriod
minProperties
, minItems
y/o minLength
.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 pull resquests.
++ Agrega a la licitación un objeto comunicación para describir las modalidades de comunicación de los eventos claves. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ communication
+
+ |
+ + Comunicación + | +
+ Modalidades de comunicación sobre eventos clave. + + |
+ + Communication object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ communication
+
+ |
+ + Comunicación + | +
+ Modalities of communication about key events for this lot. + + |
+ + Communication object + | +
+ The extension defines a new Communication
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ atypicalToolName
+
+ |
+ + Atypical tool name + | +
+ The name of the tools and devices that are not generally available and that are required to communicate electronically with the buyer. + + |
+ + string + | +
+
+ atypicalToolUrl
+
+ |
+ + URL de herramienta atípica + | +
+ The URL of the tools and devices that are not generally available and that are required to communicate electronically with the buyer. + + |
+ + string + | +
+
+ noticePreferredPublicationDate
+
+ |
+ + Notice preferred publication date + | +
+ The buyer's preferred date of publication of the notice (e.g. to avoid publication during a national holiday). + + |
+ + string + | +
+
+ futureNoticeDate
+
+ |
+ + Fecha de notificación futura + | +
+ The estimated date of publication of the next sequential notice. For example, the next sequential notice for a planning notice might be a competition notice. + + |
+ + string + | +
+
+ invitationToConfirmInterestDispatchDate
+
+ |
+ + Invitation to confirm interest dispatch date + | +
+ The estimated date of dispatch from the buyer to potential suppliers of the invitations to confirm interest. For example, when a planning notice is used as a call for competition, the buyer might simultaneously invite the potential suppliers that have expressed their interest to confirm their continuing interest. + + |
+ + string + | +
+
+ documentAvailabilityPeriod
+
+ |
+ + Período de disponibilidad del documento + | +
+ El período durante el cual los documentos pueden ser accedidos o durante el cual se pueden presentar peticiones de acceso a los documentos. + + |
+ + Period object + | +
+ + This page has moved to a /es/extensions/contractTerms/master/ +
++ Agrega un objeto términos del contrato a los objetos de la licitación y del lote, para describir los términos que rigen al futuro contrato. +
+
+ You can download the permission.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ required
+
+ |
+ + Required + | +
+ The activity is required. + + |
+
+
+ allowed
+
+ |
+ + Allowed + | +
+ The activity is allowed. + + |
+
+
+ notAllowed
+
+ |
+ + Not allowed + | +
+ The activity is not allowed. + + |
+
+ Agrega un objeto términos del contrato a los objetos de la licitación y del lote, para describir los términos que rigen al futuro contrato. +
+Agregar un objeto términos del contrato a los objetos de la licitación y del lote, para describir los términos que rigen al futuro contrato.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BG-711 (Contract Terms), BT-801 (Non Disclosure Agreement), BT-802 (Non Disclosure Agreement Description), OPT-071 (Quality Target Code) and OPT-072 (Quality Target Description). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "contractTerms": {
+ "hasElectronicPayment": true,
+ "hasElectronicOrdering": false,
+ "electronicInvoicingPolicy": "required",
+ "reservedExecution": true,
+ "performanceTerms": "A set of KPIs will be developed for this contract and the successful tenderer will be measured against these for the duration of the contract. Please refer to briefing document for further details.",
+ "financialTerms": "In the event that a work referred to in § 2.6 of the Agreement is created as part of the implementation of the Subject Matter of the Agreement, the Contractor shall indicate on the invoice what proportion of the remuneration for implementation.",
+ "tendererLegalForm": "Contractors may jointly apply for the contract.",
+ "hasExclusiveRights": false,
+ "operatorRevenueShare": 0.25,
+ "socialStandards": "The supplier maintains the social, collective bargaining and labor law obligations according to Union law, national law or collective agreements. 4 paragraph 4a Regulation 13707/2007.",
+ "hasNonDisclosureAgreement": true,
+ "nonDisclosureAgreement": "A non-disclosure agreement is required in order to...",
+ "customerServices": [
+ {
+ "type": "clean",
+ "name": "Cleanliness of rolling stock and station facilities",
+ "description": "Rolling stock and station facilities must be kept at a minimum standard of cleanliness."
+ }
+ ]
+ }
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "contractTerms": {
+ "hasElectronicPayment": true,
+ "hasElectronicOrdering": false,
+ "electronicInvoicingPolicy": "required",
+ "reservedExecution": true,
+ "performanceTerms": "A set of KPIs will be developed for this contract and the successful tenderer will be measured against these for the duration of the contract. Please refer to briefing document for further details.",
+ "financialTerms": "In the event that a work referred to in § 2.6 of the Agreement is created as part of the implementation of the Subject Matter of the Agreement, the Contractor shall indicate on the invoice what proportion of the remuneration for implementation.",
+ "tendererLegalForm": "Contractors may jointly apply for the contract.",
+ "hasExclusiveRights": false,
+ "operatorRevenueShare": 0.25,
+ "socialStandards": "The supplier maintains the social, collective bargaining and labor law obligations according to Union law, national law or collective agreements. 4 paragraph 4a Regulation 13707/2007.",
+ "hasNonDisclosureAgreement": true,
+ "nonDisclosureAgreement": "A non-disclosure agreement is required in order to...",
+ "customerServices": [
+ {
+ "type": "clean",
+ "name": "Cleanliness of rolling stock and station facilities",
+ "description": "Rolling stock and station facilities must be kept at a minimum standard of cleanliness."
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
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.
+hasNonDisclosureAgreement
, nonDisclosureAgreement
and customerServices
fields.minProperties
, minItems
y/o minLength
.Esta extensión se discutió originalmente como parte del OCDS para el perfil de la UE y en pull requests.
++ Agrega un objeto términos del contrato a los objetos de la licitación y del lote, para describir los términos que rigen al futuro contrato. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ contractTerms
+
+ |
+ + Términos del contrato + | +
+ Información sobre los términos que rigen los futuros contratos del procedimiento. + + |
+ + ContractTerms object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ contractTerms
+
+ |
+ + Términos del contrato + | +
+ Información sobre los términos que rigen los contratos futuros del lote. + + |
+ + ContractTerms object + | +
+ The extension defines a new ContractTerms
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasElectronicPayment
+
+ |
+ + Pago electrónico utilizado + | +
+ Si se utiliza el pago electrónico. + + |
+ + boolean + | +
+
+ hasElectronicOrdering
+
+ |
+ + Pedido electrónico utilizado + | +
+ Si se utiliza el pedido electrónico. + + |
+ + boolean + | +
+
+ electronicInvoicingPolicy
+
+ |
+ + Política de facturación electrónica + | +
+ Si el comprador requerirá, permitirá o no permitirá las facturas electrónicas. + + |
+ + string from closed permission codelist + | +
+
+ reservedExecution
+
+ |
+ + Ejecución reservada + | +
+ Si la ejecución del contrato se restringe al marco de los programas de empleo protegido + + |
+ + boolean + | +
+
+ performanceTerms
+
+ |
+ + Rendimiento de los términos + | +
+ La información principal sobre la ejecución del contrato (por ejemplo, entregables intermediarios, compensación por daños, derechos de propiedad intelectual). + + |
+ + string + | +
+
+ financialTerms
+
+ |
+ + Términos financieros + | +
+ La principal información sobre financiación y pago y/o referencia a las disposiciones que las regulan. + + |
+ + string + | +
+
+ tendererLegalForm
+
+ |
+ + Forma jurídica del licitador + | +
+ Una determinada forma jurídica que debe adoptar un grupo de licitantes que es adjudicado a un contrato. + + |
+ + string + | +
+
+ hasExclusiveRights
+
+ |
+ + Tiene derechos exclusivos + | +
+ Un derecho que permite a un operador de servicio público operar ciertos servicios públicos de transporte de pasajeros en una ruta o red particular o en un área particular, con exclusión de cualquier otro operador. + + |
+ + boolean + | +
+
+ exclusiveRights
+
+ |
+ + Derechos exclusivos + | +
+ La naturaleza y alcance de los derechos exclusivos otorgados por la entidad contratante al proveedor. + + |
+ + string + | +
+
+ operatorRevenueShare
+
+ |
+ + Reparto de ingresos del operador + | +
+ El porcentaje de ingresos por la venta de boletos asignado al proveedor. + + |
+ + number + | +
+
+ otherTerms
+
+ |
+ + Otros términos + | +
+ Otros términos del contrato que no se ajustan a la semántica de ningún otro campo OCDS. + + |
+ + string + | +
+
+ rewardsAndPenalties
+
+ |
+ + Recompensas y sanciones + | +
+ Información sobre recompensas y sanciones relacionadas con los objetivos de calidad. + + |
+ + string + | +
+
+ socialStandards
+
+ |
+ + Estándares sociales + | +
+ Los estándares sociales requeridos, por ejemplo: detalle de los derechos contractuales del personal afectado y condiciones en las que se considera que los empleados están vinculados a los servicios. + + |
+ + string + | +
+
+ hasNonDisclosureAgreement
+
+ |
+ + Has non-disclosure agreement + | +
+ Whether contract execution requires a non-disclosure agreement. + + |
+ + boolean + | +
+
+ nonDisclosureAgreement
+
+ |
+ + Non-disclosure agreement + | +
+ A description of the non-disclosure agreement required for contract execution. + + |
+ + string + | +
+
+ customerServices
+
+ |
+ + Customer services + | +
+ Information about customer service requirements. + + |
+ + array of CustomerService objects + | +
+ The extension defines a new CustomerService
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Type + | +
+ The type of this customer service requirement. + + |
+ + string + | +
+
+ name
+
+ |
+ + Name + | +
+ A name for this customer service requirement. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ A description of this customer service requirement. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/contract_buyer/master/ +
++ Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole. +
+Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole.
+OCDS indicates the (lead) buyer in a contracting process with the buyer
field. If a contracting process involves multiple buyers, each buyer can be added to the parties
array with a 'buyer' role.
However, in some cases, for a given award, a subset of the buyers decide on the supplier and sign the contract. Only use this extension in such cases.
+In the European Union, this extension's fields correspond to eForms OPT-300-Contract-Signatory. For correspondences to eForms fields, see OCDS for eForms.
+Two contracts are issued with a different buyer for each.
+{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "buyer": {
+ "name": "Example Department of Transport",
+ "id": "GB-GOV-00000000"
+ }
+ },
+ {
+ "id": "2",
+ "awardID": "2",
+ "buyer": {
+ "name": "Example Department of Education",
+ "id": "GB-GOV-12345678"
+ }
+ }
+ ]
+}
+
One award is issued with two buyers.
+{
+ "awards": [
+ {
+ "id": "1",
+ "buyers": [
+ {
+ "name": "Example Department of Education",
+ "id": "GB-GOV-12345678"
+ },
+ {
+ "name": "Example Department of Transport",
+ "id": "GB-GOV-00000000"
+ }
+ ]
+ }
+ ]
+}
+
awards.buyers
field.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.
++ Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ buyers
+
+ |
+ + Buyers + | +
+ The organizations aiming to conclude a contract with the suppliers or to use the goods, services or works resulting from the contract, if not identical to the buyers for the contracting process. + + |
+ + array of OrganizationReference objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ buyer
+
+ |
+ + Comprador + | +
+ The organization aiming to conclude a contract with the suppliers or to use the goods, services or works resulting from the contract, if not identical to the buyer for the contracting process. + + |
+ + OrganizationReference object + | +
+ + This page has moved to a /es/extensions/contract_completion/master/ +
++ Añade campos a la sección de implementación del contrato para detallar la fecha de finalización, y el valor final de un contrato. +
+El Estándar de Datos de Contrataciones Abiertas se puede usar para dar información sobre todas las etapas del proceso de contrataciones, desde la planeación hasta la implementación.
+Esta extensión introduce cuatro campos que pueden usarse al final de un proceso de contratación para dar detalles sobre la fecha final y valor del contrato, también se pueden utilizar cuando hay variaciones para dar una justificación de las mismas.
+El OCDS tiene muchos campos que pueden usarse como parte de un Registro de Contratos. Estos están documentados en el esquema. Esta extensión no modifica ninguno de estos campos. De cualquier manera, la siguiente lista se da para la conveniencia de las personas que están considerado el diseño de un registro de contratos.
+awards
, enlazada a través de contract.awardID
(incluso si solo está publicando información en la etapa del contrato, puede proporcionar información en las secciones de licitación y adjudicación).contracts.documents
.contracts.implementation.documents
.contracts.implementation.transactions
.contracts.implementation.milestones
.contracts.amendments
, y con los valores anteriores proporcionados mediante el OCDS modelo de entregas como se describe aquí.Los hitos pueden tener un status
de 'scheduled', 'met', 'notMet' o 'partiallyMet'. Al dar al menos un hito por contrato, y asegurar que milestone/status
se actualice cuando implementation/endDate
se puede indicar que un contrato terminó con la entrega exitosa de todos los hitos y entregables.
Observe la diferencia entre period
y value
del contrato (según lo acordado en el contrato, o en el contrato modificado o enmendado), y el finalValue
y endDate
, de la implementación, junto con la explicación de esta diferencia.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "title": "Contract to build new cycle lanes in the centre of town.",
+ "period": {
+ "startDate": "2010-07-01T00:00:00Z",
+ "endDate": "2012-01-01T23:59:00Z",
+ "maxExtentDate": "2012-01-31T23:59:00Z"
+ },
+ "value": {
+ "amount": 11500000,
+ "currency": "GBP"
+ },
+ "implementation": {
+ "endDate": "2012-02-01T00:00:00Z",
+ "endDateDetails": "Project was completed one day beyond the extended deadline.",
+ "finalValue": {
+ "amount": 11800000,
+ "currency": "GBP"
+ },
+ "finalValueDetails": "The final payment to the supplier included a compensation payment triggered by the local authority failure to provide work permits on schedule."
+ }
+ }
+ ]
+}
+
El directorio de ejemplos contiene un completo ejemplo práctico con:
+Esto también se proporciona como registro OCDS y como archivo Excel.
+En el archivo Excel, es posible ver tres entregas que describen los tres momentos clave del mismo proceso de contratación.
+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.
+minProperties
, minItems
y/o minLength
.Esta extensión se discutió originalmente en https://github.com/open-contracting/standard/issues/703.
++ Añade campos a la sección de implementación del contrato para detallar la fecha de finalización, y el valor final de un contrato. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ endDate
+
+ |
+ + Fecha de fin + | +
+ La fecha real en la que finalizó la implementación del contrato. Cuando |
+ + string + | +
+
+ endDateDetails
+
+ |
+ + Detalles de fecha de término + | +
+ Detalles relacionados con la endDate. Esto puede justificar que la fecha de cumplimento del contrato sea diferente a la del contrato original. + + |
+ + string + | +
+
+ finalValue
+
+ |
+ + Valor final + | +
+ Valor total real de todos los pagos para un contrato completado. Si se utiliza |
+ + Value object + | +
+
+ finalValueDetails
+
+ |
+ + Detalles del valor final + | +
+ Detalles relacionados al valor final. Esto puede ser una justificación del cambio del valor del contrato terminado contra el valor en el contrato original. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/contract_suppliers/master/ +
++ Permitir la declaración explícita de proveedores dentro del bloque de contratos. Se usa cuando una sola adjudicación a múltiples proveedores resulta en múltiples contratos para un subconjunto de los proveedores adjudicados. +
+El OCDS se ha diseñado alrededor de un modelo de contrataciones que:
+Por esta razón, el principal bloque Contract
no incluye información sobre los suppliers
. Estos se pueden encontrar en el Award
relacionado usando la referencia cruzada awardID
.
De cualquier forma, existen algunos procesos de contratación en las que una misma adjudicación a múltiples proveedores, resulta en contratos múltiples, cada uno para un solo proveedor. En esas instancias, es importante especificar los proveedores al nivel contrato.
+La extensión Proveedores de Contratos introduce la matriz contracts.suppliers
para este propósito.
Se otorga una adjudicación a un consorcio con múltiples proveedores. Luego, se firma un contrato con cada uno de ellos por separado. Cuando se utiliza esta extensión, se debe completar contratos.items
y contract.value
con los ítems adjudicados y el valor para cada proveedor.
{
+ "awards": [
+ {
+ "id": "ocds-213czf-000-00001-award-01",
+ "value": {
+ "amount": 100000,
+ "currency": "GBP"
+ },
+ "items": [
+ {
+ "id": "0001",
+ "description": "Construction work for highways",
+ "quantity": 10,
+ "unit": {
+ "name": "Miles",
+ "value": {
+ "amount": 10000,
+ "currency": "GBP"
+ }
+ }
+ }
+ ],
+ "suppliers": [
+ {
+ "id": "GB-COH-1234567844",
+ "name": "AnyCorp Cycle Provision"
+ },
+ {
+ "id": "GB-COH-789456123",
+ "name": "OtherCorp"
+ }
+ ]
+ }
+ ],
+ "contracts": [
+ {
+ "id": "ocds-213czf-000-00001-contract-01",
+ "awardID": "ocds-213czf-000-00001-award-01",
+ "value": {
+ "amount": 70000,
+ "currency": "GBP"
+ },
+ "suppliers": [
+ {
+ "id": "GB-COH-1234567844",
+ "name": "AnyCorp Cycle Provision"
+ }
+ ],
+ "items": [
+ {
+ "id": "0001",
+ "description": "Construction work for highways",
+ "quantity": 7,
+ "unit": {
+ "name": "Miles",
+ "value": {
+ "amount": 10000,
+ "currency": "GBP"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": "ocds-213czf-000-00001-contract-02",
+ "awardID": "ocds-213czf-000-00001-award-01",
+ "value": {
+ "amount": 30000,
+ "currency": "GBP"
+ },
+ "suppliers": [
+ {
+ "id": "GB-COH-789456123",
+ "name": "OtherCorp"
+ }
+ ],
+ "items": [
+ {
+ "id": "0001",
+ "description": "Construction work for highways",
+ "quantity": 3,
+ "unit": {
+ "name": "Miles",
+ "value": {
+ "amount": 10000,
+ "currency": "GBP"
+ }
+ }
+ }
+ ]
+ }
+ ]
+}
+
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.
+minProperties
, minItems
y/o minLength
.+ Permitir la declaración explícita de proveedores dentro del bloque de contratos. Se usa cuando una sola adjudicación a múltiples proveedores resulta en múltiples contratos para un subconjunto de los proveedores adjudicados. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ suppliers
+
+ |
+ + Proveedores + | +
+ Los proveedores mencionados explícitamente en este contrato. + + |
+ + array of OrganizationReference objects + | +
+ + This page has moved to a /es/extensions/countryCode/master/ +
++ Agregar un campo código de país al objeto de dirección. +
+
+ You can download the country.csv
file in English.
+
+ Código + | ++ Título + | +
---|---|
+
+ AD
+
+ |
+ + Andorra + | +
+
+ AE
+
+ |
+ + United Arab Emirates + | +
+
+ AF
+
+ |
+ + Afghanistan + | +
+
+ AG
+
+ |
+ + Antigua and Barbuda + | +
+
+ AI
+
+ |
+ + Anguilla + | +
+
+ AL
+
+ |
+ + Albania + | +
+
+ AM
+
+ |
+ + Armenia + | +
+
+ AO
+
+ |
+ + Angola + | +
+
+ AQ
+
+ |
+ + Antarctica + | +
+
+ AR
+
+ |
+ + Argentina + | +
+
+ AS
+
+ |
+ + American Samoa + | +
+
+ AT
+
+ |
+ + Austria + | +
+
+ AU
+
+ |
+ + Australia + | +
+
+ AW
+
+ |
+ + Aruba + | +
+
+ AX
+
+ |
+ + Åland Islands + | +
+
+ AZ
+
+ |
+ + Azerbaijan + | +
+
+ BA
+
+ |
+ + Bosnia and Herzegovina + | +
+
+ BB
+
+ |
+ + Barbados + | +
+
+ BD
+
+ |
+ + Bangladesh + | +
+
+ BE
+
+ |
+ + Belgium + | +
+
+ BF
+
+ |
+ + Burkina Faso + | +
+
+ BG
+
+ |
+ + Bulgaria + | +
+
+ BH
+
+ |
+ + Bahrain + | +
+
+ BI
+
+ |
+ + Burundi + | +
+
+ BJ
+
+ |
+ + Benin + | +
+
+ BL
+
+ |
+ + Saint Barthélemy + | +
+
+ BM
+
+ |
+ + Bermuda + | +
+
+ BN
+
+ |
+ + Brunei Darussalam + | +
+
+ BO
+
+ |
+ + Bolivia (Plurinational State of) + | +
+
+ BQ
+
+ |
+ + Bonaire, Sint Eustatius and Saba + | +
+
+ BR
+
+ |
+ + Brazil + | +
+
+ BS
+
+ |
+ + Bahamas + | +
+
+ BT
+
+ |
+ + Bhutan + | +
+
+ BV
+
+ |
+ + Bouvet Island + | +
+
+ BW
+
+ |
+ + Botswana + | +
+
+ BY
+
+ |
+ + Belarus + | +
+
+ BZ
+
+ |
+ + Belize + | +
+
+ CA
+
+ |
+ + Canada + | +
+
+ CC
+
+ |
+ + Cocos (Keeling) Islands + | +
+
+ CD
+
+ |
+ + Congo (the Democratic Republic of the) + | +
+
+ CF
+
+ |
+ + Central African Republic + | +
+
+ CG
+
+ |
+ + Congo + | +
+
+ CH
+
+ |
+ + Switzerland + | +
+
+ CI
+
+ |
+ + Côte d'Ivoire + | +
+
+ CK
+
+ |
+ + Cook Islands + | +
+
+ CL
+
+ |
+ + Chile + | +
+
+ CM
+
+ |
+ + Cameroon + | +
+
+ CN
+
+ |
+ + China + | +
+
+ CO
+
+ |
+ + Colombia + | +
+
+ CR
+
+ |
+ + Costa Rica + | +
+
+ CU
+
+ |
+ + Cuba + | +
+
+ CV
+
+ |
+ + Cabo Verde + | +
+
+ CW
+
+ |
+ + Curaçao + | +
+
+ CX
+
+ |
+ + Christmas Island + | +
+
+ CY
+
+ |
+ + Cyprus + | +
+
+ CZ
+
+ |
+ + Czechia + | +
+
+ DE
+
+ |
+ + Germany + | +
+
+ DJ
+
+ |
+ + Djibouti + | +
+
+ DK
+
+ |
+ + Denmark + | +
+
+ DM
+
+ |
+ + Dominica + | +
+
+ DO
+
+ |
+ + Dominican Republic + | +
+
+ DZ
+
+ |
+ + Algeria + | +
+
+ EC
+
+ |
+ + Ecuador + | +
+
+ EE
+
+ |
+ + Estonia + | +
+
+ EG
+
+ |
+ + Egypt + | +
+
+ EH
+
+ |
+ + Western Sahara + | +
+
+ ER
+
+ |
+ + Eritrea + | +
+
+ ES
+
+ |
+ + Spain + | +
+
+ ET
+
+ |
+ + Ethiopia + | +
+
+ FI
+
+ |
+ + Finland + | +
+
+ FJ
+
+ |
+ + Fiji + | +
+
+ FK
+
+ |
+ + Falkland Islands [Malvinas] + | +
+
+ FM
+
+ |
+ + Micronesia (Federated States of) + | +
+
+ FO
+
+ |
+ + Faroe Islands + | +
+
+ FR
+
+ |
+ + France + | +
+
+ GA
+
+ |
+ + Gabon + | +
+
+ GB
+
+ |
+ + United Kingdom of Great Britain and Northern Ireland + | +
+
+ GD
+
+ |
+ + Grenada + | +
+
+ GE
+
+ |
+ + Georgia + | +
+
+ GF
+
+ |
+ + French Guiana + | +
+
+ GG
+
+ |
+ + Guernsey + | +
+
+ GH
+
+ |
+ + Ghana + | +
+
+ GI
+
+ |
+ + Gibraltar + | +
+
+ GL
+
+ |
+ + Greenland + | +
+
+ GM
+
+ |
+ + Gambia + | +
+
+ GN
+
+ |
+ + Guinea + | +
+
+ GP
+
+ |
+ + Guadeloupe + | +
+
+ GQ
+
+ |
+ + Equatorial Guinea + | +
+
+ GR
+
+ |
+ + Greece + | +
+
+ GS
+
+ |
+ + South Georgia and the South Sandwich Islands + | +
+
+ GT
+
+ |
+ + Guatemala + | +
+
+ GU
+
+ |
+ + Guam + | +
+
+ GW
+
+ |
+ + Guinea-Bissau + | +
+
+ GY
+
+ |
+ + Guyana + | +
+
+ HK
+
+ |
+ + Hong Kong + | +
+
+ HM
+
+ |
+ + Heard Island and McDonald Islands + | +
+
+ HN
+
+ |
+ + Honduras + | +
+
+ HR
+
+ |
+ + Croatia + | +
+
+ HT
+
+ |
+ + Haiti + | +
+
+ HU
+
+ |
+ + Hungary + | +
+
+ ID
+
+ |
+ + Indonesia + | +
+
+ IE
+
+ |
+ + Ireland + | +
+
+ IL
+
+ |
+ + Israel + | +
+
+ IM
+
+ |
+ + Isle of Man + | +
+
+ IN
+
+ |
+ + India + | +
+
+ IO
+
+ |
+ + British Indian Ocean Territory + | +
+
+ IQ
+
+ |
+ + Iraq + | +
+
+ IR
+
+ |
+ + Iran (Islamic Republic of) + | +
+
+ IS
+
+ |
+ + Iceland + | +
+
+ IT
+
+ |
+ + Italy + | +
+
+ JE
+
+ |
+ + Jersey + | +
+
+ JM
+
+ |
+ + Jamaica + | +
+
+ JO
+
+ |
+ + Jordan + | +
+
+ JP
+
+ |
+ + Japan + | +
+
+ KE
+
+ |
+ + Kenya + | +
+
+ KG
+
+ |
+ + Kyrgyzstan + | +
+
+ KH
+
+ |
+ + Cambodia + | +
+
+ KI
+
+ |
+ + Kiribati + | +
+
+ KM
+
+ |
+ + Comoros + | +
+
+ KN
+
+ |
+ + Saint Kitts and Nevis + | +
+
+ KP
+
+ |
+ + Korea (the Democratic People's Republic of) + | +
+
+ KR
+
+ |
+ + Korea (the Republic of) + | +
+
+ KW
+
+ |
+ + Kuwait + | +
+
+ KY
+
+ |
+ + Cayman Islands + | +
+
+ KZ
+
+ |
+ + Kazakhstan + | +
+
+ LA
+
+ |
+ + Lao People's Democratic Republic + | +
+
+ LB
+
+ |
+ + Lebanon + | +
+
+ LC
+
+ |
+ + Saint Lucia + | +
+
+ LI
+
+ |
+ + Liechtenstein + | +
+
+ LK
+
+ |
+ + Sri Lanka + | +
+
+ LR
+
+ |
+ + Liberia + | +
+
+ LS
+
+ |
+ + Lesotho + | +
+
+ LT
+
+ |
+ + Lithuania + | +
+
+ LU
+
+ |
+ + Luxembourg + | +
+
+ LV
+
+ |
+ + Latvia + | +
+
+ LY
+
+ |
+ + Libya + | +
+
+ MA
+
+ |
+ + Morocco + | +
+
+ MC
+
+ |
+ + Monaco + | +
+
+ MD
+
+ |
+ + Moldova (the Republic of) + | +
+
+ ME
+
+ |
+ + Montenegro + | +
+
+ MF
+
+ |
+ + Saint Martin (French part) + | +
+
+ MG
+
+ |
+ + Madagascar + | +
+
+ MH
+
+ |
+ + Marshall Islands + | +
+
+ MK
+
+ |
+ + North Macedonia + | +
+
+ ML
+
+ |
+ + Mali + | +
+
+ MM
+
+ |
+ + Myanmar + | +
+
+ MN
+
+ |
+ + Mongolia + | +
+
+ MO
+
+ |
+ + Macao + | +
+
+ MP
+
+ |
+ + Northern Mariana Islands + | +
+
+ MQ
+
+ |
+ + Martinique + | +
+
+ MR
+
+ |
+ + Mauritania + | +
+
+ MS
+
+ |
+ + Montserrat + | +
+
+ MT
+
+ |
+ + Malta + | +
+
+ MU
+
+ |
+ + Mauritius + | +
+
+ MV
+
+ |
+ + Maldives + | +
+
+ MW
+
+ |
+ + Malawi + | +
+
+ MX
+
+ |
+ + Mexico + | +
+
+ MY
+
+ |
+ + Malaysia + | +
+
+ MZ
+
+ |
+ + Mozambique + | +
+
+ NA
+
+ |
+ + Namibia + | +
+
+ NC
+
+ |
+ + New Caledonia + | +
+
+ NE
+
+ |
+ + Niger + | +
+
+ NF
+
+ |
+ + Norfolk Island + | +
+
+ NG
+
+ |
+ + Nigeria + | +
+
+ NI
+
+ |
+ + Nicaragua + | +
+
+ NL
+
+ |
+ + Netherlands + | +
+
+ NO
+
+ |
+ + Norway + | +
+
+ NP
+
+ |
+ + Nepal + | +
+
+ NR
+
+ |
+ + Nauru + | +
+
+ NU
+
+ |
+ + Niue + | +
+
+ NZ
+
+ |
+ + New Zealand + | +
+
+ OM
+
+ |
+ + Oman + | +
+
+ PA
+
+ |
+ + Panama + | +
+
+ PE
+
+ |
+ + Peru + | +
+
+ PF
+
+ |
+ + French Polynesia + | +
+
+ PG
+
+ |
+ + Papua New Guinea + | +
+
+ PH
+
+ |
+ + Philippines + | +
+
+ PK
+
+ |
+ + Pakistan + | +
+
+ PL
+
+ |
+ + Poland + | +
+
+ PM
+
+ |
+ + Saint Pierre and Miquelon + | +
+
+ PN
+
+ |
+ + Pitcairn + | +
+
+ PR
+
+ |
+ + Puerto Rico + | +
+
+ PS
+
+ |
+ + Palestine, State of + | +
+
+ PT
+
+ |
+ + Portugal + | +
+
+ PW
+
+ |
+ + Palau + | +
+
+ PY
+
+ |
+ + Paraguay + | +
+
+ QA
+
+ |
+ + Qatar + | +
+
+ RE
+
+ |
+ + Réunion + | +
+
+ RO
+
+ |
+ + Romania + | +
+
+ RS
+
+ |
+ + Serbia + | +
+
+ RU
+
+ |
+ + Russian Federation + | +
+
+ RW
+
+ |
+ + Rwanda + | +
+
+ SA
+
+ |
+ + Saudi Arabia + | +
+
+ SB
+
+ |
+ + Solomon Islands + | +
+
+ SC
+
+ |
+ + Seychelles + | +
+
+ SD
+
+ |
+ + Sudan + | +
+
+ SE
+
+ |
+ + Sweden + | +
+
+ SG
+
+ |
+ + Singapore + | +
+
+ SH
+
+ |
+ + Saint Helena, Ascension and Tristan da Cunha + | +
+
+ SI
+
+ |
+ + Slovenia + | +
+
+ SJ
+
+ |
+ + Svalbard and Jan Mayen + | +
+
+ SK
+
+ |
+ + Slovakia + | +
+
+ SL
+
+ |
+ + Sierra Leone + | +
+
+ SM
+
+ |
+ + San Marino + | +
+
+ SN
+
+ |
+ + Senegal + | +
+
+ SO
+
+ |
+ + Somalia + | +
+
+ SR
+
+ |
+ + Suriname + | +
+
+ SS
+
+ |
+ + South Sudan + | +
+
+ ST
+
+ |
+ + Sao Tome and Principe + | +
+
+ SV
+
+ |
+ + El Salvador + | +
+
+ SX
+
+ |
+ + Sint Maarten (Dutch part) + | +
+
+ SY
+
+ |
+ + Syrian Arab Republic + | +
+
+ SZ
+
+ |
+ + Eswatini + | +
+
+ TC
+
+ |
+ + Turks and Caicos Islands + | +
+
+ TD
+
+ |
+ + Chad + | +
+
+ TF
+
+ |
+ + French Southern Territories + | +
+
+ TG
+
+ |
+ + Togo + | +
+
+ TH
+
+ |
+ + Thailand + | +
+
+ TJ
+
+ |
+ + Tajikistan + | +
+
+ TK
+
+ |
+ + Tokelau + | +
+
+ TL
+
+ |
+ + Timor-Leste + | +
+
+ TM
+
+ |
+ + Turkmenistan + | +
+
+ TN
+
+ |
+ + Tunisia + | +
+
+ TO
+
+ |
+ + Tonga + | +
+
+ TR
+
+ |
+ + Turkey + | +
+
+ TT
+
+ |
+ + Trinidad and Tobago + | +
+
+ TV
+
+ |
+ + Tuvalu + | +
+
+ TW
+
+ |
+ + Taiwan (Province of China) + | +
+
+ TZ
+
+ |
+ + Tanzania, the United Republic of + | +
+
+ UA
+
+ |
+ + Ukraine + | +
+
+ UG
+
+ |
+ + Uganda + | +
+
+ UM
+
+ |
+ + United States Minor Outlying Islands + | +
+
+ US
+
+ |
+ + United States of America + | +
+
+ UY
+
+ |
+ + Uruguay + | +
+
+ UZ
+
+ |
+ + Uzbekistan + | +
+
+ VA
+
+ |
+ + Holy See + | +
+
+ VC
+
+ |
+ + Saint Vincent and the Grenadines + | +
+
+ VE
+
+ |
+ + Venezuela (Bolivarian Republic of) + | +
+
+ VG
+
+ |
+ + Virgin Islands (British) + | +
+
+ VI
+
+ |
+ + Virgin Islands (U.S.) + | +
+
+ VN
+
+ |
+ + Viet Nam + | +
+
+ VU
+
+ |
+ + Vanuatu + | +
+
+ WF
+
+ |
+ + Wallis and Futuna + | +
+
+ WS
+
+ |
+ + Samoa + | +
+
+ XK
+
+ |
+ + Kosovo + | +
+
+ YE
+
+ |
+ + Yemen + | +
+
+ YT
+
+ |
+ + Mayotte + | +
+
+ ZA
+
+ |
+ + South Africa + | +
+
+ ZM
+
+ |
+ + Zambia + | +
+
+ ZW
+
+ |
+ + Zimbabwe + | +
+ Agregar un campo código de país al objeto de dirección. +
+Agregar un campo código de país al objeto de dirección.
+In the European Union, this extension's fields correspond to eForms BT-514 (Organisation Country Code), BT-5141 (Place Country Code). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "parties": [
+ {
+ "id": "GB-LAC-E09000003",
+ "name": "London Borough of Barnet",
+ "address": {
+ "streetAddress": "4, North London Business Park, Oakleigh Rd S",
+ "locality": "London",
+ "region": "London",
+ "postalCode": "N11 1NP",
+ "countryName": "United Kingdom",
+ "country": "GB"
+ }
+ }
+ ]
+}
+
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.
+Si necesita usar un código asignado por el usuario, crear un issue para discutir su adición a la lista de códigos.
+countryCode
to country
to match OCDS 1.2.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 pull requests y en https://github.com/open-contracting/standard/issues/524.
++ Agregar un campo código de país al objeto de dirección. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Address
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ country
+
+ |
+ + Código de país + | +
+ The country, from the closed country codelist. If a country is missing, create an issue to discuss the addition of a user-assigned code to the country codelist. + + |
+ + string from closed country codelist + | +
+ + This page has moved to a /es/extensions/coveredBy/master/ +
++ Agregar un campo para indicar los tratados que cubre el proceso de contratación. +
+
+ You can download the coveredBy.csv
file in English.
+
+ Código + | ++ Título + | +
---|---|
+
+ GPA
+
+ |
+ + Agreement on Government Procurement + | +
+
+ EU-CVD
+
+ |
+ + European Parliament and Council 2009/33/EC (Clean Vehicles Directive) + | +
+ Agregar un campo para indicar los tratados que cubre el proceso de contratación. +
+This extension adds a field to indicate the international legal instruments that the contracting process is covered by.
+For example, the Agreement on Government Procurement (GPA) is a treaty that requires members to indicate whether a contracting process is covered by it. The Clean Vehicles Directive is a legal act that provides for member states of the European Union to indicate associated information in procurement notices. The coveredBy
field should be used to meet such requirements.
Para revelar las leyes o reglamentos que rigen el proceso de contratación y que otorgan autoridad legal a la entidad contratante, utilice la extensión legalBasis en vez.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
Si necesita hacer referencia a un tratado que no está en el lista de códigos coveredBy
:
coveredBy
array.El Revised Agreement on Government Procurement (GPA) incluye: "cada aviso de contratación prevista deberá incluir ... l. una indicación que la contratación está cubierta por este Acuerdo".
+La Unión Europea es una parte al GPA, y como tal su Directive 2014/24/EU (Contratos públicos - que establecen reglas básicas claras) incluye: "Parte C: Información que debe incluirse en los avisos de contrato ... 29. Indicación de si el contrato está cubierto por GPA".
+The coveredBy
field is an array of strings, whose values are selected from the coveredBy.csv
open codelist.
{
+ "tender": {
+ "coveredBy": [
+ "GPA"
+ ]
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "coveredBy": [
+ "EU-CVD"
+ ]
+ }
+ ]
+ }
+}
+
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.
+coveredBy
codelist.coveredBy
to the Lot
object.coveredBy
.minProperties
, minItems
y/o minLength
.+ Agregar un campo para indicar los tratados que cubre el proceso de contratación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ coveredBy
+
+ |
+ + Cubierto por + | +
+ The international legal instruments that the contracting process is covered by. + + |
+ + array of strings from open coveredBy codelist + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ coveredBy
+
+ |
+ + Cubierto por + | +
+ The international legal instruments that the lot is covered by. + + |
+ + array of strings from open coveredBy codelist + | +
+ + This page has moved to a /es/extensions/designContest/master/ +
++ Agregar un objeto al objeto de la licitación para describir un concurso de proyecto. +
+Adds an object to the tender and lot objects to describe a design contest.
+In the European Union, this extension's fields correspond to eForms BG-704 (Reward and Jury) and BG-44 (Prize) and Title III, Chapter II of Directive 2014/24/EU. For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+A contracting process with a single prize.
+{
+ "tender": {
+ "designContest": {
+ "selectedParticipants": [
+ {
+ "id": "1",
+ "name": "Brigitte Hermon"
+ },
+ {
+ "id": "2",
+ "name": "Paolo Travino"
+ }
+ ],
+ "hasPrizes": true,
+ "prizes": {
+ "description": "The winner(s) will receive a prize of EUR 3,000.00 (VAT free).",
+ "details": [
+ {
+ "id": "1",
+ "value": {
+ "amount": 3000,
+ "currency": "EUR"
+ }
+ }
+ ]
+ },
+ "rewardsDetails": "The payment is made by administrative mandate within 30 days in accordance with the regulations in force.",
+ "followUpContracts": true,
+ "bindingJuryDecision": true,
+ "juryMembers": [
+ {
+ "name": "Karla Schaffer"
+ },
+ {
+ "name": "Bulat Kazinsky"
+ },
+ {
+ "name": "Alexandra Martinez"
+ },
+ {
+ "name": "Scott MacDougall"
+ }
+ ]
+ }
+ }
+}
+
A lot with multiple prizes.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "designContest": {
+ "selectedParticipants": [
+ {
+ "id": "1",
+ "name": "Brigitte Hermon"
+ },
+ {
+ "id": "2",
+ "name": "Paolo Travino"
+ }
+ ],
+ "hasPrizes": true,
+ "prizes": {
+ "details": [
+ {
+ "id": "1",
+ "description": "A lump sum indemnity of an amount identical to that paid to unsuccessful competitors will be paid to the winning team in the form of an advance on the project management contract at the end of the competition; this sum being credited to the amount of fees to be collected subsequently under the project management contract.",
+ "value": {
+ "amount": 3000,
+ "currency": "EUR"
+ }
+ },
+ {
+ "id": "2",
+ "description": "The two competitors (candidates admitted to compete) will receive a maximum fixed compensation of 10,000 EUR excluding tax. For the services provided, subject to the admissibility of their services with regard to the rules of the competition and compliance with the program. Compensation is fixed, in accordance with the provisions of article R. 2172-4 of the public procurement code, the buyer, on the proposal of the jury, reserves the right, in the case of a project that he deems incomplete or whose performances do not comply with the competition rules and/or the programme, to totally or partially cancel the indemnity.",
+ "value": {
+ "amount": 10000,
+ "currency": "EUR"
+ }
+ }
+ ]
+ },
+ "rewardsDetails": "The payment is made by administrative mandate within 30 days in accordance with the regulations in force.",
+ "followUpContracts": true,
+ "bindingJuryDecision": true,
+ "juryMembers": [
+ {
+ "name": "Karla Schaffer"
+ },
+ {
+ "name": "Bulat Kazinsky"
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
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.
+lots.designContest
object.details
array to DesignContest.prizes
array, to describe the id
, description
and value
of each prize.minProperties
, minItems
y/o minLength
.Esta extensión se discutió originalmente como parte del OCDS para el perfil de la UE y en pull requests.
++ Agregar un objeto al objeto de la licitación para describir un concurso de proyecto. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ designContest
+
+ |
+ + Concurso de proyecto + | +
+ Información acerca de la organización de un concurso de proyecto. + + |
+ + DesignContest object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ designContest
+
+ |
+ + Concurso de proyecto + | +
+ Información acerca de la organización de un concurso de proyecto. + + |
+ + DesignContest object + | +
+ The extension defines a new DesignContest
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ selectedParticipants
+
+ |
+ + Participantes seleccionados + | +
+ The organizations that have already been selected to participate in the design contest. + + |
+ + array of OrganizationReference objects + | +
+
+ hasPrizes
+
+ |
+ + Tiene premios + | +
+ Si se adjudicarán los premios en el concurso de proyecto. + + |
+ + boolean + | +
+
+ prizes
+
+ |
+ + Premio + | +
+ Información acerca de los premios adjudicados en el concurso de proyecto. + + |
+ + Prizes object + | +
+
+ rewardsDetails
+
+ |
+ + Detalles de recompensas + | +
+ Los detalles y condiciones de los pagos a realizar a los participantes. + + |
+ + string + | +
+
+ followUpContracts
+
+ |
+ + Contratos de seguimiento + | +
+ Si los contratos posteriores al concurso de diseño se otorgarán al ganador o a los ganadores del concurso de diseño. + + |
+ + boolean + | +
+
+ bindingJuryDecision
+
+ |
+ + Decisión vinculante del jurado + | +
+ Si la decisión del jurado es vinculante para la entidad adjudicadora. + + |
+ + boolean + | +
+
+ juryMembers
+
+ |
+ + Miembros del jurado + | +
+ Los miembros del jurado. + + |
+ + array of JuryMember objects + | +
+ The extension defines a new JuryMember
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ name
+
+ |
+ + Nombre + | +
+ El nombre del miembro del jurado. + + |
+ + string + | +
+ The extension defines a new Prizes
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ La descripción de los premios. + + |
+ + string + | +
+
+ details
+
+ |
+ + Details + | +
+ Information about the individual prizes. + + |
+ + array of Prize objects + | +
+ The extension defines a new Prize
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ The locally unique identifier for the prize. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ The description of the prize. + + |
+ + string + | +
+
+ value
+
+ |
+ + Value + | +
+ The value of the prize. + + |
+ + Value object + | +
+ + This page has moved to a /es/extensions/document_publisher/master/ +
++ Adds a publisher field to the document object. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ informationService
+
+ |
+ + Information service + | +
+ An organization that can provide information regarding specific aspects of the contracting process. + + |
+
+ Adds a publisher field to the document object. +
+Adds a publisher field to the document object and an 'informationService' role to indicate the organization responsible for making the document available.
+For each organization referenced by a Document.publisher
field, add the 'informationService' code to its roles
array.
In the European Union, this extension's fields correspond to eForms OPT-301 (Party ID reference). For correspondences to eForms fields, see OCDS for eForms.
+{
+ "parties": [
+ {
+ "id": "ORG-0001",
+ "roles": [
+ "informationService"
+ ]
+ }
+ ],
+ "tender": {
+ "id": "1",
+ "documents": [
+ {
+ "id": "1",
+ "publisher": {
+ "id": "ORG-0001"
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a publisher field to the document object. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ publisher
+
+ |
+ + Publisher + | +
+ The organization responsible for making the document available. + + |
+ + OrganizationReference object + | +
+ + This page has moved to a /es/extensions/documentation_details/master/ +
++ Agrega campos al objeto document para referencias a páginas, acceso a detalles e información del autor. +
+
+ You can download the language.csv
file in English.
+
+ Code + | ++ Title + | +
---|---|
+
+ aa
+
+ |
+ + Afar + | +
+
+ ab
+
+ |
+ + Abkhazian + | +
+
+ ae
+
+ |
+ + Avestan + | +
+
+ af
+
+ |
+ + Afrikaans + | +
+
+ ak
+
+ |
+ + Akan + | +
+
+ am
+
+ |
+ + Amharic + | +
+
+ an
+
+ |
+ + Aragonese + | +
+
+ ar
+
+ |
+ + Arabic + | +
+
+ as
+
+ |
+ + Assamese + | +
+
+ av
+
+ |
+ + Avaric + | +
+
+ ay
+
+ |
+ + Aymara + | +
+
+ az
+
+ |
+ + Azerbaijani + | +
+
+ ba
+
+ |
+ + Bashkir + | +
+
+ be
+
+ |
+ + Belarusian + | +
+
+ bg
+
+ |
+ + Bulgarian + | +
+
+ bh
+
+ |
+ + Bihari languages + | +
+
+ bi
+
+ |
+ + Bislama + | +
+
+ bm
+
+ |
+ + Bambara + | +
+
+ bn
+
+ |
+ + Bengali + | +
+
+ bo
+
+ |
+ + Tibetan + | +
+
+ br
+
+ |
+ + Breton + | +
+
+ bs
+
+ |
+ + Bosnian + | +
+
+ ca
+
+ |
+ + Catalan, Valencian + | +
+
+ ce
+
+ |
+ + Chechen + | +
+
+ ch
+
+ |
+ + Chamorro + | +
+
+ co
+
+ |
+ + Corsican + | +
+
+ cr
+
+ |
+ + Cree + | +
+
+ cs
+
+ |
+ + Czech + | +
+
+ cu
+
+ |
+ + Church Slavic, Old Slavonic, Church Slavonic, Old Bulgarian, Old Church Slavonic + | +
+
+ cv
+
+ |
+ + Chuvash + | +
+
+ cy
+
+ |
+ + Welsh + | +
+
+ da
+
+ |
+ + Danish + | +
+
+ de
+
+ |
+ + German + | +
+
+ dv
+
+ |
+ + Divehi, Dhivehi, Maldivian + | +
+
+ dz
+
+ |
+ + Dzongkha + | +
+
+ ee
+
+ |
+ + Ewe + | +
+
+ el
+
+ |
+ + Modern Greek + | +
+
+ en
+
+ |
+ + English + | +
+
+ eo
+
+ |
+ + Esperanto + | +
+
+ es
+
+ |
+ + Spanish, Castilian + | +
+
+ et
+
+ |
+ + Estonian + | +
+
+ eu
+
+ |
+ + Basque + | +
+
+ fa
+
+ |
+ + Persian + | +
+
+ ff
+
+ |
+ + Fulah + | +
+
+ fi
+
+ |
+ + Finnish + | +
+
+ fj
+
+ |
+ + Fijian + | +
+
+ fo
+
+ |
+ + Faroese + | +
+
+ fr
+
+ |
+ + French + | +
+
+ fy
+
+ |
+ + Western Frisian + | +
+
+ ga
+
+ |
+ + Irish + | +
+
+ gd
+
+ |
+ + Gaelic, Scottish Gaelic + | +
+
+ gl
+
+ |
+ + Galician + | +
+
+ gn
+
+ |
+ + Guarani + | +
+
+ gu
+
+ |
+ + Gujarati + | +
+
+ gv
+
+ |
+ + Manx + | +
+
+ ha
+
+ |
+ + Hausa + | +
+
+ he
+
+ |
+ + Hebrew + | +
+
+ hi
+
+ |
+ + Hindi + | +
+
+ ho
+
+ |
+ + Hiri Motu + | +
+
+ hr
+
+ |
+ + Croatian + | +
+
+ ht
+
+ |
+ + Haitian, Haitian Creole + | +
+
+ hu
+
+ |
+ + Hungarian + | +
+
+ hy
+
+ |
+ + Armenian + | +
+
+ hz
+
+ |
+ + Herero + | +
+
+ ia
+
+ |
+ + Interlingua + | +
+
+ id
+
+ |
+ + Indonesian + | +
+
+ ie
+
+ |
+ + Interlingue, Occidental + | +
+
+ ig
+
+ |
+ + Igbo + | +
+
+ ii
+
+ |
+ + Sichuan Yi, Nuosu + | +
+
+ ik
+
+ |
+ + Inupiaq + | +
+
+ io
+
+ |
+ + Ido + | +
+
+ is
+
+ |
+ + Icelandic + | +
+
+ it
+
+ |
+ + Italian + | +
+
+ iu
+
+ |
+ + Inuktitut + | +
+
+ ja
+
+ |
+ + Japanese + | +
+
+ jv
+
+ |
+ + Javanese + | +
+
+ ka
+
+ |
+ + Georgian + | +
+
+ kg
+
+ |
+ + Kongo + | +
+
+ ki
+
+ |
+ + Kikuyu, Gikuyu + | +
+
+ kj
+
+ |
+ + Kuanyama, Kwanyama + | +
+
+ kk
+
+ |
+ + Kazakh + | +
+
+ kl
+
+ |
+ + Kalaallisut, Greenlandic + | +
+
+ km
+
+ |
+ + Central Khmer + | +
+
+ kn
+
+ |
+ + Kannada + | +
+
+ ko
+
+ |
+ + Korean + | +
+
+ kr
+
+ |
+ + Kanuri + | +
+
+ ks
+
+ |
+ + Kashmiri + | +
+
+ ku
+
+ |
+ + Kurdish + | +
+
+ kv
+
+ |
+ + Komi + | +
+
+ kw
+
+ |
+ + Cornish + | +
+
+ ky
+
+ |
+ + Kirghiz, Kyrgyz + | +
+
+ la
+
+ |
+ + Latin + | +
+
+ lb
+
+ |
+ + Luxembourgish, Letzeburgesch + | +
+
+ lg
+
+ |
+ + Ganda + | +
+
+ li
+
+ |
+ + Limburgan, Limburger, Limburgish + | +
+
+ ln
+
+ |
+ + Lingala + | +
+
+ lo
+
+ |
+ + Lao + | +
+
+ lt
+
+ |
+ + Lithuanian + | +
+
+ lu
+
+ |
+ + Luba-Katanga + | +
+
+ lv
+
+ |
+ + Latvian + | +
+
+ mg
+
+ |
+ + Malagasy + | +
+
+ mh
+
+ |
+ + Marshallese + | +
+
+ mi
+
+ |
+ + Maori + | +
+
+ mk
+
+ |
+ + Macedonian + | +
+
+ ml
+
+ |
+ + Malayalam + | +
+
+ mn
+
+ |
+ + Mongolian + | +
+
+ mr
+
+ |
+ + Marathi + | +
+
+ ms
+
+ |
+ + Malay + | +
+
+ mt
+
+ |
+ + Maltese + | +
+
+ my
+
+ |
+ + Burmese + | +
+
+ na
+
+ |
+ + Nauru + | +
+
+ nb
+
+ |
+ + Norwegian Bokmål + | +
+
+ nd
+
+ |
+ + North Ndebele + | +
+
+ ne
+
+ |
+ + Nepali + | +
+
+ ng
+
+ |
+ + Ndonga + | +
+
+ nl
+
+ |
+ + Dutch, Flemish + | +
+
+ nn
+
+ |
+ + Norwegian Nynorsk + | +
+
+ no
+
+ |
+ + Norwegian + | +
+
+ nr
+
+ |
+ + South Ndebele + | +
+
+ nv
+
+ |
+ + Navajo, Navaho + | +
+
+ ny
+
+ |
+ + Chichewa, Chewa, Nyanja + | +
+
+ oc
+
+ |
+ + Occitan + | +
+
+ oj
+
+ |
+ + Ojibwa + | +
+
+ om
+
+ |
+ + Oromo + | +
+
+ or
+
+ |
+ + Oriya + | +
+
+ os
+
+ |
+ + Ossetian, Ossetic + | +
+
+ pa
+
+ |
+ + Panjabi, Punjabi + | +
+
+ pi
+
+ |
+ + Pali + | +
+
+ pl
+
+ |
+ + Polish + | +
+
+ ps
+
+ |
+ + Pushto, Pashto + | +
+
+ pt
+
+ |
+ + Portuguese + | +
+
+ qu
+
+ |
+ + Quechua + | +
+
+ rm
+
+ |
+ + Romansh + | +
+
+ rn
+
+ |
+ + Rundi + | +
+
+ ro
+
+ |
+ + Romanian, Moldavian, Moldovan + | +
+
+ ru
+
+ |
+ + Russian + | +
+
+ rw
+
+ |
+ + Kinyarwanda + | +
+
+ sa
+
+ |
+ + Sanskrit + | +
+
+ sc
+
+ |
+ + Sardinian + | +
+
+ sd
+
+ |
+ + Sindhi + | +
+
+ se
+
+ |
+ + Northern Sami + | +
+
+ sg
+
+ |
+ + Sango + | +
+
+ si
+
+ |
+ + Sinhala, Sinhalese + | +
+
+ sk
+
+ |
+ + Slovak + | +
+
+ sl
+
+ |
+ + Slovenian + | +
+
+ sm
+
+ |
+ + Samoan + | +
+
+ sn
+
+ |
+ + Shona + | +
+
+ so
+
+ |
+ + Somali + | +
+
+ sq
+
+ |
+ + Albanian + | +
+
+ sr
+
+ |
+ + Serbian + | +
+
+ ss
+
+ |
+ + Swati + | +
+
+ st
+
+ |
+ + Southern Sotho + | +
+
+ su
+
+ |
+ + Sundanese + | +
+
+ sv
+
+ |
+ + Swedish + | +
+
+ sw
+
+ |
+ + Swahili + | +
+
+ ta
+
+ |
+ + Tamil + | +
+
+ te
+
+ |
+ + Telugu + | +
+
+ tg
+
+ |
+ + Tajik + | +
+
+ th
+
+ |
+ + Thai + | +
+
+ ti
+
+ |
+ + Tigrinya + | +
+
+ tk
+
+ |
+ + Turkmen + | +
+
+ tl
+
+ |
+ + Tagalog + | +
+
+ tn
+
+ |
+ + Tswana + | +
+
+ to
+
+ |
+ + Tonga + | +
+
+ tr
+
+ |
+ + Turkish + | +
+
+ ts
+
+ |
+ + Tsonga + | +
+
+ tt
+
+ |
+ + Tatar + | +
+
+ tw
+
+ |
+ + Twi + | +
+
+ ty
+
+ |
+ + Tahitian + | +
+
+ ug
+
+ |
+ + Uighur, Uyghur + | +
+
+ uk
+
+ |
+ + Ukrainian + | +
+
+ ur
+
+ |
+ + Urdu + | +
+
+ uz
+
+ |
+ + Uzbek + | +
+
+ ve
+
+ |
+ + Venda + | +
+
+ vi
+
+ |
+ + Vietnamese + | +
+
+ vo
+
+ |
+ + Volapük + | +
+
+ wa
+
+ |
+ + Walloon + | +
+
+ wo
+
+ |
+ + Wolof + | +
+
+ xh
+
+ |
+ + Xhosa + | +
+
+ yi
+
+ |
+ + Yiddish + | +
+
+ yo
+
+ |
+ + Yoruba + | +
+
+ za
+
+ |
+ + Zhuang, Chuang + | +
+
+ zh
+
+ |
+ + Chinese + | +
+
+ zu
+
+ |
+ + Zulu + | +
+ Agrega campos al objeto document para referencias a páginas, acceso a detalles e información del autor. +
+Los objetos document son usados para describir y enlazar a documentos. Esta extensión agrega campos a los objetos documento para:
+Los casos de usos incluyen:
+{
+ "tender": {
+ "documents": [
+ {
+ "id": "1",
+ "documentType": "equityTransferCaps",
+ "title": "Equity transfer cap terms",
+ "description": "No equity transfer is permitted until construction is completed. See document for more details.",
+ "url": "http://example.com/ppp_unit/documents/contracts/4g_network_signed_contract.pdf",
+ "language": "en",
+ "unofficialTranslations": [
+ "it"
+ ],
+ "pageStart": "334",
+ "pageEnd": "336",
+ "accessDetails": "This document can only be accessed by visiting the PPP unit office by appointment. Please see the PPP unit website for further details.",
+ "accessDetailsURL": "http://example.com/ppp_unit/registration/",
+ "author": "Contract department, PPP unit"
+ }
+ ]
+ }
+}
+
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.
+unofficialTranslations
array of languages.accessDetailsURL
and unofficialTranslation fields.minProperties
, minItems
y/o minLength
.mergeStrategy
+ Agrega campos al objeto document para referencias a páginas, acceso a detalles e información del autor. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ pageStart
+
+ |
+ + Inicio de página + | +
+ Cuando la información mencionada exista dentro de un documento grande, se debe indicar la primera página en la que se puede encontrar. Esto debe de referirse al número de página impreso, no al número de página reportado por software. + + |
+ + string + | +
+
+ pageEnd
+
+ |
+ + Fin de página + | +
+ Cuando la información mencionada existe dentro de un documento grande, se debe indicar la última página en la que se puede encontrar. Esto debe de referirse al número de página impreso, no al número de página reportado por software. + + |
+ + string + | +
+
+ accessDetails
+
+ |
+ + Detalles de acceso + | +
+ Una descripción de cualquier arreglo especial necesitado para acceder a estos documentos, por ejemplo: registrarse para acceder, pagar una tarifa o visitar un lugar para inspeccionar el documento. + + |
+ + string + | +
+
+ accessDetailsURL
+
+ |
+ + Access details URL + | +
+ A web address for information on any special arrangements needed to access the document. + + |
+ + string + | +
+
+ author
+
+ |
+ + Autor + | +
+ Los nombres de los autores del documento. + + |
+ + string + | +
+
+ unofficialTranslations
+
+ |
+ + Unofficial translations + | +
+ The languages in which unofficial translations of the document are available, from the open language codelist. A BCP47 language tag is allowed, if there is a user need for the additional information. + + |
+ + array of strings from open language codelist + | +
+ + This page has moved to a /es/extensions/enquiries/master/ +
+The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
diff --git a/es/extensions/enquiries/master/extension.json b/es/extensions/enquiries/master/extension.json new file mode 100644 index 000000000..0588b98e1 --- /dev/null +++ b/es/extensions/enquiries/master/extension.json @@ -0,0 +1,23 @@ +{ + "name": { + "en": "Enquiries", + "es": "Consultas" + }, + "description": { + "en": "The enquiries extension can be used to record questions raised during a contracting process, and the answers provided.", + "es": "La extensi\u00f3n sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contrataci\u00f3n y las respuestas proporcionadas." + }, + "documentationUrl": { + "en": "https://extensions.open-contracting.org/en/extensions/enquiries/" + }, + "compatibility": [ + "1.1" + ], + "schemas": [ + "release-schema.json" + ], + "contactPoint": { + "name": "Open Contracting Partnership", + "email": "data@open-contracting.org" + } +} diff --git a/es/extensions/enquiries/master/index.html b/es/extensions/enquiries/master/index.html new file mode 100644 index 000000000..fc1910aca --- /dev/null +++ b/es/extensions/enquiries/master/index.html @@ -0,0 +1,367 @@ + + + + + + + + + ++ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
+La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas.
+La extensión agrega una lista de enquiries
a la licitación, la cual consiste en uno o más objetos de consultas, cada uno con campos para una pregunta y una respuesta.
Ejemplo:
+{
+ "tender": {
+ "enquiries": [
+ {
+ "id": "Q1",
+ "date": "2017-01-22T14:55:00Z",
+ "author": {
+ "name": "Open Data Services Co-op",
+ "id": "GB-COH-09506232"
+ },
+ "title": "Variations of timeline accepted?",
+ "description": "The tender specifies delivery of Item 1 by end of March 2017. Will alternative proposals for the timeline be considered?",
+ "dateAnswered": "2017-02-05T09:00:00Z",
+ "answer": "There is a hard deadline of 15th April 2017. All proposals must be for delivery of Item 1 by this date.",
+ "relatedItem": "1",
+ "threadID": "1"
+ }
+ ]
+ }
+}
+
Los documentos de soporte con aclaraciones o un documento completo que contenga respuestas a preguntas pueden incluirse en la matriz tender/documents
con un documentType
de 'clarifications'.
Si las respuestas a una pregunta sólo están disponibles en los documentos adjuntos, se puede ingresar un valor answer
como "Consultar la sección N de (nombre del documento) en la sección de documentos" para permitir que los usuarios identifiquen que se ha dado respuesta a esta pregunta.
Cuando un sistema permite un formato de discusión, en el que cada respuesta puede ir seguida de otra pregunta de aclaración, el campo threadID
puede utilizarse para enlazar varias entradas en la lista enquiries
.
Las implementaciones pueden variar en la cantidad de información de consultas que proporcionan y cuándo se proporciona.
+Algunos editores pueden omitir la identidad del autor de la pregunta para proteger la confidencialidad de los solicitantes, o pueden anonimizar esta información (por ejemplo, simplemente poniendo el nombre del autor como "Organización 1" u "Organización 2" para que sea posible ver preguntas de la misma organización , sin conocer la identidad de esa organización.)
+Los campos relatedItem
y relatedLot
están disponibles para su uso cuando se pueden hacer preguntas en relación con un lote o artículo específico.
Cuando sea posible, el enfoque recomendado es:
+tenderUpdate
para cada nueva pregunta o lote de preguntas recibidas, proporcionando una matriz de preguntas con cada una de las preguntas en;tenderUpdate
cuando se proporcionen las respuestas a las preguntas, actualizando la matriz de consultas anteriores para que cada entrada contenga una pregunta y una respuesta;Este enfoque permitirá a las aplicaciones de terceros vigilar las entregas que proporcionen respuestas a las preguntas y apoyará en el monitoreo de adquisiciones en la revisión de la forma en que se responden las preguntas.
+Recomendamos que los publicadores proporcionen respuestas como texto sin formato o con un marcado HTML mínimo (párrafos y saltos de línea) y que las aplicaciones que consumen analicen el texto apropiadamente para darle formato para legibilidad (por ejemplo, reemplazar saltos de línea con saltos de párrafo en HTML).
+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.
++partyRole.csv
, cuyos códigos ya existen en OCDS 1.1Enquiry.id
required so that enquiries are merged by identifierTender.enquiries
non-nullableOrganizationReference
en lugar de Organization
para Enquiry.author
Enquiry.date
sea null+ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ enquiries
+
+ |
+ + Consultas + | +
+ Preguntas enviadas a la entidad contratante y las respuestas dadas + + |
+ + array of Enquiry objects + | +
+ The extension defines a new Enquiry
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador único para la consulta. + + |
+ + string + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se recibió o procesó la consulta. + + |
+ + string + | +
+
+ author
+
+ |
+ + Autor de la pregunta + | +
+ The organization asking this question. The corresponding entry in the |
+ + OrganizationReference object + | +
+
+ title
+
+ |
+ + Título de la pregunta + | +
+ La línea de asunto de la pregunta. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ El cuerpo de la pregunta. + + |
+ + string + | +
+
+ answer
+
+ |
+ + Respuesta + | +
+ La respuesta a esta pregunta, cuando esté disponible. + + |
+ + string + | +
+
+ dateAnswered
+
+ |
+ + Fecha de respuesta + | +
+ La fecha en que se proporcionó la respuesta a la pregunta. + + |
+ + string + | +
+
+ relatedItem
+
+ |
+ + Artículo relacionado + | +
+ Si esta pregunta se refiere a una partida presupuestaria en específico, este campo contiene el identificador de la partida. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Lote relacionado + | +
+ Cuando se usan lotes, si esta pregunta se refiere a un lote específico, este campo contiene el identificador de lote. + + |
+ + string + | +
+
+ threadID
+
+ |
+ + Identificador de hilo + | +
+ Si esta pregunta y respuesta forma parte de un hilo de discusión (ej. la pregunta es la continuación a una respuesta previa) un identificador de hilo puede ser usado para asociar múltiples preguntas. + + |
+ + string + | +
+ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ enquirer
+
+ |
+ + Enquirer + | +
+ A party who has made an enquiry during the enquiry phase of a contracting process + + |
+
+ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
+La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas.
+La extensión agrega una lista de enquiries
a la licitación, la cual consiste en uno o más objetos de consultas, cada uno con campos para una pregunta y una respuesta.
Ejemplo:
+{
+ "tender": {
+ "enquiries": [
+ {
+ "id": "Q1",
+ "date": "2017-01-22T14:55:00Z",
+ "author": {
+ "name": "Open Data Services Co-op",
+ "id": "GB-COH-09506232"
+ },
+ "title": "Variations of timeline accepted?",
+ "description": "The tender specifies delivery of Item 1 by end of March 2017. Will alternative proposals for the timeline be considered?",
+ "dateAnswered": "2017-02-05T09:00:00Z",
+ "answer": "There is a hard deadline of 15th April 2017. All proposals must be for delivery of Item 1 by this date.",
+ "relatedItem": "1",
+ "threadID": "1"
+ }
+ ]
+ }
+}
+
Los documentos de soporte con aclaraciones o un documento completo que contenga respuestas a preguntas pueden incluirse en la lista tender/documents
con un documentType
de 'clarifications'.
Si las respuestas a una pregunta sólo están disponibles en los documentos adjuntos, se puede ingresar un valor answer
como "Consultar la sección N de (nombre del documento) en la sección de documentos" para permitir que los usuarios identifiquen que se ha dado respuesta a esta pregunta.
Cuando un sistema permite un formato de discusión, donde cada respuesta puede ser seguida por una pregunta de aclaración adicional, se puede usar la propiedad threadID
para enlazar múltiples entradas en la matriz enquiries
.
Las implementaciones pueden variar en la cantidad de información de consultas que proporcionan y cuándo se proporciona.
+Algunos editores pueden omitir la identidad del autor de la pregunta para proteger la confidencialidad de los solicitantes, o pueden anonimizar esta información (por ejemplo, simplemente poniendo el nombre del autor como "Organización 1" u "Organización 2" para que sea posible ver preguntas de la misma organización , Pero no conocer la identidad de esa organización.)
+Las propiedades relatedItem
y relatedLot
están disponibles para su uso cuando se pueden hacer preguntas en relación con un lote o artículo específico.
Cuando sea posible, el enfoque recomendado es:
+tenderUpdate
para cada nueva pregunta o lote de preguntas recibidas, proporcionando una lista de preguntas con cada una de las preguntas en;tenderUpdate
cuando se proporcionen las respuestas a las preguntas, actualizando la lista de consultas anteriores para que cada entrada contenga una pregunta y una respuesta;Este enfoque permitirá a las aplicaciones de terceros vigilar las entregas que proporcionen respuestas a las preguntas y apoyará en el monitoreo de adquisiciones en la revisión de la forma en que se responden las preguntas.
+Recomendamos que los publicadores proporcionen respuestas como texto sin formato o con un marcado HTML mínimo (párrafos y saltos de línea) y que las aplicaciones que consumen analicen el texto apropiadamente para darle formato para legibilidad (por ejemplo, reemplazar saltos de línea con saltos de párrafo en HTML).
+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.
+OrganizationReference
en lugar de Organization
para Enquiry.author
Enquiry.date
sea null+ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ enquiries
+
+ |
+ + Consultas + | +
+ Preguntas enviadas a la entidad contratante y las respuestas dadas + + |
+ + array of Enquiry objects + | +
+ The extension defines a new Enquiry
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador único para la consulta. + + |
+ + string + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se recibió o procesó la consulta. + + |
+ + string + | +
+
+ author
+
+ |
+ + Autor de la pregunta + | +
+ El identificador y el nombre de la parte involucrada que hace esta pregunta. Los solicitantes pueden mostrarse en la lista de las partes con un rol de "enquirer". Las políticas de adquisición varían en cuanto a si la identidad de los que hacen preguntas debe ser divulgada, o en qué etapa se puede divulgar esta información. Cuando no se pueda identificar al solicitante de la información, deje la sección de autor en blanco. Los sistemas deberían de interpretar esta como una pregunta anónima. + + |
+ + OrganizationReference object + | +
+
+ title
+
+ |
+ + Título de la pregunta + | +
+ La línea de asunto de la pregunta. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ El cuerpo de la pregunta. + + |
+ + string + | +
+
+ answer
+
+ |
+ + Respuesta + | +
+ La respuesta a esta pregunta, cuando esté disponible. + + |
+ + string + | +
+
+ dateAnswered
+
+ |
+ + Fecha de respuesta + | +
+ La fecha en que se proporcionó la respuesta a la pregunta. + + |
+ + string + | +
+
+ relatedItem
+
+ |
+ + Artículo relacionado + | +
+ Si esta pregunta se refiere a una partida presupuestaria en específico, este campo contiene el identificador de la partida. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Lote relacionado + | +
+ Cuando se usan lotes, si esta pregunta se refiere a un lote específico, este campo contiene el identificador de lote. + + |
+ + string + | +
+
+ threadID
+
+ |
+ + Identificador de hilo + | +
+ Si esta pregunta y respuesta forma parte de un hilo de discusión (por ejemplo, la pregunta es un seguimiento a una respuesta anterior), se puede usar un identificador de hilo opcional para asociar varias consultas. + + |
+ + string + | +
+ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ enquirer
+
+ |
+ + Enquirer + | +
+ A party who has made an enquiry during the enquiry phase of a contracting process + + |
+
+ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
+La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas.
+La extensión agrega una lista de enquiries
a la licitación, la cual consiste en uno o más objetos de consultas, cada uno con campos para una pregunta y una respuesta.
Ejemplo:
+{
+ "tender": {
+ "enquiries": [
+ {
+ "id": "Q1",
+ "date": "2017-01-22T14:55:00Z",
+ "author": {
+ "name": "Open Data Services Co-op",
+ "id": "GB-COH-09506232"
+ },
+ "title": "Variations of timeline accepted?",
+ "description": "The tender specifies delivery of Item 1 by end of March 2017. Will alternative proposals for the timeline be considered?",
+ "dateAnswered": "2017-02-05T09:00:00Z",
+ "answer": "There is a hard deadline of 15th April 2017. All proposals must be for delivery of Item 1 by this date.",
+ "relatedItem": "1",
+ "threadID": "1"
+ }
+ ]
+ }
+}
+
Los documentos de soporte con aclaraciones o un documento completo que contenga respuestas a preguntas pueden incluirse en la matriz tender/documents
con un documentType
de 'clarifications'.
Si las respuestas a una pregunta sólo están disponibles en los documentos adjuntos, se puede ingresar un valor answer
como "Consultar la sección N de (nombre del documento) en la sección de documentos" para permitir que los usuarios identifiquen que se ha dado respuesta a esta pregunta.
Cuando un sistema permite un formato de discusión, donde cada respuesta puede ser seguida por una pregunta de aclaración adicional, se puede usar la propiedad threadID
para enlazar múltiples entradas en la matriz enquiries
.
Las implementaciones pueden variar en la cantidad de información de consultas que proporcionan y cuándo se proporciona.
+Algunos editores pueden omitir la identidad del autor de la pregunta para proteger la confidencialidad de los solicitantes, o pueden anonimizar esta información (por ejemplo, simplemente poniendo el nombre del autor como "Organización 1" u "Organización 2" para que sea posible ver preguntas de la misma organización , Pero no conocer la identidad de esa organización.)
+Las propiedades relatedItem
y relatedLot
están disponibles para su uso cuando se pueden hacer preguntas en relación con un lote o artículo específico.
Cuando sea posible, el enfoque recomendado es:
+tenderUpdate
para cada nueva pregunta o lote de preguntas recibidas, proporcionando una matriz de preguntas con cada una de las preguntas en;tenderUpdate
cuando se proporcionen las respuestas a las preguntas, actualizando la matriz de consultas anteriores para que cada entrada contenga una pregunta y una respuesta;Este enfoque permitirá a las aplicaciones de terceros vigilar las entregas que proporcionen respuestas a las preguntas y apoyará en el monitoreo de adquisiciones en la revisión de la forma en que se responden las preguntas.
+Recomendamos que los publicadores proporcionen respuestas como texto sin formato o con un marcado HTML mínimo (párrafos y saltos de línea) y que las aplicaciones que consumen analicen el texto apropiadamente para darle formato para legibilidad (por ejemplo, reemplazar saltos de línea con saltos de párrafo en HTML).
+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.
+OrganizationReference
en lugar de Organization
para Enquiry.author
Enquiry.date
sea null+ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ enquiries
+
+ |
+ + Consultas + | +
+ Preguntas enviadas a la entidad contratante y las respuestas dadas + + |
+ + array of Enquiry objects + | +
+ The extension defines a new Enquiry
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador único para la consulta. + + |
+ + string + | +
+
+ date
+
+ |
+ + Fecha + | +
+ La fecha en que se recibió o procesó la consulta. + + |
+ + string + | +
+
+ author
+
+ |
+ + Autor de la pregunta + | +
+ La parte que realiza esta pregunta. La entrada correspondiente en la lista de |
+ + OrganizationReference object + | +
+
+ title
+
+ |
+ + Título de la pregunta + | +
+ La línea de asunto de la pregunta. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ El cuerpo de la pregunta. + + |
+ + string + | +
+
+ answer
+
+ |
+ + Respuesta + | +
+ La respuesta a esta pregunta, cuando esté disponible. + + |
+ + string + | +
+
+ dateAnswered
+
+ |
+ + Fecha de respuesta + | +
+ La fecha en que se proporcionó la respuesta a la pregunta. + + |
+ + string + | +
+
+ relatedItem
+
+ |
+ + Artículo relacionado + | +
+ Si esta pregunta se refiere a una partida presupuestaria en específico, este campo contiene el identificador de la partida. + + |
+ + string + | +
+
+ relatedLot
+
+ |
+ + Lote relacionado + | +
+ Cuando se usan lotes, si esta pregunta se refiere a un lote específico, este campo contiene el identificador de lote. + + |
+ + string + | +
+
+ threadID
+
+ |
+ + Identificador de hilo + | +
+ Si esta pregunta y respuesta forma parte de un hilo de discusión (ej. la pregunta es la continuación a una respuesta previa) un identificador de hilo puede ser usado para asociar múltiples preguntas. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/essentialAssets/master/ +
++ Agregar un objeto al objeto de licitación para describir los activos utilizados para la prestación de servicios públicos. +
+Adds an object to the tender and lot objects to describe the assets used for the provision of public services.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to Article 4, clause 4 of Regulation 1370/2007 and eForms OPP-020-Contract (Assets related contract extension indicator), OPP-021-Contract (Used asset), OPP-022-Contract (Significance (%)), and OPP-023-Contract (Predominance (%)).For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "hasEssentialAssets": true,
+ "essentialAssets": {
+ "description": "Significant investments have been made by the supplier in the past years and will continue to be so in the future, which will pay for themselves over a period of time well beyond the period of the contract. It includes the purchase of new vehicles, the maintenance of the modernization of the existing fleet and the renovation of the vehicle depots.",
+ "significance": "30",
+ "predominance": "40"
+ }
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "hasEssentialAssets": true,
+ "essentialAssets": [
+ {
+ "description": "Significant investments have been made by the supplier in the past years and will continue to be so in the future, which will pay for themselves over a period of time well beyond the period of the contract. It includes the purchase of new vehicles, the maintenance of the modernization of the existing fleet and the renovation of the vehicle depots.",
+ "significance": "30",
+ "predominance": "40"
+ }
+ ]
+ }
+ ]
+ }
+}
+
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.
+Lot.essentialAssets
from an object to an array.essentialAssets
and hasEssentialAssets
to the Lot
object.minProperties
, minItems
y/o minLength
.Esta extensión se discutió originalmente como parte del OCDS para el perfil de la UE en issue #60 y en pull requests.
++ Agregar un objeto al objeto de licitación para describir los activos utilizados para la prestación de servicios públicos. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ essentialAssets
+
+ |
+ + Activos esenciales + | +
+ Información sobre los activos utilizados para la prestación de servicios públicos. + + |
+ + EssentialAsset object + | +
+
+ hasEssentialAssets
+
+ |
+ + Tiene activos esenciales + | +
+ Si existe información sobre los activos utilizados para la prestación de servicios públicos. + + |
+ + boolean + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ essentialAssets
+
+ |
+ + Activos esenciales + | +
+ Información sobre los activos utilizados para la prestación de servicios públicos. + + |
+ + array of EssentialAsset objects + | +
+
+ hasEssentialAssets
+
+ |
+ + Tiene activos esenciales + | +
+ Si existe información sobre los activos utilizados para la prestación de servicios públicos. + + |
+ + boolean + | +
+ The extension defines a new EssentialAsset
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ Description of the essential asset. + + |
+ + string + | +
+
+ significance
+
+ |
+ + Significado + | +
+ Estimated percentage share of the essential asset provided in relation to the overall asset needed for the provision of the public services. + + |
+ + string + | +
+
+ predominance
+
+ |
+ + Predominancia + | +
+ Estimated percentage share of asset provided compared to asset used for activities other than the public services. + + |
+ + string + | +
+ Implementa campos y código que son específicos de la legislación europea. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ legislation
+
+ |
+ + Legislation + | +
+ A general regulatory framework applicable in the place where the contract is to be performed. For example, tax legislation, environmental protection legislation or employment protection and working conditions legislation. + +
|
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ eu-vehicle-category
+
+ |
+ + European Union vehicle category + | +
+ The category of vehicle falling within the scope of the EU Clean Vehicles Directive 2009/33/EC. + + + |
+
+
+ eu-cvd-contract-type
+
+ |
+ + European Union Clean Vehicle Directive contract type + | +
+ The category of contract according to the EU Clean Vehicles Directive 2009/33/EC. + + + |
+
+ You can download the +milestoneType.csv
file in English.
+
+ The extension adds these codes to the milestoneType.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ securityClearanceDeadline
+
+ |
+ + Security clearance deadline + | +
+ The tenderers may obtain their security clearance until this date. + + |
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ mediationBody
+
+ |
+ + Mediation body + | +
+ The body responsible for mediation procedures. + + |
+
+
+ centralPurchasingBody
+
+ |
+ + Central purchasing body + | +
+ The procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities. + + |
+
+
+ processContactPoint
+
+ |
+ + Process contact point + | +
+ A contact point dedicated to this contracting process. + + |
+
+
+ reviewContactPoint
+
+ |
+ + Review contact point + | +
+ The service from which information about the review procedure can be obtained. + + |
+
+
+ selectedParticipant
+
+ |
+ + Selected participant + | +
+ An organization that has already been selected to participate in the design contest. + + |
+
+
+ procurementServiceProvider
+
+ |
+ + Procurement service provider + | +
+ An organization that provides ancillary procurement services to buyers. + + |
+
+
+ eSender
+
+ |
+ + TED eSender + | +
+ An organization that provides data transfer services to buyers. + + |
+
+
+ leadBuyer
+
+ |
+ + Lead buyer + | +
+ The lead buyer in a group of buyers. + + |
+
+
+ leadTenderer
+
+ |
+ + Lead tenderer + | +
+ The lead tenderer in the case of a consortium or equivalent. + + |
+
+
+ evaluationBody
+
+ |
+ + Evaluation body + | +
+ The organization responsible for evaluating bids or requests to participate. + + |
+
+
+ submissionReceiptBody
+
+ |
+ + Submission receipt body + | +
+ The organization responsible for receiving bids or requests to participate. + + |
+
+ You can download the +relatedProcessScheme.csv
file in English.
+
+ The extension adds these codes to the relatedProcessScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ eu-oj
+
+ |
+ + Official Journal of the European Union + | +
+ An Official Journal of the European Union contracting process identifier. + + |
+
+ Implementa campos y código que son específicos de la legislación europea. +
+Implementa campos y código que son específicos de la legislación europea.
+For complete guidance on meeting the disclosure requirements of European law, see OCDS for eForms for the 2019 regulation, or OCDS for European Union for the 2015 regulation.
+{
+ "parties": [
+ {
+ "details": {
+ "url": "https://www.manchester.ac.uk/",
+ "buyerProfile": "https://in-tendhost.co.uk/universityofmanchester/aspx/Home"
+ },
+ "roles": [
+ "leadBuyer",
+ "awardingCentralPurchasingBody",
+ "evaluationBody",
+ "submissionReceiptBody"
+ ]
+ },
+ {
+ "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"
+ ]
+ },
+ {
+ "roles": [
+ "eSender"
+ ]
+ },
+ {
+ "roles": [
+ "procurementServiceProvider"
+ ]
+ },
+ {
+ "roles": [
+ "leadTenderer",
+ "tenderer"
+ ]
+ }
+ ],
+ "tender": {
+ "contractPeriod": {
+ "description": "unknown"
+ },
+ "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"
+ },
+ "contractPeriod": {
+ "description": "unknown"
+ },
+ "additionalClassifications": [
+ {
+ "id": "oth-serv-contr",
+ "scheme": "eu-cvd-contract-type",
+ "description": "Other service contract"
+ }
+ ]
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2020-11-19T00:00:00Z"
+ }
+ ],
+ "documents": [
+ {
+ "id": "Fiscal1",
+ "documentType": "legislation"
+ }
+ ]
+ },
+ "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.",
+ "items": [
+ {
+ "id": "1",
+ "additionalClassifications": [
+ {
+ "scheme": "eu-vehicle-category",
+ "id": "n2-n3",
+ "description": "Truck (N2-N3)"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "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"
+ }
+ ],
+ "relatedProcesses": [
+ {
+ "id": "1",
+ "identifier": "123e4567-e89b-12d3-a456-426614174000",
+ "scheme": "eu-oj",
+ "relationship": [
+ "prior"
+ ]
+ }
+ ]
+}
+
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.
+Organization.eDeliveryGateway
Lot.hasAccessibilityCriteria
Lot.noAccessibilityCriteriaRationale
Lot.reviewDetails
Period.description
field.+partyRole.csv
codelist to the Document publisher extension.Lot.minimumValue
to the Lots extension as Lot.minValue
.informationService
a OrganizationReference
.+ partyRole.csv
.Lot.awardPeriod
field.Lot.minimumValue
field.+ milestoneType.csv
.Item.deliveryAddresses
field.minProperties
, minItems
y/o minLength
.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.
++ Implementa campos y código que son específicos de la legislación europea. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ reviewDetails
+
+ |
+ + Detalles de la revisión + | +
+ Información precisa sobre los plazos para los procedimientos de revisión o información de contacto de la que se puede obtener. + + |
+ + string + | +
+
+ valueCalculationMethod
+
+ |
+ + Método de cálculo de valor + | +
+ El método usado para el cálculo del valor estimado de la concesión. + + |
+ + string + | +
+
+ legislativeReferences
+
+ |
+ + Referencias legislativas + | +
+ Referencias legislativas y puntos de contacto asociados para información. + + |
+ + array of LegislativeReference objects + | +
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + URL del sitio web + | +
+ Sitio web de la organización + + |
+ + string + | +
+
+ details.
+ |
+ + URL del perfil del comprador + | +
+ Dirección web del perfil del comprador. + + |
+ + string + | +
+
+ eDeliveryGateway
+
+ |
+ + eDelivery gateway + | +
+ The organization's URL for the exchange of data and documents with eDelivery. + + |
+ + string + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ valueCalculationMethod
+
+ |
+ + Método de cálculo de valor + | +
+ Cualquier detalle relevante al valor de la concesión según el artículo 8(3) de la Directiva 2014/23/UE sobre contratos de concesión. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ periodRationale
+
+ |
+ + Justificación del período del contrato + | +
+ La justificación de la duración del contrato. + + |
+ + string + | +
+
+ publicPassengerTransportServicesKilometers
+
+ |
+ + Kilómetros de servicios de transporte público de pasajeros + | +
+ El número de kilómetros de servicios de transporte público de pasajeros prestados por un contrato de servicio público. + + |
+ + number + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryAddresses
+
+ |
+ + Dirección de entrega + | +
+ La(s) dirección(es) a la(s) cual(es) el proveedor entrega el ítem. + + |
+ + array of Address objects + | +
+ The extension defines these fields in the Period
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ The description of the period. + + |
+ + string + | +
+ The extension defines a new LegislativeReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Título + | +
+ El título de una referencia legislativa + + |
+ + string + | +
+
+ url
+
+ |
+ + URL + | +
+ Un enlace a la página web de la referencia legislativa. + + |
+ + string + | +
+
+ informationService
+
+ |
+ + Servicio de información + | +
+ Una organización que puede proporcionar información sobre la referencia legislativa. + + |
+ + OrganizationReference object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ awardPeriod
+
+ |
+ + Periodo de adjudicación + | +
+ El plazo para la toma de decisiones sobre la adjudicación del contrato del lote. La fecha de finalización debe ser la fecha en la que se debe finalizar la decisión de adjudicación. La fecha de inicio se puede utilizar para indicar el inicio de un período de evaluación. + + |
+ + Period object + | +
+
+ hasAccessibilityCriteria
+
+ |
+ + Has accessibility criteria + | +
+ Whether the technical specifications for the lot include accessibility criteria for people with disabilities. + + |
+ + boolean + | +
+
+ noAccessibilityCriteriaRationale
+
+ |
+ + No accessibility criteria rationale + | +
+ The rationale for not including accessibility criteria when the object of the lot is intended for use by natural persons. + + |
+ + string + | +
+
+ reviewDetails
+
+ |
+ + Detalles de la revisión + | +
+ Precise information concerning the time limits for the review procedures for the lot or contact information from which it can be obtained. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/eu/1.1/ +
++ Implementa campos y código que son específicos de la legislación europea. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ legislation
+
+ |
+ + Legislation + | +
+ A general regulatory framework applicable in the place where the contract is to be performed. For example, tax legislation, environmental protection legislation or employment protection and working conditions legislation. + +
|
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ eu-vehicle-category
+
+ |
+ + European Union vehicle category + | +
+ The category of vehicle falling within the scope of the EU Clean Vehicles Directive 2009/33/EC. + + + |
+
+
+ eu-cvd-contract-type
+
+ |
+ + European Union Clean Vehicle Directive contract type + | +
+ The category of contract according to the EU Clean Vehicles Directive 2009/33/EC. + + + |
+
+ You can download the +milestoneType.csv
file in English.
+
+ The extension adds these codes to the milestoneType.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ securityClearanceDeadline
+
+ |
+ + Security clearance deadline + | +
+ The tenderers may obtain their security clearance until this date. + + |
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ mediationBody
+
+ |
+ + Mediation body + | +
+ The body responsible for mediation procedures. + + |
+
+
+ centralPurchasingBody
+
+ |
+ + Central purchasing body + | +
+ The procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities. + + |
+
+
+ processContactPoint
+
+ |
+ + Process contact point + | +
+ A contact point dedicated to this contracting process. + + |
+
+
+ reviewContactPoint
+
+ |
+ + Review contact point + | +
+ The service from which information about the review procedure can be obtained. + + |
+
+
+ selectedParticipant
+
+ |
+ + Selected participant + | +
+ An organization that has already been selected to participate in the design contest. + + |
+
+
+ procurementServiceProvider
+
+ |
+ + Procurement service provider + | +
+ An organization that provides ancillary procurement services to buyers. + + |
+
+
+ eSender
+
+ |
+ + TED eSender + | +
+ An organization that provides data transfer services to buyers. + + |
+
+
+ leadBuyer
+
+ |
+ + Lead buyer + | +
+ The lead buyer in a group of buyers. + + |
+
+
+ leadTenderer
+
+ |
+ + Lead tenderer + | +
+ The lead tenderer in the case of a consortium or equivalent. + + |
+
+
+ evaluationBody
+
+ |
+ + Evaluation body + | +
+ The organization responsible for evaluating bids or requests to participate. + + |
+
+
+ submissionReceiptBody
+
+ |
+ + Submission receipt body + | +
+ The organization responsible for receiving bids or requests to participate. + + |
+
+ You can download the +relatedProcessScheme.csv
file in English.
+
+ The extension adds these codes to the relatedProcessScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ eu-oj
+
+ |
+ + Official Journal of the European Union + | +
+ An Official Journal of the European Union contracting process identifier. + + |
+
+ Implementa campos y código que son específicos de la legislación europea. +
+Implementa campos y código que son específicos de la legislación europea.
+For complete guidance on meeting the disclosure requirements of European law, see OCDS for eForms for the 2019 regulation, or OCDS for European Union for the 2015 regulation.
+{
+ "parties": [
+ {
+ "details": {
+ "url": "https://www.manchester.ac.uk/",
+ "buyerProfile": "https://in-tendhost.co.uk/universityofmanchester/aspx/Home"
+ },
+ "roles": [
+ "leadBuyer",
+ "awardingCentralPurchasingBody",
+ "evaluationBody",
+ "submissionReceiptBody"
+ ]
+ },
+ {
+ "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"
+ ]
+ },
+ {
+ "roles": [
+ "eSender"
+ ]
+ },
+ {
+ "roles": [
+ "procurementServiceProvider"
+ ]
+ },
+ {
+ "roles": [
+ "leadTenderer",
+ "tenderer"
+ ]
+ }
+ ],
+ "tender": {
+ "contractPeriod": {
+ "description": "unknown"
+ },
+ "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"
+ },
+ "contractPeriod": {
+ "description": "unknown"
+ },
+ "additionalClassifications": [
+ {
+ "id": "oth-serv-contr",
+ "scheme": "eu-cvd-contract-type",
+ "description": "Other service contract"
+ }
+ ]
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2020-11-19T00:00:00Z"
+ }
+ ],
+ "documents": [
+ {
+ "id": "Fiscal1",
+ "documentType": "legislation"
+ }
+ ]
+ },
+ "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.",
+ "items": [
+ {
+ "id": "1",
+ "additionalClassifications": [
+ {
+ "scheme": "eu-vehicle-category",
+ "id": "n2-n3",
+ "description": "Truck (N2-N3)"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "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"
+ }
+ ],
+ "relatedProcesses": [
+ {
+ "id": "1",
+ "identifier": "123e4567-e89b-12d3-a456-426614174000",
+ "scheme": "eu-oj",
+ "relationship": [
+ "prior"
+ ]
+ }
+ ]
+}
+
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.
+Organization.eDeliveryGateway
Lot.hasAccessibilityCriteria
Lot.noAccessibilityCriteriaRationale
Lot.reviewDetails
Period.description
field.+partyRole.csv
codelist to the Document publisher extension.Lot.minimumValue
to the Lots extension as Lot.minValue
.informationService
a OrganizationReference
.+ partyRole.csv
.Lot.awardPeriod
field.Lot.minimumValue
field.+ milestoneType.csv
.Item.deliveryAddresses
field.minProperties
, minItems
y/o minLength
.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.
++ Implementa campos y código que son específicos de la legislación europea. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ reviewDetails
+
+ |
+ + Detalles de la revisión + | +
+ Información precisa sobre los plazos para los procedimientos de revisión o información de contacto de la que se puede obtener. + + |
+ + string + | +
+
+ valueCalculationMethod
+
+ |
+ + Método de cálculo de valor + | +
+ El método usado para el cálculo del valor estimado de la concesión. + + |
+ + string + | +
+
+ legislativeReferences
+
+ |
+ + Referencias legislativas + | +
+ Referencias legislativas y puntos de contacto asociados para información. + + |
+ + array of LegislativeReference objects + | +
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + URL del sitio web + | +
+ Sitio web de la organización + + |
+ + string + | +
+
+ details.
+ |
+ + URL del perfil del comprador + | +
+ Dirección web del perfil del comprador. + + |
+ + string + | +
+
+ eDeliveryGateway
+
+ |
+ + eDelivery gateway + | +
+ The organization's URL for the exchange of data and documents with eDelivery. + + |
+ + string + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ valueCalculationMethod
+
+ |
+ + Método de cálculo de valor + | +
+ Cualquier detalle relevante al valor de la concesión según el artículo 8(3) de la Directiva 2014/23/UE sobre contratos de concesión. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ periodRationale
+
+ |
+ + Justificación del período del contrato + | +
+ La justificación de la duración del contrato. + + |
+ + string + | +
+
+ publicPassengerTransportServicesKilometers
+
+ |
+ + Kilómetros de servicios de transporte público de pasajeros + | +
+ El número de kilómetros de servicios de transporte público de pasajeros prestados por un contrato de servicio público. + + |
+ + number + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryAddresses
+
+ |
+ + Dirección de entrega + | +
+ La(s) dirección(es) a la(s) cual(es) el proveedor entrega el ítem. + + |
+ + array of Address objects + | +
+ The extension defines these fields in the Period
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ The description of the period. + + |
+ + string + | +
+ The extension defines a new LegislativeReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Título + | +
+ El título de una referencia legislativa + + |
+ + string + | +
+
+ url
+
+ |
+ + URL + | +
+ Un enlace a la página web de la referencia legislativa. + + |
+ + string + | +
+
+ informationService
+
+ |
+ + Servicio de información + | +
+ Una organización que puede proporcionar información sobre la referencia legislativa. + + |
+ + OrganizationReference object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ awardPeriod
+
+ |
+ + Periodo de adjudicación + | +
+ El plazo para la toma de decisiones sobre la adjudicación del contrato del lote. La fecha de finalización debe ser la fecha en la que se debe finalizar la decisión de adjudicación. La fecha de inicio se puede utilizar para indicar el inicio de un período de evaluación. + + |
+ + Period object + | +
+
+ hasAccessibilityCriteria
+
+ |
+ + Has accessibility criteria + | +
+ Whether the technical specifications for the lot include accessibility criteria for people with disabilities. + + |
+ + boolean + | +
+
+ noAccessibilityCriteriaRationale
+
+ |
+ + No accessibility criteria rationale + | +
+ The rationale for not including accessibility criteria when the object of the lot is intended for use by natural persons. + + |
+ + string + | +
+
+ reviewDetails
+
+ |
+ + Detalles de la revisión + | +
+ Precise information concerning the time limits for the review procedures for the lot or contact information from which it can be obtained. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/exclusionGrounds/master/ +
++ Adds an object to describe the criteria to exclude tenderers from participating in a contracting process. +
+Adds an object to describe the criteria to exclude tenderers from participating in a contracting process.
+If you use a codelist for tender.exclusionGrounds.criteria.type
, you should explain where the codes are from in your publication policy/user guide.
{
+ "tender": {
+ "id": "1",
+ "exclusionGrounds": {
+ "criteria": [
+ {
+ "description": "Applicants not satisfying...",
+ "type": "crime-org"
+ }
+ ]
+ }
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds an object to describe the criteria to exclude tenderers from participating in a contracting process. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ exclusionGrounds
+
+ |
+ + Exclusion grounds + | +
+ Information about the criteria regarding the situation of a tenderer that can lead to its exclusion from the contracting process. For example: criminal convictions, bankruptcy, presence on a blacklist or failure to pay taxes. + + |
+ + ExclusionGrounds object + | +
+ The extension defines a new ExclusionGrounds
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ criteria
+
+ |
+ + Exclusion criteria + | +
+ The exclusion criteria. + + |
+ + array of ExclusionCriterion objects + | +
+ The extension defines a new ExclusionCriterion
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Type + | +
+ The type of the criterion. + + |
+ + string + | +
+
+ description
+
+ |
+ + Description + | +
+ The description of the criterion. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/extendsContractID/master/ +
++ Bajo algunas reglas y procesos de contrataciones, para extender la duración o el valor de un contrato, o para realizar otras modificaciones sustanciales, se requiere la firma de un nuevo contrato. Esta extensión permite que se hagan explícitas las relaciones entre dos o más contratos en el mismo proceso de contratación. +
+Bajo algunas reglas y procesos de compras públicas, para extender el valor o duración del contrato, o para hacer grandes cambios, se requiere firmar un nuevo contrato.
+Este nuevo contrato forma parte de el mismo proceso de contrataciones así como el contrato antiguo que esta extendiendo
+En estos casos, el campo extendsContractID
puede utilizarse para identificar que una entrada determinada en la lista contracts
debe entenderse como relacionada a un contrato anterior.
Utilice esta extensión sólo si hay un nuevo contrato sustantivo firmado como la extensión de un contrato anterior. En la mayoría de los casos, una actualización del valor o de la duración de un contrato debería modelarse como una enmienda dentro de una única entrada en la lista contracts
.
El extracto más abajo muestra tres contratos en la matriz de contratos en un release OCDS.
+Los primeros dos contratos se firmaron en 2011: uno por cada año de renta de la propiedad, y otro por dos años de servicios relacionados con la propiedad rentada.
+El tercer contrato se firmó en 2012, y renueva el alquiler de la propiedad por un año más. Se relaciona de nuevo con el contrato del primer año de alquiler con el campo extendsContractID
.
{
+ "contracts": [
+ {
+ "id": "207002-armin-hahner-stollmaier-21",
+ "awardID": "207002-armin-hahner-stollmaier-21",
+ "title": "Alquileres para la SNNA",
+ "status": "terminated",
+ "period": {
+ "startDate": "2011-01-02T23:59:59+00:00",
+ "endDate": "2012-01-02T23:59:59+00:00"
+ },
+ "value": {
+ "amount": 1800000,
+ "currency": "PYG"
+ },
+ "items": [
+ {
+ "id": "01",
+ "description": "Alquiler de Inmueble",
+ "classification": {
+ "scheme": "CPV",
+ "id": "70000000-1",
+ "description": "Real Estate Services",
+ "uri": "http://cpv.data.ac.uk/code-70000000"
+ }
+ }
+ ],
+ "dateSigned": "2011-03-14T16:58:40+00:00"
+ },
+ {
+ "id": "207004-armin-hahner-stollmaier-21-service",
+ "awardID": "207002-armin-hahner-stollmaier-21",
+ "title": "Servicios relacionados con alquileres para la SNNA",
+ "status": "active",
+ "period": {
+ "startDate": "2011-01-02T23:59:59+00:00",
+ "endDate": "2013-01-02T23:59:59+00:00"
+ },
+ "value": {
+ "amount": 10000,
+ "currency": "PYG"
+ },
+ "items": [
+ {
+ "id": "02",
+ "description": "Servicios relacionados con alquiler de Inmueble",
+ "classification": {
+ "scheme": "CPV",
+ "id": "70000000-1",
+ "description": "Real Estate Services",
+ "uri": "http://cpv.data.ac.uk/code-70000000"
+ }
+ }
+ ],
+ "dateSigned": "2011-03-14T16:58:40+00:00"
+ },
+ {
+ "id": "207002-armin-hahner-stollmaier-21-renovacion",
+ "awardID": "207002-armin-hahner-stollmaier-21",
+ "extendsContractID": "207002-armin-hahner-stollmaier",
+ "title": "Ad Referendum - Alquileres para la SNNA (Amends contract 207002)",
+ "status": "active",
+ "period": {
+ "startDate": "2012-01-02T23:59:59+00:00",
+ "endDate": "2013-01-02T23:59:59+00:00"
+ },
+ "value": {
+ "amount": 12780000,
+ "currency": "PYG"
+ },
+ "items": [
+ {
+ "id": "01",
+ "description": "Alquiler de Inmueble",
+ "classification": {
+ "scheme": "CPV",
+ "id": "70000000-1",
+ "description": "Real Estate Services",
+ "uri": "http://cpv.data.ac.uk/code-70000000"
+ }
+ }
+ ],
+ "dateSigned": "2012-03-14T16:58:40+00:00"
+ }
+ ]
+}
+
La imagen siguiente muestra un ejemplo de cómo se utiliza la información proporcionada por el campo extendsContractID
en Paraguay, para mostrar dos contratos resultantes de una adjudicación (las casillas azules), con uno de esos contratos prorrogado (el círculo azul).
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.
+minProperties
, minItems
y/o minLength
.Contract.extendsContractID
pueda ser nulo.+ Bajo algunas reglas y procesos de contrataciones, para extender la duración o el valor de un contrato, o para realizar otras modificaciones sustanciales, se requiere la firma de un nuevo contrato. Esta extensión permite que se hagan explícitas las relaciones entre dos o más contratos en el mismo proceso de contratación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ extendsContractID
+
+ |
+ + ID extensión del contrato + | +
+ Si este contrato extiende o modifica un contrato emitido anteriormente, entonces el valor de contract.id para el contrato ampliado / modificado se puede proporcionar aquí + + |
+ + string + | +
+ + This page has moved to a /es/extensions/finance/master/ +
++ Agrega campos para revelar la financiación de todo el proceso y sus contratos individuales. +
+
+ You can download the financeCategory.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ equity
+
+ |
+ + Equity + | +
+ Equity finance is given in exchange for a share of ownership in the project (usually via direct or indirect shareholding in a Special Purpose Vehicle (SPV) company created to run the project). + + |
+
+
+ seniorDebt
+
+ |
+ + Senior debt + | +
+ Senior debt (sometimes called senior loans) take priority over other more junior debt. + + |
+
+
+ mezzanineDebt
+
+ |
+ + Mezzanine debt + | +
+ Mezzanine debt (sometimes called mezzanine loans) take priority over common shares. + + |
+
+
+ grant
+
+ |
+ + Grant + | +
+ A grant is finance provided without expectation of repayment. + + |
+
+
+ guarantee
+
+ |
+ + Guarantee + | +
+ A guarantee is a promise by one party to assume the debt of another if the other defaults. Guarantees are not to be counted in totals of the overall financing of a project. + + |
+
+
+ other
+
+ |
+ + Other debts or investments + | +
+ Any details of the conditions attached to this finance can be provided in the notes field. + + |
+
+ You can download the financeType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ institutional
+
+ |
+ + Institutional + | +
+ This finance was provided by institutional investors: organizations that pool money to purchase securities, real property, and other investment assets or originate loans. Institutional investors include banks, insurance companies, pensions, hedge funds, REITs, investment advisors, endowments, and mutual funds. + +
|
+
+
+ commercial
+
+ |
+ + Commercial + | +
+ This finance was provided by private parties who do not fall within the definition of institutional investor. + + |
+
+
+ bilateral
+
+ |
+ + Bilateral + | +
+ This finance was provided by a bilateral institution: an agency of one specific government, usually a development agency or export-credit agency with a mandate to support domestic businesses in pursuing investments abroad. + +
|
+
+
+ multilateral
+
+ |
+ + Multilateral + | +
+ This finance was provided by a multilateral institution: a body created by a group of countries to provides financing and professional support, primarily for the purpose of development. + + + |
+
+
+ publicBondIssue
+
+ |
+ + Public bond issue + | +
+ This finance was provided through a public bond issue. + + |
+
+
+ supplierCredit
+
+ |
+ + Supplier credit + | +
+ This finance was provided through a line of credit provided by a supplier. + + |
+
+
+ other
+
+ |
+ + Other + | +
+ This finance was provided through some other source. + + |
+
+ Agrega campos para revelar la financiación de todo el proceso y sus contratos individuales. +
+Agregar campos para revelar la financiación de todo el proceso y sus contratos individuales.
+A veces, sobre todo en el caso de las asociaciones público-privadas, los contratos se financian con una serie de instrumentos, como préstamos, subvenciones, emisión de acciones, etc. Esta información puede actualizarse a lo largo de la vida del contrato.
+In the European Union, this extension's fields correspond to eForms BG-611 (Contract EU funds) and BG-61 (EU funds). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+La lista de códigos financeType.csv
se basa en la lista de Página 57 del Marco de divulgación de APP del Banco Mundial
{
+ "planning": {
+ "budget": {
+ "description": "Adquisición de equipos odontológicos para las Unidades de Salud de la Familia",
+ "amount": {
+ "currency": "PYG",
+ "amount": 643702500
+ },
+ "finance": [
+ {
+ "id": "1",
+ "title": "Presupuesto de financiación de deuda primaria",
+ "financingParty": {
+ "id": "XX-FI-22222222",
+ "name": "Banco Interamericano de Desarrollo (BID)"
+ },
+ "financeCategory": "seniorDebt",
+ "financeType": "multilateral",
+ "value": {
+ "amount": 643702500,
+ "currency": "PYG"
+ }
+ }
+ ]
+ }
+ }
+}
+
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "title": "Public Private Partnership Agreement",
+ "description": "Public-Private Partnership agreement entered into by and between telecoms promoter, together with national fibre infrastructure and the special purpose vehicle Mega Consortium Ltd",
+ "finance": [
+ {
+ "id": "1",
+ "title": "Primary senior debt financing agreement",
+ "description": "Big Bank Corp retains the right to step in should Mega Consortium fail to comply with the repayment schedule for a period of 3 consecutive months.",
+ "financingParty": {
+ "id": "XX-FI-22222222",
+ "name": "Big Bank Corp"
+ },
+ "financeCategory": "seniorDebt",
+ "value": {
+ "amount": 41000000,
+ "currency": "USD"
+ },
+ "period": {
+ "startDate": "2016-01-24T00:00:00Z",
+ "endDate": "2021-01-23T00:00:00Z"
+ },
+ "interestRate": {
+ "base": "LIBOR",
+ "margin": 0.03,
+ "fixed": false
+ },
+ "stepInRights": true,
+ "exchangeRateGuarantee": false,
+ "repaymentFrequency": 30.4
+ },
+ {
+ "id": "2",
+ "title": "Alpha Holdings equity investment",
+ "financingParty": {
+ "id": "XX-XXX-11111111",
+ "name": "Alpha Holdings Ltd"
+ },
+ "financeCategory": "equity",
+ "value": {
+ "amount": 6674000,
+ "currency": "USD"
+ }
+ }
+ ]
+ }
+ ]
+}
+
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.
+Finance.relatedLots
from the Lots extensionminProperties
, minItems
y/o minLength
.planning.budget.finance
.financeCategory
."uniqueItems ": true
en los campos matriz y agregar "minLength": 1
en los campos de cadena obligatorios.interestRate
no nulo (deshacer el cambio anterior).Finance.id
requerido y no nulo para soportar el seguimiento de revisiones y list mergingFinance.financingParty
.interestRate
sea nulo.+ Agrega campos para revelar la financiación de todo el proceso y sus contratos individuales. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ finance
+
+ |
+ + Financiamiento + | +
+ Una lista con los detalles de cada fuente de financiamiento acordada para este contrato. + + |
+ + array of Finance objects + | +
+ The extension defines these fields in the Budget
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ finance
+
+ |
+ + Financiamiento + | +
+ Una matriz con los detalles de cada fuente de financiación prevista para este procedimiento. + + |
+ + array of Finance objects + | +
+ The extension defines a new Finance
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ Un identificador para este acuerdo de financiamiento + + |
+ + string + | +
+
+ title
+
+ |
+ + Título + | +
+ Título breve de este acuerdo de financiamiento. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ A short description of this financing arrangement. This may include details of lender rights, step in arrangements, exchange rate guarantees, and for syndicated loans, details of syndication and any members of the syndicate. + + |
+ + string + | +
+
+ financingParty
+
+ |
+ + Financing organization + | +
+ The organization providing this financing arrangement. + + |
+ + OrganizationReference object + | +
+
+ financeType
+
+ |
+ + Tipo de financiamiento + | +
+ El tipo de financiación concertada. + + |
+ + string from closed financeType codelist + | +
+
+ financeCategory
+
+ |
+ + Categoría de financiamiento + | +
+ The nature of the finance, relevant to determining the order of preference for investors to get their money back in case of liquidation. + + |
+ + string from closed financeCategory codelist + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor total de este financiamiento. + + |
+ + Value object + | +
+
+ period
+
+ |
+ + Periodo de financiamiento + | +
+ El período cubierto por este financiamiento. + + |
+ + Period object + | +
+
+ interestRate
+
+ |
+ + Tasa de interés + | +
+ La tasa de interés asociada con este financiamiento. + + |
+ + object + | +
+
+ interestRate.
+ |
+ + Base + | +
+ La variable a la que se añade un importe de margen adicional para obtener el importe de los intereses. Puede especificarse como un número fijo, como una variable conocida (por ejemplo, LIBOR o LIBOR+1%), o puede omitirse si el margen especifica todo el tipo de interés. + + |
+ + string or number + | +
+
+ interestRate.
+ |
+ + Margen + | +
+ La variable añadida a la base para dar el monto de interés expresado como una fracción decimal (por ejemplo 12,5% = 0,125). + + |
+ + number + | +
+
+ interestRate.
+ |
+ + Tipo de interés fijo + | +
+ Un campo booleano. Si este tipo de interés es fijo, se establece en true. De lo contrario, se establece en false. + + |
+ + boolean + | +
+
+ interestRate.
+ |
+ + Notas + | +
+ Notas explicativas sobre el tipo de interés. + + |
+ + string + | +
+
+ repaymentFrequency
+
+ |
+ + Frecuencia de pagos (días) + | +
+ Define cuál es la frecuencia media de reembolso (en días) de esta fuente de financiamiento. Por ejemplo, para cada año, use 365; Para el uso del reembolso mensual 30.4; Para el uso diario 1. Las interfaces de usuario pueden traducir esto en una presentación más fácil de usar, como 'diario', 'mensual' o 'anual'. + + |
+ + number + | +
+
+ stepInRights
+
+ |
+ + Derechos de intervención + | +
+ Whether provision of this finance confers any step in rights to the financing organization. + + |
+ + boolean + | +
+
+ exchangeRateGuarantee
+
+ |
+ + Garantías del tipo de cambio + | +
+ Whether there is an associated exchange rate guarantee with this source of finance. + + |
+ + boolean + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this financing arrangement relates. + + |
+ + array of strings + | +
+ + This page has moved to a /es/extensions/guarantees/master/ +
++ Algunos procesos de contratación consideran la especificación de garantías para asegurar el cumplimiento de los términos de un contrato. + +Existen muchos tipos de garantías, por lo que consideramos a la creación de una nueva extensión basada en los formatos que se requieren para la Tesorería de la Federación (México). Ver discusión en https://github.com/open-contracting/standard/issues/651 +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ guarantor
+
+ |
+ + Guarantor + | +
+ Institution that issues the guarantee. + + |
+
+ You can download the guaranteeType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ bail
+
+ |
+ + Bail + | +
+ A bail bond is a written promise by which a person agrees with the creditor to pay for the debtor, if he does not. + + |
+
+
+ depositSlip
+
+ |
+ + Deposit slip + | +
+ The deposit slip is an instrument used to establish cash guarantees available to judicial or administrative authorities. + + |
+
+
+ letterOfCredit
+
+ |
+ + Letter of credit + | +
+ Letters of credit are used to guarantee that a supplier will receive a specified amount of money within a specified time providing strict terms. + + |
+
+
+ suretyBond
+
+ |
+ + Surety bond + | +
+ A surety bond is an instrument through which The surety is obliged to compensate the obligee for the damages suffered in the event that the principal fails to comply with the terms of the contract. + + |
+
+
+ check
+
+ |
+ + Check + | +
+ A certified check as a form of guarantee. + + |
+
+ You can download the guaranteedObligations.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ fulfillment
+
+ |
+ + Fulfillment + | +
+ Guarantees fulfillment in time with the conditions stipulated in the contract. + + |
+
+
+ prepaid
+
+ |
+ + Prepaid + | +
+ Guarantee by which the supplier requests a prepayment from the procuring entity. + + |
+
+
+ latentDefects
+
+ |
+ + Latent defects + | +
+ Guarantee on the possible defects that a good may have that are not discoverable through general inspection at the time of delivery. + + |
+
+
+ confidentiality
+
+ |
+ + Confidentiality + | +
+ Guarantee that commits the supplier to safeguard the confidential information that has been granted. + + |
+
+
+ quality
+
+ |
+ + Quality + | +
+ Commitment from the supplier to deliver the goods and services in the quality specified in the contract. + + |
+
+ Algunos procesos de contratación consideran la especificación de garantías para asegurar el cumplimiento de los términos de un contrato. + +Existen muchos tipos de garantías, por lo que consideramos a la creación de una nueva extensión basada en los formatos que se requieren para la Tesorería de la Federación (México). Ver discusión en https://github.com/open-contracting/standard/issues/651 +
+Algunos procesos de adquisiciones consideran la especificación de garantías para asegurar el cumplimiento de los términos de un contrato.
+Existen muchos tipos de garantías, por lo que consideramos la creación de una nueva extensión en base a los formatos que se requieren para la Tesorería de la Federación (México).
+Tipos de garantías:
+Obligaciones garantizadas:
+Agregar una matriz llamada "garantías" con los siguientes campos:
+Code | +Title | +Description | +
---|---|---|
guarantees | +Guarantees | +A list of the guarantees given for this contract. | +
Guarantee | +Guarantee | +Information of the guarantee used to ensure compliance with the terms of a contract. | +
id | +Guarantee ID | +A local identifier for this guarantee, unique within this block. | +
type | +Guarantee type | +Specify the guarantee type for this contract using the guaranteeType codelist. | +
bail | +Bail | +A bail bond is a written promise by which a person agrees with the creditor to pay for the debtor, if he does not. | +
depositSlip | +Deposit slip | +The deposit slip is an instrument used to establish cash guarantees available to judicial or administrative authorities. | +
letterOfCredit | +Letter of credit | +Letters of credit are used to guarantee that a supplier will receive a specified amount of money within a specified time providing strict terms. | +
suretyBond | +Surety bond | +A surety bond is an instrument through which The surety is obliged to compensate the obligee for the damages suffered in the event that the principal fails to comply with the terms of the contract. | +
check | +Check | +A certified check as a form of guarantee. | +
date | +Guarantee date | +The date of the guarantee. This is the date on which the guarantee is issued. | +
obligations | +Guaranteed obligations | +Specify the type of obligations that are guaranteed, using the obligationType codelist. | +
fulfillment | +Fulfillment | +Guarantees fulfillment in time with the conditions stipulated in the contract. | +
prepaid | +Prepaid | +Guarantee by which the supplier requests a prepayment from the procuring entity. | +
latentDefects | +Latent defects | +Guarantee on the possible defects that a good may have that are not discoverable through general inspection at the time of delivery. | +
confidentiality | +Confidentiality | +Guarantee that commits the supplier to safeguard the confidential information that has been granted. | +
quality | +Quality | +Commitment from the supplier to deliver the goods and services in the quality specified in the contract. | +
value | +Guarantee value | +Total amount of the guarantee. | +
guarantor | +Guarantor | +Institution that issues the guarantee. | +
period | +Guarantee period | +The period on which this quote is valid. | +
Informar problemas de esta extensión en el [repositorio estándar] (https://github.com/open-contracting/standard/issues/651) de Open Contracting Partnership.
++ Algunos procesos de contratación consideran la especificación de garantías para asegurar el cumplimiento de los términos de un contrato. + +Existen muchos tipos de garantías, por lo que consideramos a la creación de una nueva extensión basada en los formatos que se requieren para la Tesorería de la Federación (México). Ver discusión en https://github.com/open-contracting/standard/issues/651 +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Guarantee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID de garantía + | +
+ Un identificador local para esta garantía, único dentro de este bloque. + + |
+ + string or integer + | +
+
+ type
+
+ |
+ + Tipo de garantía + | +
+ Especifique el tipo de garantía para este contrato usando la lista de códigos [guaranteeType] (https://github.com/contratacionesabiertas/ocds_guarantees_extension/blob/master/codelists/guaranteeType.csv) + + |
+ + string from open guaranteeType codelist + | +
+
+ date
+
+ |
+ + Fecha de garantía + | +
+ La fecha de la garantía. Esta es la fecha en la que se emite la garantía. + + |
+ + string + | +
+
+ obligations
+
+ |
+ + Obligaciones garantizadas + | +
+ Especifique el tipo de obligaciones que están garantizadas, utilizando la lista de códigos obligationType. + + |
+ + string from open guaranteedObligations codelist + | +
+
+ value
+
+ |
+ + Valor de la garantía + | +
+ Importe total de la garantía. + + |
+ + Value object + | +
+
+ guarantor
+
+ |
+ + Garante + | +
+ Institución que emite la garantía. + + |
+ + OrganizationReference object + | +
+
+ period
+
+ |
+ + Período de garantía + | +
+ El período en el que esta cotización es válida. + + |
+ + Period object + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ guarantees
+
+ |
+ + Garantías + | +
+ Una lista de las garantías otorgadas para este contrato. + + |
+ + array of Guarantee objects + | +
+ + This page has moved to a /es/extensions/implementationStatus/master/ +
++ En México, cuando se habla de obras y servicios relacionados a las obras, es necesario publicar un conjunto de variables específicas sobre su implementación. Uno de ellos es el estado de implementación del trabajo o servicio relacionado con él. Vea la discusión en https://github.com/open-contracting/standard/issues/624 +
+
+ You can download the implementationStatus.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ planning
+
+ |
+ + Planning + | +
+ The contract has been signed, but the provision or construction of the goods, services or works has not started. + + |
+
+
+ ongoing
+
+ |
+ + Ongoing + | +
+ The provision or construction of the goods, services or works is in progress. + + |
+
+
+ concluded
+
+ |
+ + Concluded + | +
+ The provision or construction of the goods, services or works has officially ended. + + |
+
+ En México, cuando se habla de obras y servicios relacionados a las obras, es necesario publicar un conjunto de variables específicas sobre su implementación. Uno de ellos es el estado de implementación del trabajo o servicio relacionado con él. Vea la discusión en https://github.com/open-contracting/standard/issues/624 +
+En México, cuando se habla de trabajos y servicios relacionados, es necesario publicar un set de variables específicas sobre su implementación. Una de las variables es el status de la implementación del trabajo o servicios, esto incluye una lista de código con los siguientes valores:
+Añadir un campo nuevo llamado "“implementationStatus” en el objeto “Implementation”.
+Code | +Title | +Description | +
---|---|---|
status | +Implementation status | +The current status of the contract implementation based on the implementationStatus codelist. | +
planning | +Planning | +The contract has been signed, but the provision or construction of the goods, services or works has not started. | +
ongoing | +Ongoing | +The provision or construction of the goods, services or works is in progress. | +
concluded | +Concluded | +The provision or construction of the goods, services or works has officially ended. | +
Reportar issues para esta extensión en standard repository de Open Contracting Partnership.
++ En México, cuando se habla de obras y servicios relacionados a las obras, es necesario publicar un conjunto de variables específicas sobre su implementación. Uno de ellos es el estado de implementación del trabajo o servicio relacionado con él. Vea la discusión en https://github.com/open-contracting/standard/issues/624 +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ status
+
+ |
+ + Estatus de la implementación + | +
+ El estado actual de la implementación del contrato en función de [implementationStatuscodelist] (https://github.com/INAImexico/ocds_implementationStatus_extension/blob/master/codelists/implementationStatus). + + |
+ + string from closed implementationStatus codelist + | +
+ Showing 69 extensions from the extension registry +
++ Para proveer múltiples puntos de contacto de una organización, o para indicar los idiomas disponibles de un punto de contacto. Por ejemplo, puede usarse para indicar un punto de contacto para cada idioma. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a field to the amendment object to classify the rationale for the amendment. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega una matriz de criterios de adjudicación al objeto lote, para desglosar los criterios de adjudicación por precio, costo y calidad. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregue una lista de beneficialOwners al objeto organización para indicar los beneficiarios finales de una organización. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un objeto para describir la fecha, hora, lugar y otros detalles de la apertura de ofertas. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Permite que se muestren las estadísticas de ofertas y la información detallada de las ofertas. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega una lista de desglose de presupuesto al objeto de presupuesto para desglosar un presupuesto por fuente y período. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Extiende el desglose de presupuesto y la implementación de contrato para permitir la publicación del detalle de las asignaciones de presupuesto y la ejecución del proceso de contrataciones, utilizando las clasificaciones que pueden mapearse a datos de presupuesto y de gasto que fueron publicados de forma separada. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega una matriz de cargos al objeto de implementación para publicar los cargos en que incurrirán los usuarios o el gobierno en un período determinado de un contrato. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega a la licitación un objeto comunicación para describir las modalidades de comunicación de los eventos claves. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega un objeto términos del contrato a los objetos de la licitación y del lote, para describir los términos que rigen al futuro contrato. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds buyer fields to the award and contract objects to indicate the buyer(s) for an individual award or contract, if different from the buyer(s) involved in the contracting process as a whole. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Añade campos a la sección de implementación del contrato para detallar la fecha de finalización, y el valor final de un contrato. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Permitir la declaración explícita de proveedores dentro del bloque de contratos. Se usa cuando una sola adjudicación a múltiples proveedores resulta en múltiples contratos para un subconjunto de los proveedores adjudicados. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un campo código de país al objeto de dirección. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un campo para indicar los tratados que cubre el proceso de contratación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un objeto al objeto de la licitación para describir un concurso de proyecto. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a publisher field to the document object. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega campos al objeto document para referencias a páginas, acceso a detalles e información del autor. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ La extensión sobre consultas puede usarse para registrar las preguntas planteadas durante un proceso de contratación y las respuestas proporcionadas. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un objeto al objeto de licitación para describir los activos utilizados para la prestación de servicios públicos. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Implementa campos y código que son específicos de la legislación europea. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an object to describe the criteria to exclude tenderers from participating in a contracting process. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Bajo algunas reglas y procesos de contrataciones, para extender la duración o el valor de un contrato, o para realizar otras modificaciones sustanciales, se requiere la firma de un nuevo contrato. Esta extensión permite que se hagan explícitas las relaciones entre dos o más contratos en el mismo proceso de contratación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega campos para revelar la financiación de todo el proceso y sus contratos individuales. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Algunos procesos de contratación consideran la especificación de garantías para asegurar el cumplimiento de los términos de un contrato. + +Existen muchos tipos de garantías, por lo que consideramos a la creación de una nueva extensión basada en los formatos que se requieren para la Tesorería de la Federación (México). Ver discusión en https://github.com/open-contracting/standard/issues/651 +
++ + Maintained by Contrataciones Abiertas México + +
++ En México, cuando se habla de obras y servicios relacionados a las obras, es necesario publicar un conjunto de variables específicas sobre su implementación. Uno de ellos es el estado de implementación del trabajo o servicio relacionado con él. Vea la discusión en https://github.com/open-contracting/standard/issues/624 +
++ + Maintained by Contrataciones Abiertas México + +
++ Agrega una lista genérica de atributos al objeto artículo +
++ + Maintained by dncp-opendata + +
++ Agregar campos al objeto de licitación para describir la base legal del procedimiento. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia al lote que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega campos al objeto artículo relevantes para la adquisición de medicamentos. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ La extensión de métricas admite la publicación de pronósticos (etapa de planificación), objetivos (etapa de licitación), objetivos de desempeño acordados (etapa de adjudicación y contrato) y resultados (etapa de implementación). +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar campos para obtener información sobre las opciones. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds an array of classification objects to an organization's details in order to categorize it. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un objeto para describir otros requisitos para participar en un proceso de contratación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un objeto de enlaces a los paquetes para dar soporte a la paginación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Para clasificar organizaciones como micro, PyME or grande +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega campos a la sección de implementación para permitir la divulgación de una serie de fallas de rendimiento de contratación. Basado en la tabla de informes de fallas de rendimiento definida en el Marco de Divulgación para el Banco Mundial en las APP. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Realiza los cambios requeridos por el perfil de OCDS para APPs. Los indicadores de evaluación, resumen financiero y detalles del proyecto podrían ser movidos a otra extensión. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Esta extensión agrega un bloque para describir el procedimiento de contratación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar una lista al objeto de licitación para clasificar la justificación del método de contratación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega un objeto de proyecto al objeto de planificación para describir el proyecto con el que está relacionado el proceso de contratación, incluido el valor total del proyecto (no debe confundirse con el valor total del proceso de contratación). +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar campos de información acerca de la recurrencia del proceso de contratación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Incluye información sobre el publicador a nivel release para los casos en los que un paquete de releases o un paquete de records contienen releases de diferentes publicadores +
++ + Maintained by CompraNet + +
++ Añade una lista de fuentes para indicar los sistemas de información de los cuales se originan los datos +
++ + Maintained by ONCAETI + +
++ Agrega campos a los objetos de la licitación y del lote, para describir las opciones de los términos de renovación de los contratos. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV). +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Para proporcionar las asignaciones de riesgo definidas en un contrato de asociación público-privada. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un objeto de segunda etapa a los objetos de licitación y lote, para describir la segunda etapa de un procedimiento de dos etapas. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega un objeto para describir las condiciones de participación en un proceso de contratación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega campos de propiedad de la empresa al objeto de organización utilizado en la lista de partes. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a top-level statistics array to describe statistics about the contracting process. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un campo statusDetails al objeto Tender, Award y Contract. +
++ + Maintained by dncp-opendata + +
++ Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega un objeto términos de presentación de la oferta a los objetos de la licitación y del lote, para describir cómo, cuándo y dónde los oferentes deberán presentar sus ofertas. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega campos al contrato y objetos de implementación para capturar los detalles de las tarifas, los peajes y las tarifas de los usuarios establecidos en el contrato y en uso durante la vida del proyecto. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar una serie de objetos de clasificación al objeto de licitación para categorizar el procedimiento o la solicitud de orden de compra como un todo. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agregar un campo de fecha para indicar cuándo se publicó la licitación. +
++ + Maintained by Portal EDCA HN + +
++ Agregar un campo a relatedImplementationMilestone a los objetos de transacción, para que los pagos de un contrato puedan vincularse a un hito de implementación. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Agrega una matriz unstructuredChanges al objeto Amendment. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld. +
++ + Maintained by Open Contracting Data Standard Extensions + +
++ + This page has moved to a /es/extensions/itemAttributes/master/ +
++ Agrega una lista genérica de atributos al objeto artículo +
+Adds an attributes
array to the item object to list any
+extra attribute that an item may have, at the tender, award or
+contract stage.
+The attributes can be features like the item's model, brand, manufacturer, among others, including its value and an
+unique identifier for that attribute
{
+ "tender": {
+ "items": [
+ {
+ "id": "10121503-001-1",
+ "description": "Balanceado para Ganado Vacuno - Alta Producción en bolsas de 25 k",
+ "quantity": 350,
+ "attributes": [
+ {
+ "name": "Presentacion",
+ "value": "BOLSA",
+ "id": "1"
+ }
+ ]
+ }
+ ]
+ }
+}
+
Informe los issues para esta extensión en el repositorio ocds-extensiones, poniendo el nombre de la extensión en el título del issue.
+Esta extensión se discutió originalmente en https://github.com/open-contracting/standard/issues/751
++ Agrega una lista genérica de atributos al objeto artículo +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Attribute
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ name
+
+ |
+ + Nombre + | +
+ El nombre del atributo, como 'brand', 'manufacturer', y similares. + + |
+ + string + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor del atributo. + + |
+ + string or number + | +
+
+ id
+
+ |
+ + Id + | +
+ Un identificador local para el atributo. + + |
+ + string + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ attributes
+
+ |
+ + Atributos + | +
+ Los atributos del artículo. + + |
+ + array of Attribute objects + | +
+ Agregar campos al objeto de licitación para describir la base legal del procedimiento. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ CELEX
+
+ |
+ + CELEX number + | +
+ Identifier scheme for EUR-Lex documents + +
|
+
+
+ ELI
+
+ |
+ + European Legislation Identifier + | +
+ Identifier scheme for European legislation + +
|
+
+
+ LEXML
+
+ |
+ + LexML URN + | +
+ Identifier scheme for BR-Lex documents + +
|
+
+ Agregar campos al objeto de licitación para describir la base legal del procedimiento. +
+Agregar campos al objeto de licitación para describir la base legal del proceso de contratación – es decir, las leyes y reglamentos que rigen el proceso de contratación y que otorgan autoridad legal a la entidad contratante.
+El campo tender.legalBasis
es un objeto de Classification
. Ejemplos de esquemas de clasificación son LEX, CELEX y [ELI] (https://es.wikipedia.org/wiki/Identificador_Europeo_de_Legislación)
Para identificar el procedimiento utilizado, ya sea por nombre formal o por citación legal, utilice el campo tender.procurementMethodDetails
.
Para indicar si el proceso de contratación está cubierto por un tratado, como el Agreement on Government Procurement (GPA), usar la extensión coveredBy. Para indicar si el proceso de contratación es acelerado, involucra acuerdos marco o tiene otras modalidades, echar un vistazo a las extensiones.
+Si la base legal es específica de un país, se recomienda anteponer el prefijo ISO 3166-1 alpha-2 code al esquema de clasificación: por ejemplo, "HN-ONCAE" para la Oficina Normativa de Contratación y Adquisiciones del Estado (ONCAE) en Honduras.
+In the European Union, this extension's fields correspond to eForms BT-01 (Procedure Legal Basis), BT-09 (Cross Border Law) and Article 39, paragraph 5 of Directive 2014/24/EU. For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "crossBorderLaw": "Italian procurement legislation",
+ "legalBasis": {
+ "id": "32014L0025",
+ "scheme": "CELEX"
+ }
+ }
+}
+
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.
++itemClassificationScheme.csv
.minProperties
, minItems
y/o minLength
.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), y en pull resquests.
++ Agregar campos al objeto de licitación para describir la base legal del procedimiento. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ crossBorderLaw
+
+ |
+ + Ley transfronteriza + | +
+ En caso de una contratación conjunta, la legislación de contratación pública que se aplica a ese procedimiento. + + |
+ + string + | +
+
+ legalBasis
+
+ |
+ + Base legal + | +
+ La base legal del procedimiento. + + |
+ + Classification object + | +
+ + This page has moved to a /es/extensions/legalBasis/1.1/ +
++ Agregar campos al objeto de licitación para describir la base legal del procedimiento. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ CELEX
+
+ |
+ + CELEX number + | +
+ Identifier scheme for EUR-Lex documents + +
|
+
+
+ ELI
+
+ |
+ + European Legislation Identifier + | +
+ Identifier scheme for European legislation + +
|
+
+
+ LEXML
+
+ |
+ + LexML URN + | +
+ Identifier scheme for BR-Lex documents + +
|
+
+ Agregar campos al objeto de licitación para describir la base legal del procedimiento. +
+Agregar campos al objeto de licitación para describir la base legal del proceso de contratación – es decir, las leyes y reglamentos que rigen el proceso de contratación y que otorgan autoridad legal a la entidad contratante.
+El campo tender.legalBasis
es un objeto de Classification
. Ejemplos de esquemas de clasificación son LEX, CELEX y [ELI] (https://es.wikipedia.org/wiki/Identificador_Europeo_de_Legislación)
Para identificar el procedimiento utilizado, ya sea por nombre formal o por citación legal, utilice el campo tender.procurementMethodDetails
.
Para indicar si el proceso de contratación está cubierto por un tratado, como el Agreement on Government Procurement (GPA), usar la extensión coveredBy. Para indicar si el proceso de contratación es acelerado, involucra acuerdos marco o tiene otras modalidades, echar un vistazo a las extensiones.
+Si la base legal es específica de un país, se recomienda anteponer el prefijo ISO 3166-1 alpha-2 code al esquema de clasificación: por ejemplo, "HN-ONCAE" para la Oficina Normativa de Contratación y Adquisiciones del Estado (ONCAE) en Honduras.
+In the European Union, this extension's fields correspond to eForms BT-01 (Procedure Legal Basis), BT-09 (Cross Border Law) and Article 39, paragraph 5 of Directive 2014/24/EU. For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "crossBorderLaw": "Italian procurement legislation",
+ "legalBasis": {
+ "id": "32014L0025",
+ "scheme": "CELEX"
+ }
+ }
+}
+
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.
++itemClassificationScheme.csv
.minProperties
, minItems
y/o minLength
.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), y en pull resquests.
++ Agregar campos al objeto de licitación para describir la base legal del procedimiento. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ crossBorderLaw
+
+ |
+ + Ley transfronteriza + | +
+ En caso de una contratación conjunta, la legislación de contratación pública que se aplica a ese procedimiento. + + |
+ + string + | +
+
+ legalBasis
+
+ |
+ + Base legal + | +
+ La base legal del procedimiento. + + |
+ + Classification object + | +
+ + This page has moved to a /es/extensions/location/master/ +
++ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+
+ You can download the geometryType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ Point
+
+ |
+ + Point + | +
+ For type 'Point', the 'coordinates' member is a single position. + +
|
+
+
+ MultiPoint
+
+ |
+ + MultiPoint + | +
+ For type 'MultiPoint', the 'coordinates' member is an array of positions. + +
|
+
+
+ LineString
+
+ |
+ + LineString + | +
+ For type 'LineString', the 'coordinates' member is an array of two or more positions. + +
|
+
+
+ MultiLineString
+
+ |
+ + MultiLineString + | +
+ For type 'MultiLineString', the 'coordinates' member is an array of LineString coordinate arrays. + +
|
+
+
+ Polygon
+
+ |
+ + Polygon + | +
+ For type 'Polygon', the 'coordinates' member must be an array of linear ring coordinate arrays. + +
|
+
+
+ MultiPolygon
+
+ |
+ + MultiPolygon + | +
+ For type 'MultiPolygon', the 'coordinates' member is an array of Polygon coordinate arrays. + +
|
+
+ You can download the locationGazetteers.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ NUTS
+
+ |
+ + EU Nomenclature of Territorial Units for Statistics + | +
+ The Nomenclature of Territorial Units for Statistics (NUTS) was established by Eurostat in order to provide a single uniform breakdown of territorial units for the production of regional statistics for the European Union. + +
|
+
+
+ ISO2
+
+ |
+ + ISO Country Codes (3166-1 alpha-2) + | +
+ ISO 2-Digit Country Codes + +
|
+
+
+ GEONAMES
+
+ |
+ + GeoNames + | +
+ GeoNames provides numerical identifiers for many points of interest around the world, including administrative divisions, populated centres and other locations, embedded within a structured tree of geographic relations. + +
|
+
+
+ OSMN
+
+ |
+ + OpenStreetMap Node + | +
+ OpenStreetMap Nodes consist of a single point in space defined by a latitude, longitude and node ID. Nodes might have tags to indicate the particular geographic feature they represent. + +
|
+
+
+ OSMR
+
+ |
+ + OpenStreetMap Relation + | +
+ Relations are used to model logical (and usually local) or geographic relationships between objects. In practice, boundaries of geographic areas are available as Relations in OpenStreetMap. + +
|
+
+
+ OSMW
+
+ |
+ + OpenStreetMap Way + | +
+ An OpenStreetMap Way is an ordered list of OpenStreetMap nodes. It can be used to describe fragments of roads or local boundaries and bounding boxes. + +
|
+
+ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+This extension adds address and location fields to tenders and items, to communicate the location of proposed or executed contract delivery.
+La columna Category
en la lista de código locationGazetteers.csv
indica si el diccionario geográfico tiene identificadores para todo el mundo ('Universal') o solo un subconjunto ('National' o 'Sub-National').
A continuación se muestra un ejemplo de un elemento geolocalizado en la sección tender
:
{
+ "tender": {
+ "items": [
+ {
+ "id": "item1",
+ "description": "Ceremonial Trumpets for Oxford Town Hall",
+ "classification": {
+ "description": "Trumpets",
+ "scheme": "CPV",
+ "id": "37312100",
+ "uri": "http://purl.org/cpv/2008/code-37312100"
+ },
+ "deliveryLocations": [
+ {
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 51.751944,
+ -1.257778
+ ]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2640729"
+ ]
+ },
+ "description": "Central Oxford",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ }
+ ],
+ "deliveryAddresses": [
+ {
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom",
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford",
+ "description": "The old town hall"
+ }
+ ],
+ "unit": {
+ "name": "Items",
+ "value": {
+ "currency": "GBP",
+ "amount": 10000
+ }
+ },
+ "quantity": 10
+ }
+ ]
+ }
+}
+
Si la adquisición relacionada con la reconstrucción de una carretera, entonces el elemento también podría especificar geometrías más complejas, tales como:
+{
+ "tender": {
+ "items": [
+ {
+ "id": "item1",
+ "deliveryLocations": [
+ {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 102,
+ 0
+ ],
+ [
+ 103,
+ 1
+ ],
+ [
+ 104,
+ 0
+ ],
+ [
+ 105,
+ 1
+ ]
+ ]
+ },
+ "gazetteer": {
+ "scheme": "OSMW",
+ "identifiers": [
+ "27895985"
+ ]
+ },
+ "description": "St Aldate's",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ }
+ ]
+ }
+ ]
+ }
+}
+
Puede tomar el contenido del objeto geométrico, excluyendo la palabra clave geometry
, y conectarlo a cualquier herramienta de GeoJSON para ver la forma en que se describe.
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.
+Tender.deliveryAddresses
Tender.deliveryLocations
Address.description
Item.deliveryAddress
field in favor of the new Item.deliveryAddresses
field, to support items with multiple delivery addressesItem.deliveryLocation
field in favor of the new Item.deliveryLocations
field, to support items with multiple delivery locationsLocation.uri
Location.geometry
y Location.gazetteer
sean null (bug se introdujo en v1.1.3)Location.geometry.coordinates
tenga null en su matriz de coordenadasLocation.gazetteer.identifiers
tenga null en su lista de stringsLocation.geometry
y Location.gazetteer
sean nullLocation.gazetteer
Item.deliveryLocation
, Item.deliveryAddress
Location.geometry.type
+ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryLocations
+
+ |
+ + Delivery Locations + | +
+ The locations where activity related to this tender will take place. + + |
+ + array of Location objects + | +
+
+ deliveryAddresses
+
+ |
+ + Delivery Addresses + | +
+ The addresses to which, or where, goods or services related to this tender will be delivered. + + |
+ + array of Address objects + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryLocations
+
+ |
+ + Delivery Locations + | +
+ The locations where activity related to this tender, contract or license will be delivered. + + |
+ + array of Location objects + | +
+
+ deliveryLocation
+
+ |
+ + Ubicación de Entrega + | +
+ La ubicación donde la actividad relacionada con esta licitación, contrato o licencia será entregada o se llevará a cabo. + ++ + Deprecated in OCDS 1.2.0: + + This field is deprecated in favour of `.deliveryLocations` to support items with multiple delivery locations. + + |
+ + Location object + | +
+
+ deliveryAddresses
+
+ |
+ + Delivery Addresses + | +
+ The addresses to which, or where, goods or services related to this tender, contract or license will be delivered. + + |
+ + array of Address objects + | +
+
+ deliveryAddress
+
+ |
+ + Dirección de Entrega + | +
+ La dirección en la que bienes y servicios relacionados con esta licitación, contrato o licencia serán entregados. + ++ + Deprecated in OCDS 1.2.0: + + This field is deprecated in favour of `.deliveryAddresses` to support items with multiple delivery locations. + + |
+ + Address object + | +
+ The extension defines a new Location
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ Un nombre o descripción para esta ubicación. Esto puede incluir el(los) nombre(s) de la ubicación (o ubicaciones), o puede incluir una descripción legible de la ubicación a ser cubierta. + + |
+ + string + | +
+
+ geometry
+
+ |
+ + Geometría + | +
+ We follow the GeoJSON standard to express basic location information, using longitude, latitude, and optional elevation values in the WGS84 (EPSG:4326) projection. A point location can be identified by geocoding an address. For concession licenses, or other scenarios covering a polygon location that is not contained in a known gazetteer, polygon and multi-polygon can be used. + + |
+ + object + | +
+
+ geometry.
+ |
+ + Tipo + | +
+ The type of GeoJSON Geometry Objects being provided. To provide longitude, latitude, and optional elevation, use 'Point', and enter an array of [longitude, latitude] or [longitude, latitude, elevation] as the value of the coordinates field: e.g. [-122.085, 37.42]. + + |
+ + string from closed geometryType codelist + | +
+
+ geometry.
+ |
+ + Coordenadas + | +
+ La lista de puntos, ej. [longitud, latitud] o [longitud, latitud, elevación], o una lista anidada de puntos, para el objeto geométrico JSON que está siendo descrito. La longitud y latitud deben ser expresadas en grados decimales en la proyección WGS84 (EPSG:4326). + + |
+ + array of numbers / arrays + | +
+
+ gazetteer
+
+ |
+ + Diccionario Geográfico + | +
+ Identificadores de un diccionario geográfico (un índice o directorio geográfico) para la ubicación. + + |
+ + object + | +
+
+ gazetteer.
+ |
+ + Esquema de diccionario geográfico + | +
+ El identificador del diccionario geográfico. La lista de códigos |
+ + string from open locationGazetteers codelist + | +
+
+ gazetteer.
+ |
+ + Identificadores + | +
+ Una lista de uno o más códigos tomados del diccionario geográfico indicado en el campo |
+ + array of strings + | +
+
+ uri
+
+ |
+ + URI + | +
+ A URI to a further description of the location. This might be a human-readable document with information on the location, or a machine-readable description of the location. + + |
+ + string + | +
+ The extension defines these fields in the Address
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ The description of the address. + + |
+ + string + | +
+ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+
+ You can download the geometryType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ Point
+
+ |
+ + Point + | +
+ For type 'Point', the 'coordinates' member is a single position. + +
|
+
+
+ MultiPoint
+
+ |
+ + MultiPoint + | +
+ For type 'MultiPoint', the 'coordinates' member is an array of positions. + +
|
+
+
+ LineString
+
+ |
+ + LineString + | +
+ For type 'LineString', the 'coordinates' member is an array of two or more positions. + +
|
+
+
+ MultiLineString
+
+ |
+ + MultiLineString + | +
+ For type 'MultiLineString', the 'coordinates' member is an array of LineString coordinate arrays. + +
|
+
+
+ Polygon
+
+ |
+ + Polygon + | +
+ For type 'Polygon', the 'coordinates' member MUST be an array of linear ring coordinate arrays. + +
|
+
+
+ MultiPolygon
+
+ |
+ + MultiPolygon + | +
+ For type 'MultiPolygon', the 'coordinates' member is an array of Polygon coordinate arrays. + +
|
+
+ You can download the locationGazetteers.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ NUTS
+
+ |
+ + EU Nomenclature of Territorial Units for Statistics + | +
+ The Nomenclature of Territorial Units for Statistics (NUTS) was established by Eurostat in order to provide a single uniform breakdown of territorial units for the production of regional statistics for the European Union. + +
|
+
+
+ ISO2
+
+ |
+ + ISO Country Codes (3166-1 alpha-2) + | +
+ ISO 2-Digit Country Codes + +
|
+
+
+ GEONAMES
+
+ |
+ + GeoNames + | +
+ GeoNames provides numerical identifiers for many points of interest around the world, including administrative divisions, populated centres and other locations, embedded within a structured tree of geographic relations. + +
|
+
+
+ OSMN
+
+ |
+ + OpenStreetMap Node + | +
+ OpenStreetMap Nodes consist of a single point in space defined by a latitude, longitude and node ID. Nodes may have tags to indicate the particular geographic feature they represent. + +
|
+
+
+ OSMR
+
+ |
+ + OpenStreetMap Relation + | +
+ Relations are used to model logical (and usually local) or geographic relationships between objects. In practice, boundaries of geographic areas are available as Relations in OpenStreetMap. + +
|
+
+
+ OSMW
+
+ |
+ + OpenStreetMap Way + | +
+ An OpenStreetMap Way is an ordered list of OpenStreetMap nodes. May be used to describe fragments of roads or local boundaries and bounding boxes. + +
|
+
+ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+Comunicar la ubicación del contrato propuesto o ejecutad es importante para muchos usuarios de los datos de contrataciones.
+Esta extensión introduce dos propiedades en el nivel items
para describir la ubicación:
deliveryAddress
- un bloque estándar Address
que puede usarse para proporcionar una dirección postal donde deben entregarse los servicios.deliveryLocation
- un nuevo bloque que consta de entradas GeoJSON y de diccionario geográfico para describir una gama más amplia de ubicaciones a las que se refiere la partida del contrato.La columna Category
en la lista de código locationGazetteers.csv
indica si el diccionario geográfico tiene identificadores para todo el mundo ('Universal') o solo un subconjunto ('National' o 'Sub-National').
A continuación se muestra un ejemplo de un elemento geolocalizado:
+{
+ "items": [
+ {
+ "id": "item1",
+ "description": "Ceremonial Trumpets for Oxford Town Hall",
+ "classification": {
+ "description": "Trumpets",
+ "scheme": "CPV",
+ "id": "37312100",
+ "uri": "http://purl.org/cpv/2008/code-37312100"
+ },
+ "deliveryLocation": {
+ "geometry": {
+ "type": "Point",
+ "coordinates": [51.751944, -1.257778]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": ["2640729"]
+ },
+ "description": "Central Oxford",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ },
+ "deliveryAddress": {
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom",
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford"
+ },
+ "unit": {
+ "name": "Items",
+ "value": {
+ "currency": "GBP",
+ "amount": 10000
+ }
+ },
+ "quantity": 10
+ }
+ ]
+}
+``
+
+If the procurement related to the rebuilding of a road, then the item could also specify more complex geometries such as:
+
+```json
+{
+"deliveryLocation": {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [ [ -1.256503402048622, 51.747792026616821 ], [ -1.256477837243949, 51.747500168748303 ], [ -1.256466773131763, 51.747365723021403 ], [ -1.256471969911729, 51.747246699996332 ], [ -1.256481860557471, 51.747182243160943 ], [ -1.256497618535434, 51.747079648666102 ] ]
+ },
+ "gazetteer": {
+ "scheme": "OSMW",
+ "identifiers": ["27895985"]
+ },
+ "description": "St Aldate's",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+}
+}
+
Puede tomar el contenido del objeto geométrico, excluyendo la palabra clave geometry
, y conectarlo a cualquier herramienta de GeoJSON para ver la forma en que se describe.
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.
+Location.geometry
y Location.gazetteer
sean null (bug se introdujo en v1.1.3)Location.geometry.coordinates
tenga null en su matriz de coordenadasLocation.gazetteer.identifiers
tenga null en su lista de stringsLocation.geometry
y Location.gazetteer
sean nullLocation.gazetteer
Item.deliveryLocation
, Item.deliveryAddress
Location.geometry.type
+ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryLocation
+
+ |
+ + Ubicación de Entrega + | +
+ La ubicación donde la actividad relacionada con esta licitación, contrato o licencia será entregada o se llevará a cabo. + + |
+ + Location object + | +
+
+ deliveryAddress
+
+ |
+ + Dirección de Entrega + | +
+ La dirección en la que bienes y servicios relacionados con esta licitación, contrato o licencia serán entregados. + + |
+ + Address object + | +
+ The extension defines a new Location
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ Un nombre o descripción de esta ubicación. Esto podría incluir el nombre de la(s) ubicación(es), o podría proporcionar una descripción legible por el usuario de la ubicación a cubrir. Esta descripción se puede utilizar en una interfaz de usuario. + + |
+ + string + | +
+
+ geometry
+
+ |
+ + Geometría + | +
+ Seguimos el estándar [GeoJSON] (http://geojson.org/) para expresar información básica de ubicación, usando los valores de longitud, latitud y (opcionalmente) elevación en [WGS84] (https://en.wikipedia.org/wiki/World_Geodetic_System) (EPSG: 4326). Una ubicación de punto se puede identificar geocodificando una dirección de entrega. Para licencias de concesión, u otros contratos que cubran una ubicación de polígono que no esté contenida en un diccionario geográfico conocido, se pueden usar polígonos y polígonos múltiples. + + |
+ + object + | +
+
+ geometry.
+ |
+ + Tipo + | +
+ El tipo de [GeoJSON Geometry Objects] (http://geojson.org/geojson-spec.html#geometry-objects) que se proporciona. Para proporcionar longitud, latitud y (opcionalmente) elevación, use 'Point', e ingrese una matriz de [longitude, latitude] o [longitude, latitude, elevation] como el valor del campo de coordenadas: por ejemplo, [-122.085, 37.42]. Tenga en cuenta la capitalización de los valores de tipo, a fin de mantener la compatibilidad con GeoJSON. + + |
+ + string from closed geometryType codelist + | +
+
+ geometry.
+ |
+ + Coordenadas + | +
+ El conjunto relevante de puntos, por ejemplo, [longitude, latitude] o [longitude, latitude, elevation], o una matriz anidada de puntos, para la geometría GeoJSON que se describe. La longitud y la latitud DEBEN expresarse en grados decimales en la proyección WGS84 (EPSG: 4326). + + |
+ + array of numbers / arrays + | +
+
+ gazetteer
+
+ |
+ + Diccionario Geográfico + | +
+ Un diccionario geográfico es un índice o directorio geográfico. El diccionario específico utilizado debe especificarse en el esquema, y se deben utilizar uno o más códigos de ese diccionario en el identificador. + + |
+ + object + | +
+
+ gazetteer.
+ |
+ + Esquema de diccionario geográfico + | +
+ La entrada del diccionario geográfico seleccionado en la lista de códigos de diccionarios geográficos. La lista de códigos proporciona detalles de los servicios, cuando están disponibles, que pueden resolver una entrada de un diccionario geográfico para proporcionar nombres de ubicación. + + |
+ + string from open locationGazetteers codelist + | +
+
+ gazetteer.
+ |
+ + Identificadores + | +
+ Una matriz de uno o más códigos extraídos del diccionario geográfico indicado en el esquema. + + |
+ + array of strings + | +
+
+ uri
+
+ |
+ + URI + | +
+ Un URI para una descripción más detallada de la ubicación de la actividad. Esto puede ser un documento legible por el usuario con información sobre la ubicación o una descripción legible por computadora de la ubicación. + + |
+ + string + | +
+ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+
+ You can download the geometryType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ Point
+
+ |
+ + Point + | +
+ For type 'Point', the 'coordinates' member is a single position. + +
|
+
+
+ MultiPoint
+
+ |
+ + MultiPoint + | +
+ For type 'MultiPoint', the 'coordinates' member is an array of positions. + +
|
+
+
+ LineString
+
+ |
+ + LineString + | +
+ For type 'LineString', the 'coordinates' member is an array of two or more positions. + +
|
+
+
+ MultiLineString
+
+ |
+ + MultiLineString + | +
+ For type 'MultiLineString', the 'coordinates' member is an array of LineString coordinate arrays. + +
|
+
+
+ Polygon
+
+ |
+ + Polygon + | +
+ For type 'Polygon', the 'coordinates' member must be an array of linear ring coordinate arrays. + +
|
+
+
+ MultiPolygon
+
+ |
+ + MultiPolygon + | +
+ For type 'MultiPolygon', the 'coordinates' member is an array of Polygon coordinate arrays. + +
|
+
+ You can download the locationGazetteers.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ NUTS
+
+ |
+ + EU Nomenclature of Territorial Units for Statistics + | +
+ The Nomenclature of Territorial Units for Statistics (NUTS) was established by Eurostat in order to provide a single uniform breakdown of territorial units for the production of regional statistics for the European Union. + +
|
+
+
+ ISO2
+
+ |
+ + ISO Country Codes (3166-1 alpha-2) + | +
+ ISO 2-Digit Country Codes + +
|
+
+
+ GEONAMES
+
+ |
+ + GeoNames + | +
+ GeoNames provides numerical identifiers for many points of interest around the world, including administrative divisions, populated centres and other locations, embedded within a structured tree of geographic relations. + +
|
+
+
+ OSMN
+
+ |
+ + OpenStreetMap Node + | +
+ OpenStreetMap Nodes consist of a single point in space defined by a latitude, longitude and node ID. Nodes might have tags to indicate the particular geographic feature they represent. + +
|
+
+
+ OSMR
+
+ |
+ + OpenStreetMap Relation + | +
+ Relations are used to model logical (and usually local) or geographic relationships between objects. In practice, boundaries of geographic areas are available as Relations in OpenStreetMap. + +
|
+
+
+ OSMW
+
+ |
+ + OpenStreetMap Way + | +
+ An OpenStreetMap Way is an ordered list of OpenStreetMap nodes. It can be used to describe fragments of roads or local boundaries and bounding boxes. + +
|
+
+ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+Comunicar la ubicación del contrato propuesto o ejecutad es importante para muchos usuarios de los datos de contrataciones.
+Esta extensión introduce dos propiedades en el nivel items
para describir la ubicación:
deliveryAddress
- un bloque estándar Address
que puede usarse para proporcionar una dirección postal donde deben entregarse los servicios.deliveryLocation
- un nuevo bloque que consta de entradas GeoJSON y de diccionario geográfico para describir una gama más amplia de ubicaciones a las que se refiere la partida del contrato.La columna Category
en la lista de código locationGazetteers.csv
indica si el diccionario geográfico tiene identificadores para todo el mundo ('Universal') o solo un subconjunto ('National' o 'Sub-National').
A continuación se muestra un ejemplo de un elemento geolocalizado en la sección tender
:
{
+ "tender": {
+ "items": [
+ {
+ "id": "item1",
+ "description": "Ceremonial Trumpets for Oxford Town Hall",
+ "classification": {
+ "description": "Trumpets",
+ "scheme": "CPV",
+ "id": "37312100",
+ "uri": "http://purl.org/cpv/2008/code-37312100"
+ },
+ "deliveryLocation": {
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 51.751944,
+ -1.257778
+ ]
+ },
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2640729"
+ ]
+ },
+ "description": "Central Oxford",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ },
+ "deliveryAddress": {
+ "postalCode": "OX1 1BX",
+ "countryName": "United Kingdom",
+ "streetAddress": "Town Hall, St Aldate's",
+ "region": "Oxfordshire",
+ "locality": "Oxford"
+ },
+ "unit": {
+ "name": "Items",
+ "value": {
+ "currency": "GBP",
+ "amount": 10000
+ }
+ },
+ "quantity": 10
+ }
+ ]
+ }
+}
+
Si la adquisición relacionada con la reconstrucción de una carretera, entonces el elemento también podría especificar geometrías más complejas, tales como:
+{
+ "tender": {
+ "items": [
+ {
+ "id": "item1",
+ "deliveryLocation": {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 102,
+ 0
+ ],
+ [
+ 103,
+ 1
+ ],
+ [
+ 104,
+ 0
+ ],
+ [
+ 105,
+ 1
+ ]
+ ]
+ },
+ "gazetteer": {
+ "scheme": "OSMW",
+ "identifiers": [
+ "27895985"
+ ]
+ },
+ "description": "St Aldate's",
+ "uri": "http://www.geonames.org/2640729/oxford.html"
+ }
+ }
+ ]
+ }
+}
+
Puede tomar el contenido del objeto geométrico, excluyendo la palabra clave geometry
, y conectarlo a cualquier herramienta de GeoJSON para ver la forma en que se describe.
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.
+Location.geometry
y Location.gazetteer
sean null (bug se introdujo en v1.1.3)Location.geometry.coordinates
tenga null en su matriz de coordenadasLocation.gazetteer.identifiers
tenga null en su lista de stringsLocation.geometry
y Location.gazetteer
sean nullLocation.gazetteer
Item.deliveryLocation
, Item.deliveryAddress
Location.geometry.type
+ Permite indicar el punto de entrega o el sitio de las obras para una línea de pedido determinada en los objetos de licitación, adjudicación y contrato. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ deliveryLocation
+
+ |
+ + Ubicación de Entrega + | +
+ La ubicación donde la actividad relacionada con esta licitación, contrato o licencia será entregada o se llevará a cabo. + + |
+ + Location object + | +
+
+ deliveryAddress
+
+ |
+ + Dirección de Entrega + | +
+ La dirección en la que bienes y servicios relacionados con esta licitación, contrato o licencia serán entregados. + + |
+ + Address object + | +
+ The extension defines a new Location
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ Un nombre o descripción para esta ubicación. Esto puede incluir el(los) nombre(s) de la ubicación (o ubicaciones), o puede incluir una descripción legible de la ubicación a ser cubierta. + + |
+ + string + | +
+
+ geometry
+
+ |
+ + Geometría + | +
+ Seguimos el [estándar GeoJSON] (http://geojson.org/) para expresar información básica de ubicación, usando los valores de longitud, latitud y (opcionalmente) elevación en la proyección [WGS84] (https://en.wikipedia.org/wiki/World_Geodetic_System) (EPSG: 4326). Un punto de ubicación se puede identificar geocodificando una dirección de entrega. Para licencias de concesión, u otros contratos que cubran una ubicación en polígono que no esté contenida en un diccionario geográfico conocido, se pueden usar polígonos y polígonos múltiples. + + |
+ + object + | +
+
+ geometry.
+ |
+ + Tipo + | +
+ El tipo de [Objeto Geométrico GeoJSON] (http://geojson.org/geojson-spec.html#geometry-objects) que se proporciona. Para proporcionar longitud, latitud y (opcionalmente) elevación, use 'Point', e ingrese una lista de [longitud, latitud] o [longitud, latitud, elevación] como el valor del campo de coordenadas: por ejemplo, [-122.085, 37.42]. + + |
+ + string from closed geometryType codelist + | +
+
+ geometry.
+ |
+ + Coordenadas + | +
+ La lista de puntos, ej. [longitud, latitud] o [longitud, latitud, elevación], o una lista anidada de puntos, para el objeto geométrico JSON que está siendo descrito. La longitud y latitud deben ser expresadas en grados decimales en la proyección WGS84 (EPSG:4326). + + |
+ + array of numbers / arrays + | +
+
+ gazetteer
+
+ |
+ + Diccionario Geográfico + | +
+ Identificadores de un diccionario geográfico (un índice o directorio geográfico) para la ubicación. + + |
+ + object + | +
+
+ gazetteer.
+ |
+ + Esquema de diccionario geográfico + | +
+ El identificador del diccionario geográfico. La lista de códigos |
+ + string from open locationGazetteers codelist + | +
+
+ gazetteer.
+ |
+ + Identificadores + | +
+ Una lista de uno o más códigos tomados del diccionario geográfico indicado en el campo |
+ + array of strings + | +
+
+ uri
+
+ |
+ + URI + | +
+ Un URI a una descripción más detallada de la ubicación de la actividad. Esto puede ser un documento legible por el usuario con información sobre la ubicación o una descripción legible por computadora de la ubicación. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/lots/master/ +
++ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia al lote que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. +
+A lot is a grouping of items within a contracting process that can be bid on or awarded together. This extension adds the concept of a lot to OCDS.
+If a contracting process is divided into lots, then you should add each lot to the tender.lots
array.
If a contracting process is not divided into lots, then you should nonetheless add a single, virtual lot. If a data element can be mapped to either a tender
field or a tender.lots
field, you should map it to the tender.lots
field. In this way, information is accessible at the same location for all contracting processes, regardless of whether the process is actually divided into lots.
La extensión de lotes mantiene la estructura general de una entrega de OCDS, con artículos, documentos e hitos incluidos inmediatamente dentro de los elementos tender
, award
y contract
, pero introduce una lista de lotes en la sección tender
, y la capacidad de hacer referencia cruzada a un relatedLot
específico para cada elemento, y una lista de relatedLots
para documentos, hitos y adjudicaciones
La sección opcional lotDetails
y lotGroups
permite que se expresen condiciones más complejas en torno a la adjudicación de lotes, como el valor máximo de un grupo de lotes.
Esto significa que los sistemas que no conocen la 'existencia de lotes' de igual forma pueden entender el valor global de la contratación que se esta llevando a cabo, los acontecimientos clave y las relaciones entre los compradores y los proveedores. Al mismo tiempo, los sistemas que sí conocen de la 'existencia de lotes' pueden hacer uso de la información referenciada para presentar una visión centrada-en-lotes en la información a los usuarios, o para analizar la contratación lote por lote.
+El campo relatedLot
(singular) está disponible para:
Se puede proporcionar una lista de relatedLots
(plural) para cada uno de los siguientes:
En otras extensiones, los siguientes objetos también pueden declararse lotes relacionados:
+Finance
), en la extensión finanzasCuando se usan lotes, todos los elementos deben tener un campo relatedLot
.
Los documentos e hitos pueden tener una propiedad relatedLots
. Aquellos sin esta propiedad deben interpretarse como aplicables a la licitación en su conjunto.
Los artículos dentro de una adjudicación deben tener un campo relatedLot
. Los publicadores pueden también hacer referencia a todos los lotes a los que se relaciona una adjudicación utilizando relatedLots
.
tender.status
si los estados de los lotes son diferentes?tender.status
y tender.lots.status
utilizan la lista de códigos cerada tenderStatus.csv. Esta lista de códigos avanza desde los estados de planeación ('planning', 'planned'), a estado activo 'active', y luego los estados de los resultados completo, cancelado, no exitoso ('complete', 'cancelled', 'unsuccessful').
tender.status
debe ser 'activo', para indicar que algunos lotes están esperando resultados.tender.status
describe el resultado agregado:
+tender.status
debe mostrar 'completo', para indicar que hay al menos una adjudicación.tender.status
debe ser 'fallido' para indicar que el procedimiento se completo pero no exitosamente.tender.status
deben de estar 'cancelados', para indicar que el procedimiento se descontinuo en su totalidad.Se emite una licitación para consultoría en el desarrollo de un nuevo edificio público. Esto podría incluir elementos para:
+Aunque forma parte de la misma oferta, el comprador está dispuesto a adjudicar estos diferentes artículos a diferentes empresas, y así divide la oferta en tres lotes.
+{
+ "tender": {
+ "items": [
+ {
+ "id": "0001",
+ "description": "Architectural advice",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71210000",
+ "description": "Advisory architectural services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0002",
+ "description": "Architectural design",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71220000",
+ "description": "Architectural design services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0003",
+ "description": "Civil engineering consultant",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71311000",
+ "description": "Civil engineering consultancy services"
+ },
+ "relatedLot": "lot-2"
+ },
+ {
+ "id": "0004",
+ "description": "Structural engineering services",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71312000",
+ "description": "Structural engineering consultancy services"
+ },
+ "relatedLot": "lot-3"
+ }
+ ],
+ "value": {
+ "amount": 1200000,
+ "currency": "GBP"
+ },
+ "lots": [
+ {
+ "id": "lot-1",
+ "identifiers": [
+ {
+ "id": "PROC/2020/0024-ABC-FGHI-1",
+ "scheme": "internal"
+ }
+ ],
+ "title": "Architectural services",
+ "description": "For architectural services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 200000
+ },
+ "tenderPeriod": {
+ "endDate": "2020-07-30T23:59:59+01:00"
+ },
+ "submissionMethodDetails": "https://www.acme.com/tender-submission/. All missing tenderer-related documents can be submitted later. Economic operators who ...",
+ "enquiryPeriod": {
+ "endDate": "2020-07-15T23:59:59+01:00"
+ },
+ "contractPeriod": {
+ "startDate": "2020-10-10T00:00:00Z",
+ "endDate": "2021-11-10T00:00:00Z"
+ },
+ "mainProcurementCategory": "services",
+ "additionalProcurementCategories": [
+ "consultingServices"
+ ],
+ "additionalClassifications": [
+ {
+ "id": "serv-a",
+ "scheme": "internal",
+ "description": "Services (Architectural)"
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2020-10-10T00:00:00Z"
+ }
+ ]
+ },
+ {
+ "id": "lot-2",
+ "identifiers": [
+ {
+ "id": "PROC/2020/0024-ABC-FGHI-2",
+ "scheme": "internal"
+ }
+ ],
+ "title": "Civil engineering services",
+ "description": "For civil engineering services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 400000
+ },
+ "mainProcurementCategory": "services",
+ "additionalProcurementCategories": [
+ "consultingServices"
+ ],
+ "tenderPeriod": {
+ "endDate": "2020-07-30T23:59:59+01:00"
+ },
+ "submissionMethodDetails": "https://www.acme.com/tender-submission/. All missing tenderer-related documents can be submitted later. Economic operators who ...",
+ "enquiryPeriod": {
+ "endDate": "2020-07-15T23:59:59+01:00"
+ },
+ "contractPeriod": {
+ "startDate": "2020-12-10T00:00:00Z",
+ "endDate": "2021-12-10T00:00:00Z"
+ },
+ "additionalClassifications": [
+ {
+ "id": "serv-ce",
+ "scheme": "internal",
+ "description": "Services (Civil engineering)"
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2020-12-10T00:00:00Z"
+ }
+ ]
+ },
+ {
+ "id": "lot-3",
+ "identifiers": [
+ {
+ "id": "PROC/2020/0024-ABC-FGHI-3",
+ "scheme": "internal"
+ }
+ ],
+ "title": "Structural engineering",
+ "description": "For structural engineering consultancy delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 600000
+ },
+ "tenderPeriod": {
+ "endDate": "2020-07-30T23:59:59+01:00"
+ },
+ "submissionMethodDetails": "https://www.acme.com/tender-submission/. All missing tenderer-related documents can be submitted later. Economic operators who ...",
+ "enquiryPeriod": {
+ "endDate": "2020-07-15T23:59:59+01:00"
+ },
+ "contractPeriod": {
+ "startDate": "2021-02-10T00:00:00Z",
+ "endDate": "2022-02-10T00:00:00Z"
+ },
+ "mainProcurementCategory": "services",
+ "additionalProcurementCategories": [
+ "consultingServices"
+ ],
+ "additionalClassifications": [
+ {
+ "id": "serv-se",
+ "scheme": "internal",
+ "description": "Services (Structural engineering)"
+ }
+ ],
+ "milestones": [
+ {
+ "id": "1",
+ "type": "securityClearanceDeadline",
+ "dueDate": "2021-02-10T00:00:00Z"
+ }
+ ]
+ }
+ ],
+ "lotGroups": [
+ {
+ "id": "lot-group-1",
+ "title": "Civil and structural engineering services",
+ "description": "Civil and structural engineering services for the development of a new public building",
+ "identifiers": [
+ {
+ "id": "PROC/2020/0024-ABC-FGHI-G1",
+ "scheme": "internal"
+ }
+ ],
+ "relatedLots": [
+ "lot-2",
+ "lot-3"
+ ],
+ "optionToCombine": true,
+ "maximumValue": {
+ "currency": "GBP",
+ "amount": 1000000
+ }
+ }
+ ],
+ "lotDetails": {
+ "maximumLotsBidPerSupplier": 4,
+ "maximumLotsAwardedPerSupplier": 2,
+ "awardCriteriaDetails": "Percentage of people aggregated nationwide contestants undertake to cover, as indicated in their Economic Bids. The evaluation of proposals will be conducted based on the provisions of Article Y of the law on public private partnerships, and the provisions of the tender rules, performing in a first stage an evaluation of the technical bids and subsequently an assessment of the financial offer of the participants."
+ },
+ "amendments": [
+ {
+ "id": "1",
+ "relatedLots": [
+ "lot-1"
+ ],
+ "description": "Submission deadline extended."
+ }
+ ]
+ }
+}
+
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.
+Amendment.relatedLots
Lot.additionalClassifications
Lot.buyer
Lot.enquiryPeriod
Lot.tenderPeriod
Lot.identifiers
Lot.mainProcurementCategory
Lot.additionalProcurementCategories
Lot.milestones
Lot.minValue
Lot.submissionMethodDetails
LotGroup.identifiers
LotGroup.title
LotGroup.description
RelatedProcess.relatedLots
Lot.id
and LotGroup.id
required so that lots and lot groups are merged by identifierBid.relatedLots
to the Bid statistics and details extensionFinance.relatedLots
to the Finance extensiontender.lotDetails.awardCriteriaDetails
.Finance.relatedLots
.Lot.contractPeriod
.Tender.lotDetails
sea nulo (error introducido en la primera versión)Tender.lotDetails
ya no usa $ref
para una definición de LotDetails
relatedLots
tengan null en sus listas de cadenasLot.status
relatedLots
sean nullTender.lotDetails
+ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia al lote que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ lots
+
+ |
+ + Lotes + | +
+ Un proceso de licitación puede dividirse en lotes, en los que los licitadores pueden pujar por uno o varios lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden entonces hacer referencia al lote con el que están relacionados utilizando relatedLot. Si no se indica un identificador de relatedLots, los valores deben interpretarse como aplicables a toda la licitación. Los detalles sobre toda la licitación pueden anularse para un lote determinado mediante su inclusión en el objeto lote. + + |
+ + array of Lot objects + | +
+
+ lotDetails
+
+ |
+ + Detalles del lote + | +
+ Details of any criteria that apply to bidding on the lots in this tender. + + |
+ + object + | +
+
+ lotDetails.
+ |
+ + Lotes máximos por proveedor + | +
+ El número máximo de lotes por los que un proveedor puede ofertar como parte de este proceso de contratación. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Lotes máximos por proveedor + | +
+ El número máximo de lotes que pueden adjudicarse a un proveedor como parte de este proceso de contratación. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Detalles de criterios de adjudicación + | +
+ Cualquier información detallada o adicional sobre la adjudicación o los criterios de selección. + + |
+ + string + | +
+
+ lotGroups
+
+ |
+ + Grupos de lote + | +
+ Cuando el comprador se reserva el derecho de combinar lotes, o desea especificar el valor total para un grupo de lotes, se utiliza un grupo de lotes para capturar esta información. + + |
+ + array of LotGroup objects + | +
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lote(s) relacionado(s) + | +
+ The identifiers of the lots to which this document relates. + + |
+ + array of strings + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLot
+
+ |
+ + Lote relacionado + | +
+ The identifier of the lot to which this item relates. + + |
+ + string + | +
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lote(s) relacionado(s) + | +
+ The identifiers of the lots to which this milestone relates. + + |
+ + array of strings + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lote(s) relacionado(s) + | +
+ The identifiers of the lots to which this award relates. + + |
+ + array of strings + | +
+ The extension defines these fields in the Amendment
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lote(s) relacionado(s) + | +
+ The identifiers of the lots to which this amendment relates. + + |
+ + array of strings + | +
+ The extension defines these fields in the RelatedProcess
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lote(s) relacionado(s) + | +
+ The identifiers of the lots to which this related process relates. + + |
+ + array of strings + | +
+ The extension defines a new Lot
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID Lote + | +
+ Un identificador local para este lote, tal como un número de lote. Esto se utiliza en las referencias relatedLots en el nivel de artículo, documento y adjudicación. + + |
+ + string + | +
+
+ identifiers
+
+ |
+ + Identifiers + | +
+ Identifiers for this lot. This field can be used to provide internal identifiers for the lot, such as identifiers from a buyer's document management system or procurement system. + + |
+ + array of SimpleIdentifier objects + | +
+
+ title
+
+ |
+ + Título + | +
+ Un título para este lote. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción de este lote. + + |
+ + string + | +
+
+ status
+
+ |
+ + Estatus de lote + | +
+ El estado actual del proceso relacionado a este lote. + + |
+ + string from closed tenderStatus codelist + | +
+
+ value
+
+ |
+ + Valor del lote + | +
+ El valor máximo estimado de este lote. + + |
+ + Value object + | +
+
+ minValue
+
+ |
+ + Minimum value + | +
+ The estimated minimum value of the lot. A negative value indicates that the contracting process may involve payments from the supplier to the buyer (commonly used in concession contracts). + + |
+ + Value object + | +
+
+ tenderPeriod
+
+ |
+ + Tender period + | +
+ The period when this lot is open for submissions. The end date is the closing date for bid submissions. + + |
+ + Period object + | +
+
+ contractPeriod
+
+ |
+ + Período del contrato + | +
+ El período sobre el cual se estima o especifica que el contrato estará activo. Si el lote no especifica fechas explícitas, se puede usar el campo |
+ + Period object + | +
+
+ buyer
+
+ |
+ + Buyer + | +
+ The organization aiming to conclude a contract with a supplier or to use the goods, works or services in this lot. This may be different from the procuring entity who may be specified in the tender data. + + |
+ + OrganizationReference object + | +
+
+ additionalClassifications
+
+ |
+ + Additional classifications + | +
+ Additional classifications for this lot. + + |
+ + array of Classification objects + | +
+
+ mainProcurementCategory
+
+ |
+ + Main procurement category + | +
+ The primary category describing the main object of this lot, using the closed procurementCategory codelist. + + |
+ + string from closed procurementCategory codelist + | +
+
+ additionalProcurementCategories
+
+ |
+ + Additional procurement categories + | +
+ Any additional categories describing the objects of this lot, using the open extendedProcurementCategory codelist. + + |
+ + array of strings from open extendedProcurementCategory codelist + | +
+
+ enquiryPeriod
+
+ |
+ + Enquiry period + | +
+ The period during which potential bidders may submit questions and requests for clarification about this lot to the buyer or the procuring entity. + + |
+ + Period object + | +
+
+ milestones
+
+ |
+ + Milestones + | +
+ Milestones associated with this lot. + + |
+ + array of Milestone objects + | +
+
+ submissionMethodDetails
+
+ |
+ + Submission method details + | +
+ Information about the methods by which bids are submitted for this lot. This can include the address, e-mail address or online service to which bids are submitted, and any special requirements to be followed for submissions. More structured information can be provided using the submission terms extension. + + |
+ + string + | +
+ The extension defines a new LotGroup
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador del grupo de lote + | +
+ Un identificador local para este grupo de lotes. + + |
+ + string + | +
+
+ identifiers
+
+ |
+ + Identifiers + | +
+ Identifiers for this lot group. This field can be used to provide internal identifiers for the lot group, such as identifiers from a buyer's document management system or procurement system. + + |
+ + array of SimpleIdentifier objects + | +
+
+ title
+
+ |
+ + Título + | +
+ A title for this lot group. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ A description of this lot group. + + |
+ + string + | +
+
+ relatedLots
+
+ |
+ + Lote(s) relacionado(s) + | +
+ Una lista de los identificadores de los lotes que forman este grupo. Los lotes pueden aparecer en más de un grupo. + + |
+ + array of strings + | +
+
+ optionToCombine
+
+ |
+ + Opción de combinar + | +
+ El comprador se reserva el derecho de combinar los lotes de este grupo al adjudicar un contrato. + + |
+ + boolean + | +
+
+ maximumValue
+
+ |
+ + Valor máximo + | +
+ El valor máximo estimado de los lotes de este grupo. Este puede ser inferior a la suma total de los valores de los lotes. + + |
+ + Value object + | +
+ The extension defines a new SimpleIdentifier
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ scheme
+
+ |
+ + Scheme + | +
+ The list, register or system from which the identifier is taken. + + |
+ + string + | +
+
+ id
+
+ |
+ + ID + | +
+ The identifier taken from the scheme. + + |
+ + string + | +
+ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia al lote que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. +
+Cuando se desglosa una sola licitación en partes que pueden ofertarse y se adjudican separadamente, esto se presenta utilizando la extensión de lotes.
+La extensión de lotes mantiene la estructura general de una entrega de OCDS, con artículos, documentos e hitos incluidos inmediatamente dentro de los elementos tender
, award
y contract
, pero introduce una lista de lotes en la sección tender
, y la capacidad de hacer referencia cruzada a un relatedLot
específico para cada elemento, y una lista de relatedLots
para documentos, hitos y adjudicaciones
La sección opcional lotDetails
y lotGroups
permite que se expresen condiciones más complejas en torno a la adjudicación de lotes, como el valor máximo de un grupo de lotes.
Esto significa que los sistemas que no conocen la 'existencia de lotes' de igual forma pueden entender el valor global de la contratación que se esta llevando a cabo, los acontecimientos clave y las relaciones entre los compradores y los proveedores. Al mismo tiempo, los sistemas que sí conocen de la 'existencia de lotes' pueden hacer uso de la información referenciada para presentar una visión centrada-en-lotes en la información a los usuarios, o para analizar la contratación lote por lote.
+La propiedad relatedLot
(singular) está disponible para:
Se puede proporcionar una lista de relatedLots
(plural) para cada uno de los siguientes:
Cuando se usan lotes, todos los elementos deben tener una propiedad relatedLot
.
Los documentos e hitos pueden tener opcionalmente una propiedad relatedLots
. Aquellos sin esta propiedad deben interpretarse como aplicables a la licitación en su conjunto.
Los artículos dentro de una adjudicación deben tener cada uno una propiedad relatedLot
, pero los publicadores pueden también hacer referencia a todos los lotes en los que se relaciona una adjudicación en el nivel de adjudicación usando relatedLots
Cuando la extensión de ofertas también está en uso, cada oferta también puede declarar sus lotes relacionados.
+Se emite una licitación para consultoría en el desarrollo de un nuevo edificio público. Esto podría incluir elementos para:
+Aunque forma parte de la misma oferta, el comprador está dispuesto a adjudicar estos diferentes artículos a diferentes empresas, y así divide la oferta en tres lotes.
+{
+ "tender": {
+ "items": [
+ {
+ "id": "0001",
+ "description": "Architectural advice",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71210000",
+ "description": "Advisory architectural services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0002",
+ "description": "Architectural design",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71220000",
+ "description": "Architectural design services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0003",
+ "description": "Civil engineering consultant",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71311000",
+ "description": "Civil engineering consultancy services"
+ },
+ "relatedLot": "lot-2"
+ },
+ {
+ "id": "0004",
+ "description": "Structural engineering services",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71312000",
+ "description": "Structural engineering consultancy services"
+ },
+ "relatedLot": "lot-3"
+ }
+ ],
+ "value": {
+ "amount": 1200000,
+ "currency": "GBP"
+ },
+ "lots": [
+ {
+ "id": "lot-1",
+ "title": "Architectural services",
+ "description": "For architectural services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 200000
+ }
+ },
+ {
+ "id": "lot-2",
+ "title": "Civil engineering services",
+ "description": "For civil engineering services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 400000
+ }
+ },
+ {
+ "id": "lot-3",
+ "title": "Structural engineering",
+ "description": "For structural engineering consultancy delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 600000
+ }
+ }
+ ],
+ "lotGroups": [
+ {
+ "id": "lot-group-1",
+ "relatedLots": [
+ "lot-2",
+ "lot-3"
+ ],
+ "optionToCombine": true,
+ "maximumValue": {
+ "currency": "GBP",
+ "amount": 1000000
+ }
+ }
+ ],
+ "lotDetails": {
+ "maximumLotsBidPerSupplier": 4,
+ "maximumLotsAwardedPerSupplier": 2
+ }
+ }
+}
+
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.
+Tender.lotDetails
sea nulo (error introducido en la primera versión)Tender.lotDetails
ya no usa $ref
para una definición de LotDetails
relatedLots
tengan null en sus listas de cadenasLot.status
relatedLots
sean nullTender.lotDetails
+ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia al lote que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ lots
+
+ |
+ + Lotes + | +
+ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia a la porción que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. + + |
+ + array of Lot objects + | +
+
+ lotDetails
+
+ |
+ + Detalles del lote + | +
+ Si esta oferta esta dividida en lotes, los detalles se pueden poner aquí para cualquier criterio que aplique para hacer una oferta en estos lotes. Esta propiedad extendida actualmente se enfoca en los campos requeridos por el estándar de datos EU TED. + + |
+ + object + | +
+
+ lotDetails.
+ |
+ + Lotes máximos por proveedor + | +
+ El número máximo de lotes por los que un proveedor puede ofertar como parte de este proceso de contratación. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Lotes máximos por proveedor + | +
+ El número máximo de lotes que pueden adjudicarse a un proveedor como parte de este proceso de contratación. + + |
+ + integer + | +
+
+ lotGroups
+
+ |
+ + Grupos de lote + | +
+ Cuando el comprador se reserva el derecho de combinar lotes, o desea especificar el valor total para un grupo de lotes, se utiliza un grupo de lotes para capturar esta información. + + |
+ + array of LotGroup objects + | +
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ Si este documento se refiere a un lote en particular, proporcione el (los) identificador(es) del(los) lote(s) relacionado(s) aquí. + + |
+ + array of strings + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLot
+
+ |
+ + Lote relacionado + | +
+ Si este artículo pertenece a un lote, proporcione el identificador del lote relacionado aquí. Cada artículo puede pertenecer solamente a un solo lote. + + |
+ + string + | +
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ Si este documento se refiere a un lote en particular, proporcione el (los) identificador(es) del(los) lote(s) relacionado(s) aquí. + + |
+ + array of strings + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ Si esta adjudicación se relaciona con uno o más lotes específicos, proporcione el (los) identificador(es) del(los) lote(s) relacionado(s) aquí. + + |
+ + array of strings + | +
+ The extension defines these fields in the Bid
object from the Estadísticas y detalles de las ofertas extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ + This field is modified from its original version. + +Si esta oferta se relaciona con uno o más lotes específicos, proporcione el (los) identificador(es) del(los) lote(s) relacionado(s) aquí. + + |
+ + array of strings + | +
+ The extension defines a new Lot
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID Lote + | +
+ Un identificador local para este lote, tal como un número de lote. Esto se utiliza en las referencias relatedLots en el nivel de artículo, documento y adjudicación. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título + | +
+ Un título para este lote. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción de este lote. + + |
+ + string + | +
+
+ status
+
+ |
+ + Estatus de lote + | +
+ El estatus actual del proceso relacionado a este lote se puede encontrar en tenderStatus codelist + + |
+ + string from closed tenderStatus codelist + | +
+
+ value
+
+ |
+ + Valor del lote + | +
+ El valor máximo estimado de este lote. + + |
+ + Value object + | +
+ The extension defines a new LotGroup
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador del grupo de lote + | +
+ Un identificador local para este grupo de lotes. + + |
+ + string + | +
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ Una lista de los identificadores de los lotes que forman este grupo. Los lotes pueden aparecer en más de un grupo. + + |
+ + array of strings + | +
+
+ optionToCombine
+
+ |
+ + Opción de combinar + | +
+ El comprador se reserva el derecho de combinar los lotes de este grupo al adjudicar un contrato. + + |
+ + boolean + | +
+
+ maximumValue
+
+ |
+ + Valor máximo + | +
+ El valor máximo estimado de los lotes de este grupo. Este puede ser inferior a la suma total de los valores del lote + + |
+ + Value object + | +
+ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia al lote que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. +
+Cuando se desglosa una sola licitación en partes que pueden ofertarse y se adjudican separadamente, esto se presenta utilizando la extensión de lotes.
+La extensión de lotes mantiene la estructura general de una entrega de OCDS, con artículos, documentos e hitos incluidos inmediatamente dentro de los elementos tender
, award
y contract
, pero introduce una lista de lotes en la sección tender
, y la capacidad de hacer referencia cruzada a un relatedLot
específico para cada elemento, y una lista de relatedLots
para documentos, hitos y adjudicaciones
La sección opcional lotDetails
y lotGroups
permite que se expresen condiciones más complejas en torno a la adjudicación de lotes, como el valor máximo de un grupo de lotes.
Esto significa que los sistemas que no conocen la 'existencia de lotes' de igual forma pueden entender el valor global de la contratación que se esta llevando a cabo, los acontecimientos clave y las relaciones entre los compradores y los proveedores. Al mismo tiempo, los sistemas que sí conocen de la 'existencia de lotes' pueden hacer uso de la información referenciada para presentar una visión centrada-en-lotes en la información a los usuarios, o para analizar la contratación lote por lote.
+La propiedad relatedLot
(singular) está disponible para:
Se puede proporcionar una lista de relatedLots
(plural) para cada uno de los siguientes:
En otras extensiones, los siguientes objetos también pueden declararse lotes relacionados:
+Bid
), en la extensión ofertasFinance
), in the extensión finanzasCuando se usan lotes, todos los elementos deben tener un campo relatedLot
.
Los documentos e hitos pueden tener una propiedad relatedLots
. Aquellos sin esta propiedad deben interpretarse como aplicables a la licitación en su conjunto.
Los artículos dentro de una adjudicación deben tener un campo relatedLot
. Los publicadores pueden también hacer referencia a todos los lotes a los que se relaciona una adjudicación utilizando relatedLots
.
tender.status
si los estados de los lotes son diferentes?tender.status
y Lot.status
usan la lista de código cerrada tenderStatus.csv. La lista de código avanza desde el estado de planeación ('planning', 'planned'), al estado 'activo', y finalmente el estado de los resultados ('complete', 'cancelled', 'unsuccessful').
tender.status
debe ser 'activo', para indicar que algunos lotes están esperando resultados.tender.status
describe el resultado agregado:
+tender.status
debe mostrar 'completo', para indicar que hay al menos una adjudicación.tender.status
debe ser 'fallido' para indicar que el procedimiento se completo pero no exitosamente.tender.status
deben de estar 'cancelados', para indicar que el procedimiento se descontinuo en su totalidad.Se emite una licitación para consultoría en el desarrollo de un nuevo edificio público. Esto podría incluir elementos para:
+Aunque forma parte de la misma oferta, el comprador está dispuesto a adjudicar estos diferentes artículos a diferentes empresas, y así divide la oferta en tres lotes.
+{
+ "tender": {
+ "items": [
+ {
+ "id": "0001",
+ "description": "Architectural advice",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71210000",
+ "description": "Advisory architectural services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0002",
+ "description": "Architectural design",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71220000",
+ "description": "Architectural design services"
+ },
+ "relatedLot": "lot-1"
+ },
+ {
+ "id": "0003",
+ "description": "Civil engineering consultant",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71311000",
+ "description": "Civil engineering consultancy services"
+ },
+ "relatedLot": "lot-2"
+ },
+ {
+ "id": "0004",
+ "description": "Structural engineering services",
+ "classification": {
+ "scheme": "CPV",
+ "id": "71312000",
+ "description": "Structural engineering consultancy services"
+ },
+ "relatedLot": "lot-3"
+ }
+ ],
+ "value": {
+ "amount": 1200000,
+ "currency": "GBP"
+ },
+ "lots": [
+ {
+ "id": "lot-1",
+ "title": "Architectural services",
+ "description": "For architectural services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 200000
+ },
+ "contractPeriod": {
+ "startDate": "2020-10-10T00:00:00Z",
+ "endDate": "2021-11-10T00:00:00Z"
+ }
+ },
+ {
+ "id": "lot-2",
+ "title": "Civil engineering services",
+ "description": "For civil engineering services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 400000
+ },
+ "contractPeriod": {
+ "startDate": "2020-12-10T00:00:00Z",
+ "endDate": "2021-12-10T00:00:00Z"
+ }
+ },
+ {
+ "id": "lot-3",
+ "title": "Structural engineering",
+ "description": "For structural engineering consultancy delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 600000
+ },
+ "contractPeriod": {
+ "startDate": "2021-02-10T00:00:00Z",
+ "endDate": "2022-02-10T00:00:00Z"
+ }
+ }
+ ],
+ "lotGroups": [
+ {
+ "id": "lot-group-1",
+ "relatedLots": [
+ "lot-2",
+ "lot-3"
+ ],
+ "optionToCombine": true,
+ "maximumValue": {
+ "currency": "GBP",
+ "amount": 1000000
+ }
+ }
+ ],
+ "lotDetails": {
+ "maximumLotsBidPerSupplier": 4,
+ "maximumLotsAwardedPerSupplier": 2,
+ "awardCriteriaDetails": "Percentage of people aggregated nationwide contestants undertake to cover, as indicated in their Economic Bids. The evaluation of proposals will be conducted based on the provisions of Article Y of the law on public private partnerships, and the provisions of the tender rules, performing in a first stage an evaluation of the technical bids and subsequently an assessment of the financial offer of the participants."
+ }
+ }
+}
+
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.
+tender.lotDetails.awardCriteriaDetails
.Finance.relatedLots
.Lot.contractPeriod
.Tender.lotDetails
sea null (error introducido en la primera versión)Tender.lotDetails
ya no usa $ref
para una definición de LotDetails
relatedLots
tengan null en sus listas de cadenasLot.status
relatedLots
sean nullTender.lotDetails
+ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia al lote que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ lots
+
+ |
+ + Lotes + | +
+ Un proceso de licitación se puede dividir en lotes, donde los licitadores pueden ofertar en uno o más lotes. Los detalles de cada lote se pueden proporcionar aquí. Los artículos, documentos y otras características pueden hacer referencia al lote al que están relacionados con el uso de relatedLot. Cuando no se indique ningún identificador relacionado, los valores deben interpretarse como aplicables a toda la licitación. Las propiedades de la licitación pueden ser sobreescritas para un lote dado a través de su inclusión en el objeto Lot. + + |
+ + array of Lot objects + | +
+
+ lotDetails
+
+ |
+ + Detalles del lote + | +
+ Si esta licitación está dividida en lotes, aquí pueden darse detalles de los criterios que aplican para hacer una oferta en estos lotes. + + |
+ + object + | +
+
+ lotDetails.
+ |
+ + Lotes máximos por proveedor + | +
+ El número máximo de lotes por los que un proveedor puede ofertar como parte de este proceso de contratación. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Lotes máximos por proveedor + | +
+ El número máximo de lotes que pueden adjudicarse a un proveedor como parte de este proceso de contratación. + + |
+ + integer + | +
+
+ lotDetails.
+ |
+ + Detalles de criterios de adjudicación + | +
+ Cualquier información detallada o adicional sobre la adjudicación o los criterios de selección. + + |
+ + string + | +
+
+ lotGroups
+
+ |
+ + Grupos de lote + | +
+ Cuando el comprador se reserva el derecho de combinar lotes, o desea especificar el valor total para un grupo de lotes, se utiliza un grupo de lotes para capturar esta información. + + |
+ + array of LotGroup objects + | +
+ The extension defines these fields in the Document
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ Si este documento se refiere a un lote en particular, proporcione el (los) identificador(es) del(los) lote(s) relacionado(s) aquí. + + |
+ + array of strings + | +
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLot
+
+ |
+ + Lote relacionado + | +
+ Si este artículo pertenece a un lote, provea el identificador del lote relacionado aquí. + + |
+ + string + | +
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ Si este documento se refiere a un lote en particular, proporcione el (los) identificador(es) del(los) lote(s) relacionado(s) aquí. + + |
+ + array of strings + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ Si esta adjudicación se relaciona con uno o más lotes específicos, proporcione el (los) identificador(es) del(los) lote(s) relacionado(s) aquí. + + |
+ + array of strings + | +
+ The extension defines these fields in the Bid
object from the Estadísticas y detalles de las ofertas extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ + This field is modified from its original version. + +Si esta oferta se relaciona con uno o más lotes específicos, proporcione el (los) identificador(es) del(los) lote(s) relacionado(s) aquí. + + |
+ + array of strings + | +
+ The extension defines these fields in the Finance
object from the Financiamiento extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ + This field is modified from its original version. + +Si esta fuente de financiamiento se relaciona con uno o más lotes específicos, provea el/los identificador(es) de los lotes relacionados aquí. + + |
+ + array of strings + | +
+ The extension defines a new Lot
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID Lote + | +
+ Un identificador local para este lote, tal como un número de lote. Esto se utiliza en las referencias relatedLots en el nivel de artículo, documento y adjudicación. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título + | +
+ Un título para este lote. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción de este lote. + + |
+ + string + | +
+
+ status
+
+ |
+ + Estatus de lote + | +
+ El estado actual del proceso relacionado a este lote. + + |
+ + string from closed tenderStatus codelist + | +
+
+ value
+
+ |
+ + Valor del lote + | +
+ El valor máximo estimado de este lote. + + |
+ + Value object + | +
+
+ contractPeriod
+
+ |
+ + Período del contrato + | +
+ El período sobre el cual se estima o especifica que el contrato estará activo. Si el lote no especifica fechas explícitas, se puede usar el campo |
+ + Period object + | +
+ The extension defines a new LotGroup
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador del grupo de lote + | +
+ Un identificador local para este grupo de lotes. + + |
+ + string + | +
+
+ relatedLots
+
+ |
+ + Lotes relacionados + | +
+ Una lista de los identificadores de los lotes que forman este grupo. Los lotes pueden aparecer en más de un grupo. + + |
+ + array of strings + | +
+
+ optionToCombine
+
+ |
+ + Opción de combinar + | +
+ El comprador se reserva el derecho de combinar los lotes de este grupo al adjudicar un contrato. + + |
+ + boolean + | +
+
+ maximumValue
+
+ |
+ + Valor máximo + | +
+ El valor máximo estimado de los lotes de este grupo. Este puede ser inferior a la suma total de los valores de los lotes. + + |
+ + Value object + | +
+ + This page has moved to a /es/extensions/medicine/master/ +
++ Agrega campos al objeto artículo relevantes para la adquisición de medicamentos. +
+
+ You can download the administrationRoute.csv
file in English.
+
+ Código + | ++ Título + | +
---|---|
+
+ AMNINJ
+
+ |
+ + Injection, amniotic fluid + | +
+
+ BILINJ
+
+ |
+ + Injection, biliary tract + | +
+
+ CHOLINJ
+
+ |
+ + Injection, for cholangiography + | +
+
+ DRESS
+
+ |
+ + Topical application, soaked dressing + | +
+
+ ELECTOSMOS
+
+ |
+ + Electro-osmosis + | +
+
+ IONTO
+
+ |
+ + Topical application, iontophoresis + | +
+
+ SOAK
+
+ |
+ + Immersion (soak) + | +
+
+ SWAB
+
+ |
+ + Topical application, swab + | +
+
+ TOPICAL
+
+ |
+ + Topical + | +
+
+ BUC
+
+ |
+ + Topical application, buccal + | +
+
+ CECINSTL
+
+ |
+ + Instillation, cecostomy + | +
+
+ CERV
+
+ |
+ + Topical application, cervical + | +
+
+ CERVINJ
+
+ |
+ + Injection, cervical + | +
+
+ CERVINS
+
+ |
+ + Insertion, cervical (uterine) + | +
+
+ DEN
+
+ |
+ + Topical application, dental + | +
+
+ DENRINSE
+
+ |
+ + Rinse, dental + | +
+
+ CHEW
+
+ |
+ + Chew, oral + | +
+
+ EXTCORPDIF
+
+ |
+ + Diffusion, extracorporeal + | +
+
+ HEMODIFF
+
+ |
+ + Diffusion, hemodialysis + | +
+
+ TRNSDERMD
+
+ |
+ + Diffusion, transdermal + | +
+
+ DISSOLVE
+
+ |
+ + Dissolve, oral + | +
+
+ SL
+
+ |
+ + Dissolve, sublingual + | +
+
+ DOUCHE
+
+ |
+ + Douche, vaginal + | +
+
+ ENEMA
+
+ |
+ + Enema, rectal + | +
+
+ RETENEMA
+
+ |
+ + Enema, rectal retention + | +
+
+ EFT
+
+ |
+ + Instillation, enteral feeding tube + | +
+
+ ENTINSTL
+
+ |
+ + Instillation, enteral + | +
+
+ EPI
+
+ |
+ + Infusion, epidural + | +
+
+ EPIDURINJ
+
+ |
+ + Injection, epidural + | +
+
+ EPIINJ
+
+ |
+ + Injection, epidural, push + | +
+
+ EPINJSP
+
+ |
+ + Injection, epidural, slow push + | +
+
+ EXTRAMNINJ
+
+ |
+ + Injection, extra-amniotic + | +
+
+ EXTCORPINJ
+
+ |
+ + Injection, extracorporeal + | +
+
+ IVFLUSH
+
+ |
+ + Flush, intravenous catheter + | +
+
+ GBINJ
+
+ |
+ + Injection, gastric button + | +
+
+ GT
+
+ |
+ + Instillation, gastrostomy tube + | +
+
+ NGT
+
+ |
+ + Instillation, nasogastric tube + | +
+
+ OGT
+
+ |
+ + Instillation, orogastric tube + | +
+
+ GUIRR
+
+ |
+ + Irrigation, genitourinary + | +
+
+ GIN
+
+ |
+ + Topical application, gingival + | +
+
+ GINGINJ
+
+ |
+ + Injection, gingival + | +
+
+ HAIR
+
+ |
+ + Topical application, hair + | +
+
+ SHAMPOO
+
+ |
+ + Shampoo + | +
+
+ IDIMPLNT
+
+ |
+ + Implantation, intradermal + | +
+
+ IVITIMPLNT
+
+ |
+ + Implantation, intravitreal + | +
+
+ SQIMPLNT
+
+ |
+ + Implantation, subcutaneous + | +
+
+ IA
+
+ |
+ + Infusion, intraarterial catheter + | +
+
+ IC
+
+ |
+ + Infusion, intracardiac + | +
+
+ ICOR
+
+ |
+ + Infusion, intracoronary + | +
+
+ IOSSC
+
+ |
+ + Infusion, intraosseous, continuous + | +
+
+ IT
+
+ |
+ + Infusion, intrathecal + | +
+
+ IV
+
+ |
+ + Infusion, intravenous + | +
+
+ IVASCINFUS
+
+ |
+ + Infusion, intravascular + | +
+
+ SQINFUS
+
+ |
+ + Infusion, subcutaneous + | +
+
+ IPINHL
+
+ |
+ + Inhalation, respiratory + | +
+
+ IPPB
+
+ |
+ + Inhalation, intermittent positive pressure breathing (ippb) + | +
+
+ NASINHL
+
+ |
+ + Inhalation, nasal + | +
+
+ NEB
+
+ |
+ + Inhalation, nebulization + | +
+
+ TRACH
+
+ |
+ + Inhalation, tracheostomy + | +
+
+ VENT
+
+ |
+ + Inhalation, ventilator + | +
+
+ VENTMASK
+
+ |
+ + Inhalation, ventimask + | +
+
+ BLADINJ
+
+ |
+ + Injection, urinary bladder + | +
+
+ ENDOSININJ
+
+ |
+ + Injection, endosinusial + | +
+
+ HEMOPORT
+
+ |
+ + Injection, hemodialysis port + | +
+
+ IABDINJ
+
+ |
+ + Injection, intra-abdominal + | +
+
+ IAINJ
+
+ |
+ + Injection, intraarterial + | +
+
+ IARTINJ
+
+ |
+ + Injection, intraarticular + | +
+
+ IBURSINJ
+
+ |
+ + Injection, intrabursal + | +
+
+ ICARDINJ
+
+ |
+ + Injection, intracardiac + | +
+
+ ICARTINJ
+
+ |
+ + Injection, intracartilaginous + | +
+
+ ICAUDINJ
+
+ |
+ + Injection, intracaudal + | +
+
+ ICAVINJ
+
+ |
+ + Injection, intracavernous + | +
+
+ ICAVITINJ
+
+ |
+ + Injection, intracavitary + | +
+
+ ICEREBINJ
+
+ |
+ + Injection, intracerebral + | +
+
+ ICISTERNINJ
+
+ |
+ + Injection, intracisternal + | +
+
+ ICORONINJ
+
+ |
+ + Injection, intracoronary + | +
+
+ ICORPCAVINJ
+
+ |
+ + Injection, intracorpus cavernosum + | +
+
+ IDINJ
+
+ |
+ + Injection, intradermal + | +
+
+ IDISCINJ
+
+ |
+ + Injection, intradiscal + | +
+
+ IDUCTINJ
+
+ |
+ + Injection, intraductal + | +
+
+ IDURINJ
+
+ |
+ + Injection, intradural + | +
+
+ IEPIDINJ
+
+ |
+ + Injection, intraepidermal + | +
+
+ IEPITHINJ
+
+ |
+ + Injection, intraepithelial + | +
+
+ ILESINJ
+
+ |
+ + Injection, intralesional + | +
+
+ ILUMINJ
+
+ |
+ + Injection, intraluminal + | +
+
+ ILYMPJINJ
+
+ |
+ + Injection, intralymphatic + | +
+
+ IM
+
+ |
+ + Injection, intramuscular + | +
+
+ IMEDULINJ
+
+ |
+ + Injection, intramedullary + | +
+
+ INTERMENINJ
+
+ |
+ + Injection, interameningeal + | +
+
+ INTERSTITINJ
+
+ |
+ + Injection, interstitial + | +
+
+ IOINJ
+
+ |
+ + Injection, intraocular + | +
+
+ IOSSINJ
+
+ |
+ + Injection, intraosseous + | +
+
+ IOVARINJ
+
+ |
+ + Injection, intraovarian + | +
+
+ IPCARDINJ
+
+ |
+ + Injection, intrapericardial + | +
+
+ IPERINJ
+
+ |
+ + Injection, intraperitoneal + | +
+
+ IPINJ
+
+ |
+ + Injection, intrapulmonary + | +
+
+ IPLRINJ
+
+ |
+ + Injection, intrapleural + | +
+
+ IPROSTINJ
+
+ |
+ + Injection, intraprostatic + | +
+
+ IPUMPINJ
+
+ |
+ + Injection, insulin pump + | +
+
+ ISINJ
+
+ |
+ + Injection, intraspinal + | +
+
+ ISTERINJ
+
+ |
+ + Injection, intrasternal + | +
+
+ ISYNINJ
+
+ |
+ + Injection, intrasynovial + | +
+
+ ITENDINJ
+
+ |
+ + Injection, intratendinous + | +
+
+ ITESTINJ
+
+ |
+ + Injection, intratesticular + | +
+
+ ITHORINJ
+
+ |
+ + Injection, intrathoracic + | +
+
+ ITINJ
+
+ |
+ + Injection, intrathecal + | +
+
+ ITUBINJ
+
+ |
+ + Injection, intratubular + | +
+
+ ITUMINJ
+
+ |
+ + Injection, intratumor + | +
+
+ ITYMPINJ
+
+ |
+ + Injection, intratympanic + | +
+
+ IUINJ
+
+ |
+ + Injection, intrauterine + | +
+
+ IUINJC
+
+ |
+ + Injection, intracervical (uterus) + | +
+
+ IURETINJ
+
+ |
+ + Injection, intraureteral, retrograde + | +
+
+ IVASCINJ
+
+ |
+ + Injection, intravascular + | +
+
+ IVENTINJ
+
+ |
+ + Injection, intraventricular (heart) + | +
+
+ IVESINJ
+
+ |
+ + Injection, intravesicle + | +
+
+ IVINJ
+
+ |
+ + Injection, intravenous + | +
+
+ IVITINJ
+
+ |
+ + Injection, intravitreal + | +
+
+ PAINJ
+
+ |
+ + Injection, periarticular + | +
+
+ PARENTINJ
+
+ |
+ + Injection, parenteral + | +
+
+ PDONTINJ
+
+ |
+ + Injection, periodontal + | +
+
+ PDPINJ
+
+ |
+ + Injection, peritoneal dialysis port + | +
+
+ PDURINJ
+
+ |
+ + Injection, peridural + | +
+
+ PNINJ
+
+ |
+ + Injection, perineural + | +
+
+ PNSINJ
+
+ |
+ + Injection, paranasal sinuses + | +
+
+ RBINJ
+
+ |
+ + Injection, retrobulbar + | +
+
+ SCINJ
+
+ |
+ + Injection, subconjunctival + | +
+
+ SLESINJ
+
+ |
+ + Injection, sublesional + | +
+
+ SOFTISINJ
+
+ |
+ + Injection, soft tissue + | +
+
+ SQ
+
+ |
+ + Injection, subcutaneous + | +
+
+ SUBARACHINJ
+
+ |
+ + Injection, subarachnoid + | +
+
+ SUBMUCINJ
+
+ |
+ + Injection, submucosal + | +
+
+ TRPLACINJ
+
+ |
+ + Injection, transplacental + | +
+
+ TRTRACHINJ
+
+ |
+ + Injection, transtracheal + | +
+
+ URETHINJ
+
+ |
+ + Injection, urethral + | +
+
+ URETINJ
+
+ |
+ + Injection, ureteral + | +
+
+ IOSURGINS
+
+ |
+ + Insertion, intraocular, surgical + | +
+
+ IU
+
+ |
+ + Insertion, intrauterine + | +
+
+ LPINS
+
+ |
+ + Insertion, lacrimal puncta + | +
+
+ PR
+
+ |
+ + Insertion, rectal + | +
+
+ SQSURGINS
+
+ |
+ + Insertion, subcutaneous, surgical + | +
+
+ URETHINS
+
+ |
+ + Insertion, urethral + | +
+
+ VAGINSI
+
+ |
+ + Insertion, vaginal + | +
+
+ BLADINSTL
+
+ |
+ + Instillation, urinary catheter + | +
+
+ CAPDINSTL
+
+ |
+ + Instillation, continuous ambulatory peritoneal dialysis port + | +
+
+ CTINSTL
+
+ |
+ + Instillation, chest tube + | +
+
+ ETINSTL
+
+ |
+ + Instillation, endotracheal tube + | +
+
+ GJT
+
+ |
+ + Instillation, gastro-jejunostomy tube + | +
+
+ IBRONCHINSTIL
+
+ |
+ + Instillation, intrabronchial + | +
+
+ IDUODINSTIL
+
+ |
+ + Instillation, intraduodenal + | +
+
+ IESOPHINSTIL
+
+ |
+ + Instillation, intraesophageal + | +
+
+ IGASTINSTIL
+
+ |
+ + Instillation, intragastric + | +
+
+ IILEALINJ
+
+ |
+ + Instillation, intraileal + | +
+
+ IOINSTL
+
+ |
+ + Instillation, intraocular + | +
+
+ ISININSTIL
+
+ |
+ + Instillation, intrasinal + | +
+
+ ITRACHINSTIL
+
+ |
+ + Instillation, intratracheal + | +
+
+ IUINSTL
+
+ |
+ + Instillation, intrauterine + | +
+
+ JJTINSTL
+
+ |
+ + Instillation, jejunostomy tube + | +
+
+ LARYNGINSTIL
+
+ |
+ + Instillation, laryngeal + | +
+
+ NASALINSTIL
+
+ |
+ + Instillation, nasal + | +
+
+ NASOGASINSTIL
+
+ |
+ + Instillation, nasogastric + | +
+
+ NTT
+
+ |
+ + Instillation, nasotracheal tube + | +
+
+ OJJ
+
+ |
+ + Instillation, orojejunum tube + | +
+
+ OT
+
+ |
+ + Instillation, otic + | +
+
+ PDPINSTL
+
+ |
+ + Instillation, peritoneal dialysis port + | +
+
+ PNSINSTL
+
+ |
+ + Instillation, paranasal sinuses + | +
+
+ RECINSTL
+
+ |
+ + Instillation, rectal + | +
+
+ SININSTIL
+
+ |
+ + Instillation, sinus, unspecified + | +
+
+ SOFTISINSTIL
+
+ |
+ + Instillation, soft tissue + | +
+
+ TRACHINSTL
+
+ |
+ + Instillation, tracheostomy + | +
+
+ TRTYMPINSTIL
+
+ |
+ + Instillation, transtympanic + | +
+
+ URETHINSTL
+
+ |
+ + Instillation, urethral + | +
+
+ ICORNTA
+
+ |
+ + Topical application, intracorneal + | +
+
+ ICORONTA
+
+ |
+ + Topical application, intracoronal (dental) + | +
+
+ IDOUDMAB
+
+ |
+ + Mucosal absorption, intraduodenal + | +
+
+ IESOPHTA
+
+ |
+ + Topical application, intraesophageal + | +
+
+ IGASTIRR
+
+ |
+ + Irrigation, intragastric + | +
+
+ IGASTLAV
+
+ |
+ + Lavage, intragastric + | +
+
+ IILEALTA
+
+ |
+ + Topical application, intraileal + | +
+
+ ILESIRR
+
+ |
+ + Irrigation, intralesional + | +
+
+ ILTOP
+
+ |
+ + Topical application, intralesional + | +
+
+ ILUMTA
+
+ |
+ + Topical application, intraluminal + | +
+
+ IOIRR
+
+ |
+ + Irrigation, intraocular + | +
+
+ IOTOP
+
+ |
+ + Topical application, intraocular + | +
+
+ ITRACHMAB
+
+ |
+ + Mucosal absorption, intratracheal + | +
+
+ BLADIRR
+
+ |
+ + Irrigation, urinary bladder + | +
+
+ RECIRR
+
+ |
+ + Irrigation, rectal + | +
+
+ LARYNGTA
+
+ |
+ + Topical application, laryngeal + | +
+
+ TRNSLING
+
+ |
+ + Translingual + | +
+
+ SMUCMAB
+
+ |
+ + Mucosal absorption, submucosal + | +
+
+ MUC
+
+ |
+ + Topical application, mucous membrane + | +
+
+ NAIL
+
+ |
+ + Topical application, nail + | +
+
+ NASAL
+
+ |
+ + Topical application, nasal + | +
+
+ ETNEB
+
+ |
+ + Nebulization, endotracheal tube + | +
+
+ OPTHALTA
+
+ |
+ + Topical application, ophthalmic + | +
+
+ ORALTA
+
+ |
+ + Topical application, oral + | +
+
+ ORRINSE
+
+ |
+ + Rinse, oral + | +
+
+ PO
+
+ |
+ + Swallow, oral + | +
+
+ GARGLE
+
+ |
+ + Gargle + | +
+
+ ORMUC
+
+ |
+ + Topical application, oromucosal + | +
+
+ SUCK
+
+ |
+ + Suck, oromucosal + | +
+
+ SWISHSPIT
+
+ |
+ + Swish and spit out, oromucosal + | +
+
+ SWISHSWAL
+
+ |
+ + Swish and swallow, oromucosal + | +
+
+ OROPHARTA
+
+ |
+ + Topical application, oropharyngeal + | +
+
+ PERIANAL
+
+ |
+ + Topical application, perianal + | +
+
+ PERINEAL
+
+ |
+ + Topical application, perineal + | +
+
+ PDONTTA
+
+ |
+ + Topical application, periodontal + | +
+
+ RECTAL
+
+ |
+ + Topical application, rectal + | +
+
+ INSUF
+
+ |
+ + Insufflation + | +
+
+ TRNSDERM
+
+ |
+ + Transdermal + | +
+
+ SCALP
+
+ |
+ + Topical application, scalp + | +
+
+ OCDRESTA
+
+ |
+ + Occlusive dressing technique + | +
+
+ SKIN
+
+ |
+ + Topical application, skin + | +
+
+ SUBCONJTA
+
+ |
+ + Subconjunctival + | +
+
+ URETHSUP
+
+ |
+ + Suppository, urethral + | +
+
+ TTYMPTABSORP
+
+ |
+ + Topical absorption, transtympanic + | +
+
+ TMUCTA
+
+ |
+ + Topical application, transmucosal + | +
+
+ VAGINS
+
+ |
+ + Topical application, vaginal + | +
+ You can download the container.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ amp
+
+ |
+ + Ampule + | +
+ Container sealed by fusion and to be opened exclusively by breaking. The contents are intended for use on one occasion only. + + |
+
+
+ bag
+
+ |
+ + Bag + | +
+ Container consisting of surfaces, whether or not with a flat bottom, made of flexible material, generally closed at the bottom and at the sides by sealing; at the top possibly to be closed by fusion of the material, depending on the intended use. Equipped with special attachments. Contains the final preparation in one compartment or the components necessary for its preparation in different compartments. + + |
+
+
+ blstrpk
+
+ |
+ + Blister Pack + | +
+ Container (usually multidose) consisting of two layers of which one is shaped to contain the individual doses. Strips are excluded. + + |
+
+
+ bot
+
+ |
+ + Bottle + | +
+ Container with a more or less pronounced neck and usually a flat bottom. + + |
+
+
+ box
+
+ |
+ + Box + | +
+ Primary container consisting of one or more parts made of a light material, can be closed. + + |
+
+
+ can
+
+ |
+ + Can + | ++ + | +
+
+ cart
+
+ |
+ + Cartridge + | +
+ Filled container, usually cylindrical, containing a sterile, single-dose or multidose, parenteral preparation; it contains the final preparation in one compartment, or the components necessary for its preparation in different compartments. It may be supplied as an integral part of a pre-filled pen or be intended for use in a reusable device especially designed for that purpose, such as a pen. + + |
+
+
+ disk
+
+ |
+ + Disk + | ++ + | +
+
+ doset
+
+ |
+ + Dosette + | ++ + | +
+
+ jar
+
+ |
+ + Jar + | +
+ Container, without a pronounced neck, with a wide opening at the top and a more-or-less flat bottom. It is suited for semi-solid and solid pharmaceutical forms (including those that are stored/supplied in a liquid medium, such as living tissue equivalents). It can be reclosed. + + |
+
+
+ jug
+
+ |
+ + Jug + | ++ + | +
+
+ minim
+
+ |
+ + Minim + | ++ + | +
+
+ nebamp
+
+ |
+ + Nebule Amp + | ++ + | +
+
+ ovul
+
+ |
+ + Ovule + | ++ + | +
+
+ pch
+
+ |
+ + Pouch + | +
+ Item of packaging intended for use as an intermediate or outer container, intended to contain one or more medicinal product(s); it is made of a flexible material and may be for single use or be re-usable, and may be fitted with a closure system. Bags and sachets are excluded. + + |
+
+
+ pkt
+
+ |
+ + Packet + | ++ + | +
+
+ sash
+
+ |
+ + Sashet + | +
+ Container consisting of two surfaces made of flexible material to be closed only by sealing or folding over. The contents are intended for single use. + + |
+
+
+ strip
+
+ |
+ + Strip + | +
+ Multidose container consisting of two layers, usually provided with perforations, suited for containing single doses of solid or semi-solid preparations. Blisters are excluded. + + |
+
+
+ tin
+
+ |
+ + Tin + | ++ + | +
+
+ tub
+
+ |
+ + Tub + | ++ + | +
+
+ tube
+
+ |
+ + Tube + | +
+ Container for semi-solid pharmaceutical forms, usually multidose, consisting of collapsible material intended to release the contents via a nozzle by squeezing the package. + + |
+
+
+ vial
+
+ |
+ + Vial + | +
+ Small container for parenteral medicinal products, with a stopper and overseal; the contents are removed after piercing the stopper. Single-dose and multidose uses are included. + + |
+
+ You can download the dosageForm.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ APPFUL
+
+ |
+ + Applicatorful + | ++ + | +
+
+ DROP
+
+ |
+ + Drops + | ++ + | +
+
+ PUFF
+
+ |
+ + Puff + | ++ + | +
+
+ SCOOP
+
+ |
+ + Scoops + | ++ + | +
+
+ SPRY
+
+ |
+ + Sprays + | ++ + | +
+
+ GASINHL
+
+ |
+ + Gas for Inhalation + | ++ + | +
+
+ AER
+
+ |
+ + Aerosol + | ++ + | +
+
+ FOAM
+
+ |
+ + Foam + | ++ + | +
+
+ INHL
+
+ |
+ + Inhalant + | ++ + | +
+
+ LIQCLN
+
+ |
+ + Liquid Cleanser + | ++ + | +
+
+ OIL
+
+ |
+ + Oil + | +
+ An unctuous, combustible substance which is liquid, or easily liquefiable, on warming, and is soluble in ether but insoluble in water. Such substances, depending on their origin, are classified as animal, mineral, or vegetable oils. + + |
+
+
+ SOL
+
+ |
+ + Solution + | +
+ A liquid preparation that contains one or more chemical substances dissolved, i.e., molecularly dispersed, in a suitable solvent or mixture of mutually miscible solvents. + + |
+
+
+ CRM
+
+ |
+ + Cream + | +
+ A semisolid dosage form containing one or more drug substances dissolved or dispersed in a suitable base; more recently, the term has been restricted to products consisting of oil-in-water emulsions or aqueous microcrystalline dispersions of long chain fatty acids or alcohols that are water washable and more cosmetically and aesthetically acceptable. + + |
+
+
+ LTN
+
+ |
+ + Lotion + | +
+ The term "lotion" has been used to categorize many topical suspensions, solutions and emulsions intended for application to the skin. + + |
+
+
+ OINT
+
+ |
+ + Ointment + | +
+ A semisolid preparation intended for external application to the skin or mucous membranes. + + |
+
+
+ GEL
+
+ |
+ + Gel + | +
+ A semisolid system consisting of either suspensions made up of small inorganic particles or large organic molecules interpenetrated by a liquid. + + |
+
+
+ PASTE
+
+ |
+ + Paste + | +
+ A semisolid dosage form that contains one or more drug substances intended for topical application. + + |
+
+
+ SUSP
+
+ |
+ + Suspension + | ++ + | +
+
+ BAR
+
+ |
+ + Bar + | ++ + | +
+
+ BEAD
+
+ |
+ + Beads + | +
+ A solid dosage form in the shape of a small ball. + + |
+
+
+ CAKE
+
+ |
+ + Cake + | ++ + | +
+
+ CEMENT
+
+ |
+ + Cement + | +
+ A substance that serves to produce solid union between two surfaces. + + |
+
+
+ CRYS
+
+ |
+ + Crystals + | +
+ A naturally produced angular solid of definite form in which the ultimate units from which it is built up are systematically arranged; they are usually evenly spaced on a regular space lattice. + + |
+
+
+ DISK
+
+ |
+ + Disk + | +
+ A circular plate-like organ or structure. + + |
+
+
+ FLAKE
+
+ |
+ + Flakes + | ++ + | +
+
+ GRAN
+
+ |
+ + Granules + | +
+ A small particle or grain. + + |
+
+
+ GUM
+
+ |
+ + ChewingGum + | +
+ A sweetened and flavored insoluble plastic material of various shapes which when chewed, releases a drug substance into the oral cavity. + + |
+
+
+ PAD
+
+ |
+ + Pad + | ++ + | +
+
+ PATCH
+
+ |
+ + Patch + | +
+ A drug delivery system that contains an adhesived backing and that permits its ingredients to diffuse from some portion of it (e.g., the backing itself, a reservoir, the adhesive, or some other component) into the body from the external site where it is applied. + + |
+
+
+ PELLET
+
+ |
+ + Pellet + | +
+ A small sterile solid mass consisting of a highly purified drug (with or without excipients) made by the formation of granules, or by compression and molding. + + |
+
+
+ PILL
+
+ |
+ + Pill + | +
+ A small, round solid dosage form containing a medicinal agent intended for oral administration. + + |
+
+
+ POWD
+
+ |
+ + Powder + | +
+ An intimate mixture of dry, finely divided drugs and/or chemicals that may be intended for internal or external use. + + |
+
+
+ SUPP
+
+ |
+ + Suppository + | +
+ A solid body of various weights and shapes, adapted for introduction into the rectal, vaginal, or urethral orifice of the human body; they usually melt, soften, or dissolve at body temperature. + + |
+
+
+ SWAB
+
+ |
+ + Swab + | +
+ A wad of absorbent material usually wound around one end of a small stick and used for applying medication or for removing material from an area. + + |
+
+
+ WAFER
+
+ |
+ + Wafer + | +
+ A thin slice of material containing a medicinal agent. + + |
+
+ Agrega campos al objeto artículo relevantes para la adquisición de medicamentos. +
+Agrega campos al objeto artículo relevantes para la adquisición de medicamentos.
+Esta extensión se utiliza para describir medicamentos en las fases de licitación, adjudicación y/o contrato. Con esta extensión, un publicador puede especificar los principios activos del medicamento y su concentración, la forma de dosificación, el envase del medicamento y la vía de administración. De este modo, se facilita la comparación de la adquisición de medicamentos entre jurisdicciones y, por tanto, se apoya los precios de referencia externos.
+Las formas de dosificación y los tamaños de los envases difieren significativamente entre países, lo que dificulta la comparación. Para facilitar la comparación, la extensión proporciona listas de códigos estandarizadas para la forma de dosificación, el recipiente inmediato y la vía de administración, basadas en Health Level Seven (HL7), un conjunto de normas internacionales para datos sanitarios. Dicho esto, si no ha adoptado y no puede mapear sus valores a los códigos HL7, puede utilizar sus propios códigos. Para que un usuario pueda interpretar sus códigos, debe describir las listas de códigos, y cómo encontrar las definiciones de los mismos, en su política de publicación.
+Para los nombres de los principios activos, se recomienda utilizar las Denominaciones Comunes Internacionales o por sus siglas en inglés International Nonproprietary Names (INN). La Organización Mundial de la Salud (OMS) mantiene una lista acumulativa de todas las INNs, con nombres equivalentes en latín, inglés, francés, español, árabe, chino y ruso. Para facilitar la comparación, se recomienda utilizar el nombre latino en minúsculas.
+Si un proceso de contratación está en fase de adjudicación o contrato, es posible conocer más información sobre el medicamento, como la marca, el fabricante, el país de origen, la fecha de caducidad, si deben mantener una cadena de frío y todas las demás condiciones comerciales, financieras y logísticas. Utilice la extensión atributos genéricos del artículo para todos los casos en que el artículo del medicamento tenga otros atributos no incluidos en esta extensión.
+Si un medicamento tiene más de un principio activo, agregue cada uno de ellos a la lista de activeIngredients
.
En este ejemplo, demostramos cómo utilizar esta extensión para describir un proceso de adquisición de medicamentos de Chile. (Puede ver sus datos originales OCDS.)
+El punto 3 se describe como:
+Description | +Minimum dispensing unit | +
---|---|
Acetilcisteina | +ACETILCISTEINA-N 100 MG/ML SOLUCION PARA NEBULIZAR FRASCO 15-30 ML ENVASE INDIVIDUAL RESISTENTE CON SELLO QUE ASEGURE INVIOLABILIDAD DEL CONTENIDO | +
La concentración se expresa como "100 MG/ML". La lista de códigos UN/CEFACT Recomendación 20 - Códigos de Unidades de Medida Utilizados en el Comercio Internacional incluye unidades como mg/l, g/l y kg/l, pero no mg/ml. Así, "100 MG/ML" se expresa como 100 g/l a continuación.
+A partir de esta información, podemos agregar el dosageForm
, administrationRoute
, container
y activeIngredients
.
{
+ "tender": {
+ "items": [
+ {
+ "id": "1",
+ "description": "Acetilcisteina",
+ "classification": {
+ "id": "51161701",
+ "scheme": "UNSPSC",
+ "uri": "https://apis.mercadopublico.cl/OCDS/data/productos/categoria/51161701"
+ },
+ "dosageForm": "SOL",
+ "administrationRoute": "NASINHL",
+ "container": {
+ "name": "vial",
+ "capacity": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "ml"
+ },
+ "value": "[15,30]"
+ }
+ },
+ "activeIngredients": [
+ {
+ "name": "acetylcysteinum",
+ "strength": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "g/l"
+ },
+ "value": 100
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
+
En este ejemplo, demostramos cómo utilizar esta extensión para describir un proceso de adquisición de medicamentos de Paraguay. (Puede ver sus datos originales del OCDS.)
+En la pestaña "Suministros requeridos - especificaciones técnicas", artículo 1 del lote 8 ("LOTE N° 8 - ANESTESICOS LOCALES - 2") se describe como:
+Description | +Technical specifications | +Unit of measurement | +Presentation | +Delivery presentation | +
---|---|---|---|---|
Clorhidrato de Bupivacaina Hiperbarica Inyectable | +clorhidrato de bupivacaina 25 mg. + dextrosa 82,5 mg. - solución inyectable | +UNIDAD | +AMPOLLA | +ampollas como minimo de 5 ml. | +
Para el nombre del principio activo, el Anexo 2 del INN Stem Book 2018, describe cómo nombrar las sales ácidas: en este caso, "bupivacainum hydrochloridum".
+A partir de esta información, podemos agregar el dosageForm
, administrationRoute
, container
y activeIngredients
.
{
+ "tender": {
+ "items": [
+ {
+ "id": "1",
+ "dosageForm": "SOL",
+ "administrationRoute": "ISINJ",
+ "container": {
+ "name": "amp",
+ "capacity": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "ml"
+ },
+ "value": "[5,INF["
+ }
+ },
+ "activeIngredients": [
+ {
+ "name": "bupivacainum hydrochloridum",
+ "strength": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "mg"
+ },
+ "value": 25
+ }
+ },
+ {
+ "name": "dextrosa",
+ "strength": {
+ "unit": {
+ "scheme": "UNCEFACT",
+ "id": "mg"
+ },
+ "value": 82.5
+ }
+ }
+ ],
+ "quantity": 25
+ }
+ ]
+ }
+}
+
Los campos, las definiciones y las listas de códigos utilizados en esta extensión se basan en las siguientes normas que se utilizan habitualmente en los datos sobre compras de medicamentos públicos.
+administrationRoute
contiene los conceptos de nivel superior de la lista de códigos HL7 Vía de Administración, excluyendo cualquier término sinónimo.dosageForm
contiene los conceptos de nivel superior de la lista de códigos HL7 Formulario de pedido de medicamentos, excluyendo las formas específicas de aerosoles.container
es una copia de los códigos y títulos de la lista de códigos Medication Knowledge Package Type de FHIR. Dado que los términos no están definidos en FHIR, las descripciones se han copiado de los términos correspondientes de la base de datos EDQM Términos estándar, reproducidos con el permiso de la Dirección Europea de Calidad del Medicamento y Asistencia Sanitaria del Consejo de Europa (EDQM). La base de datos EDQM Términos estándar no es una lista estática y su contenido puede cambiar con el tiempo; las descripciones se recuperaron el 21 de julio de 2021.This extension is based on research with 4 data users and 6 data publishers including public organizations, journalists, medicine price analysts, and software developers for medicine purchase systems from 9 countries in Latin America, Europe, and Africa. The extension includes the most used fields from the different countries.
+Reporte issues para esta extensión en el repositorio de ocds-extensiones, poniendo el nombre de la extensión en el título del issue.
++ Agrega campos al objeto artículo relevantes para la adquisición de medicamentos. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Item
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ activeIngredients
+
+ |
+ + Principios activos + | +
+ Los ingredientes o principios activos, normalmente compuestos químicos o sustancias biológicas. + + |
+ + array of ActiveIngredient objects + | +
+
+ dosageForm
+
+ |
+ + Forma de dosificación + | +
+ La forma de dosificación farmacéutica en la que está disponible el medicamento, de la lista de códigos dosageForm. + + |
+ + string from open dosageForm codelist + | +
+
+ administrationRoute
+
+ |
+ + Vía de administración + | +
+ La vía por la que se puede administrar el medicamento, a partir de la lista de códigos administrationRoute. + + |
+ + string from open administrationRoute codelist + | +
+
+ container
+
+ |
+ + Envase + | +
+ El recipiente inmediato del medicamento. También se conoce como: presentación, forma de presentación, envase. + + |
+ + Container object + | +
+ The extension defines a new ActiveIngredient
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ name
+
+ |
+ + Nombre + | +
+ The name of the active ingredient. It is recommended to use the lowercase Latin name from the International Nonproprietary Names (INN). Also known as: generic name, drug, substance name, active substance. + + |
+ + string + | +
+
+ strength
+
+ |
+ + Concentración + | +
+ La fuerza del ingrediente o principio activo. También se conoce como: concentración, potencia. + + |
+ + Quantity object + | +
+ The extension defines a new Container
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ name
+
+ |
+ + Nombre + | +
+ El nombre común del envase de la lista de códigos del container codelist. + + |
+ + string from open container codelist + | +
+
+ capacity
+
+ |
+ + Capacidad + | +
+ La capacidad de almacenamiento del recipiente o envase. + + |
+ + Quantity object + | +
+ The extension defines a new Quantity
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ unit
+
+ |
+ + Unidad + | +
+ La unidad de medida para la cantidad. + + |
+ + SimpleUnit object + | +
+
+ value
+
+ |
+ + Valor + | +
+ La cantidad, como múltiplo de la unidad de medida. La cantidad se expresa en notación de intervalo, por ejemplo "[10,10]" para 10 unidades, "[1,10]" para 1 a 10 unidades, o "[10,INF[" para 10 o más unidades. + + |
+ + string or number + | +
+ The extension defines a new SimpleUnit
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ scheme
+
+ |
+ + Esquema + | +
+ La lista de códigos de la que se toma el identificador de la unidad de medida, utilizando la lista de códigos abierta unitClassificationScheme. Se recomienda utilizar 'UNCEFACT'. + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ id
+
+ |
+ + ID + | +
+ El identificador de la unidad de medida, tomado de la lista de códigos a la que hace referencia el campo |
+ + string + | +
+ La extensión de métricas admite la publicación de pronósticos (etapa de planificación), objetivos (etapa de licitación), objetivos de desempeño acordados (etapa de adjudicación y contrato) y resultados (etapa de implementación). +
+La extensión de métricas proporciona un bloque de construcción común para reportar información estructurada de rendimiento de los contratos.
+Las métricas están estructuradas como un cubo de datos OLAP con cada instancia de Metric
representando una sola observación, categorizada por un número de dimensiones.
La extensión de métricas se puede usar en:
+planning
para predicciones sobre el proceso de contratación (ejemplo: predicciones de los niveles de demanda)tender
para objetivos del proceso de contrataciones (por ejemplo: niveles de disponibilidad objetivo o indicadores clave de rendimiento)awards
y contracts
para los objetivos acordados con el proveedor adjudicado (por ejemplo, niveles de disponibilidad o KPI)implementation
para la información de desempeño actual (por ejemplo: demanda actual, disponibilidad o indicadores claves de rendimiento)Dónde se usa la extensión métricas para modelar objetivos para un proceso de contratación, el campo description
puede usarse para indicar si el objetivo es un mínimo o un objetivo recomendando.
{
+ "planning": {
+ "forecasts": [
+ {
+ "id": "annualDemand",
+ "title": "Annual Demand",
+ "description": "The annual demand",
+ "observations": [
+ {
+ "id": "1",
+ "period": {
+ "startDate": "2015-01-01T00:00:00Z",
+ "endDate": "2015-12-31T23:59:59Z"
+ },
+ "measure": 10000,
+ "dimensions": {
+ "vehicleType": "Car"
+ }
+ },
+ {
+ "id": "2",
+ "period": {
+ "startDate": "2015-01-01T00:00:00Z",
+ "endDate": "2015-12-31T23:59:59Z"
+ },
+ "measure": 1000,
+ "dimensions": {
+ "vehicleType": "Trucks"
+ },
+ "notes": "Simple note"
+ }
+ ]
+ }
+ ]
+ }
+}
+
La extensión de métricas también puede ser utilizada para reportar el progreso físico de un contrato. El siguiente fragmento de JSON muestra como la extensión de métrica puede ser utilizada para reportar el progreso en la construcción de una carretera, tanto por porcentaje completado como por número de kilómetros construidos:
+{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "implementation": {
+ "metrics": [
+ {
+ "id": "completionPercent",
+ "title": "Construction progress (percent)",
+ "description": "Percent completion of the construction of example highway",
+ "observations": [
+ {
+ "id": "completionPercent-2016-Q1",
+ "period": {
+ "startDate": "2016-03-31T23:59:59Z",
+ "endDate": "2016-03-31T23:59:59Z"
+ },
+ "measure": "25",
+ "unit": {
+ "name": "percent",
+ "id": "P1",
+ "scheme": "UNCEFACT"
+ }
+ }
+ ]
+ },
+ {
+ "id": "completionKilometres",
+ "title": "Construction progress (kilometres)",
+ "description": "Progress of construction of example highway measured in kilometres",
+ "observations": [
+ {
+ "id": "completionKilometres-2016-Q1",
+ "period": {
+ "startDate": "2016-03-31T23:59:59Z",
+ "endDate": "2016-03-31T23:59:59Z"
+ },
+ "measure": "15",
+ "unit": {
+ "name": "kilometre",
+ "id": "KMT",
+ "scheme": "UNCEFACT"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
+minProperties
, minItems
y/o minLength
."uniqueItems ": true
en los campos matriz y agregar "minLength": 1
en los campos de cadena obligatorios.Observation.unit
no nulo, como Item.unit
.Observation.dimensions
no nulo (deshacer el cambio anterior).Metric.id
y Observation.id
obligatorios para soportar el seguimiento de revisiones y fusión de listasObservation.period
y Observation.value
.Observation.dimensions
pueda ser nulo.+ La extensión de métricas admite la publicación de pronósticos (etapa de planificación), objetivos (etapa de licitación), objetivos de desempeño acordados (etapa de adjudicación y contrato) y resultados (etapa de implementación). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Planning
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ forecasts
+
+ |
+ + Pronósticos + | +
+ Cualquier métrica de pronóstico para los resultados de este proceso de contratación. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ targets
+
+ |
+ + Objetivos + | +
+ Cualquier métrica del objetivo para el resultado de este proceso de contratación. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Métricas acordadas + | +
+ Cualquier métrica objetivo establecida como parte de la adjudicación del contrato. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Métricas acordadas + | +
+ Cualquier métrica objetivo establecida como parte de los documentos del contrato. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ metrics
+
+ |
+ + Métrica + | +
+ Resultados reportados de la entrega de los bienes, obras o servicios contratados. + + |
+ + array of Metric objects + | +
+ The extension defines a new Metric
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador para esta métrica. En algunos casos, esto puede extraerse de una lista de códigos de métricas requerida para este tipo de proceso de contratación, o en otros casos puede ser un identificador arbitrario. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título + | +
+ El título de esta métrica + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una breve descripción de la métrica. Esto puede incluir pequeños detalles de los métodos de medición. + + |
+ + string + | +
+
+ observations
+
+ |
+ + Observaciones + | +
+ Una lista de valores objetivo o reales para esta métrica. + + |
+ + array of Observation objects + | +
+ The extension defines a new Observation
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador local para esta observación específica. Esto puede ser un identificador arbitrario, o podría ser un compuesto del identificador de métrica, y la fecha y otras dimensiones de esta observación. + + |
+ + string + | +
+
+ period
+
+ |
+ + Periodo + | +
+ El período en que esta observación se mide. + + |
+ + Period object + | +
+
+ value
+
+ |
+ + Valor + | +
+ Para métricas financieras, el valor de este pronóstico, objetivo u observación real. + + |
+ + Value object + | +
+
+ measure
+
+ |
+ + Medida + | +
+ Para las métricas no financieras, la medida de este pronóstico, objetivo o observación real. Las medidas pueden proporcionarse como texto libre o valores numéricos. + + |
+ + string or number + | +
+
+ unit
+
+ |
+ + Unidad + | +
+ Unidad + + |
+ + object + | +
+
+ unit.
+ |
+ + Nombre de la unidad + | +
+ El nombre de la unidad. + + |
+ + string + | +
+
+ unit.
+ |
+ + Esquema + | +
+ La lista de la que se toman los identificadores de las unidades de medida. Se recomienda el uso del esquema 'UNCEFACT' para la lista Recomendación 20 de CEFACT/ONU de "Códigos de unidades de medida utilizados en el comercio internacional". + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ El identificador de la lista de códigos al que se hace referencia en el campo del esquema. Por ejemplo, con UNCEFACT, es el valor de la columna 'Common Code'. A partir de este identificador, las aplicaciones pueden buscar el nombre o símbolo legible por el ser humano para esta unidad de medida. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ Si el esquema utilizado provee una URI legible por computadora para esta unidad de medición, ésta puede proporcionarse. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Dimensiones + | +
+ Cualquier número de dimensiones se puede registrar dentro de este objeto. Los nombres de dimensiones deben seguir las convenciones de OCDS de camelCase. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Notas + | +
+ Cualquier nota sobre esta observación. Esto puede incluir información para aclaración. + + |
+ + string + | +
+
+ relatedImplementationMilestone
+
+ |
+ + Hito de implementación relacionado + | +
+ Un enlace al hito en la sección de implementación de OCDS a la cual se le relaciona esta observación de pronóstico, objetivo o real. + + |
+ + MilestoneReference object + | +
+ The extension defines a new MilestoneReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID del hito + | +
+ El ID del hito que se hace referencia, debe coincidir con el identificador de un hito descrito en alguna otra parte de una entrega sobre este proceso de contratación. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título del hito + | +
+ El título del hito al que se hace referencia, debe coincidir con el título de un hito descrito en alguna otra parte en una entrega sobre este proceso de contratación. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/metrics/1.1/ +
++ La extensión de métricas admite la publicación de pronósticos (etapa de planificación), objetivos (etapa de licitación), objetivos de desempeño acordados (etapa de adjudicación y contrato) y resultados (etapa de implementación). +
+La extensión de métricas proporciona un bloque de construcción común para reportar información estructurada de rendimiento de los contratos.
+Las métricas están estructuradas como un cubo de datos OLAP con cada instancia de Metric
representando una sola observación, categorizada por un número de dimensiones.
La extensión de métricas se puede usar en:
+planning
para predicciones sobre el proceso de contratación (ejemplo: predicciones de los niveles de demanda)tender
para objetivos del proceso de contrataciones (por ejemplo: niveles de disponibilidad objetivo o indicadores clave de rendimiento)awards
y contracts
para los objetivos acordados con el proveedor adjudicado (por ejemplo, niveles de disponibilidad o KPI)implementation
para la información de desempeño actual (por ejemplo: demanda actual, disponibilidad o indicadores claves de rendimiento)Dónde se usa la extensión métricas para modelar objetivos para un proceso de contratación, el campo description
puede usarse para indicar si el objetivo es un mínimo o un objetivo recomendando.
{
+ "planning": {
+ "forecasts": [
+ {
+ "id": "annualDemand",
+ "title": "Annual Demand",
+ "description": "The annual demand",
+ "observations": [
+ {
+ "id": "1",
+ "period": {
+ "startDate": "2015-01-01T00:00:00Z",
+ "endDate": "2015-12-31T23:59:59Z"
+ },
+ "measure": 10000,
+ "dimensions": {
+ "vehicleType": "Car"
+ }
+ },
+ {
+ "id": "2",
+ "period": {
+ "startDate": "2015-01-01T00:00:00Z",
+ "endDate": "2015-12-31T23:59:59Z"
+ },
+ "measure": 1000,
+ "dimensions": {
+ "vehicleType": "Trucks"
+ },
+ "notes": "Simple note"
+ }
+ ]
+ }
+ ]
+ }
+}
+
La extensión de métricas también puede ser utilizada para reportar el progreso físico de un contrato. El siguiente fragmento de JSON muestra como la extensión de métrica puede ser utilizada para reportar el progreso en la construcción de una carretera, tanto por porcentaje completado como por número de kilómetros construidos:
+{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "implementation": {
+ "metrics": [
+ {
+ "id": "completionPercent",
+ "title": "Construction progress (percent)",
+ "description": "Percent completion of the construction of example highway",
+ "observations": [
+ {
+ "id": "completionPercent-2016-Q1",
+ "period": {
+ "startDate": "2016-03-31T23:59:59Z",
+ "endDate": "2016-03-31T23:59:59Z"
+ },
+ "measure": "25",
+ "unit": {
+ "name": "percent",
+ "id": "P1",
+ "scheme": "UNCEFACT"
+ }
+ }
+ ]
+ },
+ {
+ "id": "completionKilometres",
+ "title": "Construction progress (kilometres)",
+ "description": "Progress of construction of example highway measured in kilometres",
+ "observations": [
+ {
+ "id": "completionKilometres-2016-Q1",
+ "period": {
+ "startDate": "2016-03-31T23:59:59Z",
+ "endDate": "2016-03-31T23:59:59Z"
+ },
+ "measure": "15",
+ "unit": {
+ "name": "kilometre",
+ "id": "KMT",
+ "scheme": "UNCEFACT"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
+minProperties
, minItems
y/o minLength
."uniqueItems ": true
en los campos matriz y agregar "minLength": 1
en los campos de cadena obligatorios.Observation.unit
no nulo, como Item.unit
.Observation.dimensions
no nulo (deshacer el cambio anterior).Metric.id
y Observation.id
obligatorios para soportar el seguimiento de revisiones y fusión de listasObservation.period
y Observation.value
.Observation.dimensions
pueda ser nulo.+ La extensión de métricas admite la publicación de pronósticos (etapa de planificación), objetivos (etapa de licitación), objetivos de desempeño acordados (etapa de adjudicación y contrato) y resultados (etapa de implementación). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Planning
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ forecasts
+
+ |
+ + Pronósticos + | +
+ Cualquier métrica de pronóstico para los resultados de este proceso de contratación. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ targets
+
+ |
+ + Objetivos + | +
+ Cualquier métrica del objetivo para el resultado de este proceso de contratación. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Métricas acordadas + | +
+ Cualquier métrica objetivo establecida como parte de la adjudicación del contrato. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Métricas acordadas + | +
+ Cualquier métrica objetivo establecida como parte de los documentos del contrato. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ metrics
+
+ |
+ + Métrica + | +
+ Resultados reportados de la entrega de los bienes, obras o servicios contratados. + + |
+ + array of Metric objects + | +
+ The extension defines a new Metric
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador para esta métrica. En algunos casos, esto puede extraerse de una lista de códigos de métricas requerida para este tipo de proceso de contratación, o en otros casos puede ser un identificador arbitrario. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título + | +
+ El título de esta métrica + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una breve descripción de la métrica. Esto puede incluir pequeños detalles de los métodos de medición. + + |
+ + string + | +
+
+ observations
+
+ |
+ + Observaciones + | +
+ Una lista de valores objetivo o reales para esta métrica. + + |
+ + array of Observation objects + | +
+ The extension defines a new Observation
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador local para esta observación específica. Esto puede ser un identificador arbitrario, o podría ser un compuesto del identificador de métrica, y la fecha y otras dimensiones de esta observación. + + |
+ + string + | +
+
+ period
+
+ |
+ + Periodo + | +
+ El período en que esta observación se mide. + + |
+ + Period object + | +
+
+ value
+
+ |
+ + Valor + | +
+ Para métricas financieras, el valor de este pronóstico, objetivo u observación real. + + |
+ + Value object + | +
+
+ measure
+
+ |
+ + Medida + | +
+ Para las métricas no financieras, la medida de este pronóstico, objetivo o observación real. Las medidas pueden proporcionarse como texto libre o valores numéricos. + + |
+ + string or number + | +
+
+ unit
+
+ |
+ + Unidad + | +
+ Unidad + + |
+ + object + | +
+
+ unit.
+ |
+ + Nombre de la unidad + | +
+ El nombre de la unidad. + + |
+ + string + | +
+
+ unit.
+ |
+ + Esquema + | +
+ La lista de la que se toman los identificadores de las unidades de medida. Se recomienda el uso del esquema 'UNCEFACT' para la lista Recomendación 20 de CEFACT/ONU de "Códigos de unidades de medida utilizados en el comercio internacional". + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ El identificador de la lista de códigos al que se hace referencia en el campo del esquema. Por ejemplo, con UNCEFACT, es el valor de la columna 'Common Code'. A partir de este identificador, las aplicaciones pueden buscar el nombre o símbolo legible por el ser humano para esta unidad de medida. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ Si el esquema utilizado provee una URI legible por computadora para esta unidad de medición, ésta puede proporcionarse. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Dimensiones + | +
+ Cualquier número de dimensiones se puede registrar dentro de este objeto. Los nombres de dimensiones deben seguir las convenciones de OCDS de camelCase. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Notas + | +
+ Cualquier nota sobre esta observación. Esto puede incluir información para aclaración. + + |
+ + string + | +
+
+ relatedImplementationMilestone
+
+ |
+ + Hito de implementación relacionado + | +
+ Un enlace al hito en la sección de implementación de OCDS a la cual se le relaciona esta observación de pronóstico, objetivo o real. + + |
+ + MilestoneReference object + | +
+ The extension defines a new MilestoneReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID del hito + | +
+ El ID del hito que se hace referencia, debe coincidir con el identificador de un hito descrito en alguna otra parte de una entrega sobre este proceso de contratación. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título del hito + | +
+ El título del hito al que se hace referencia, debe coincidir con el título de un hito descrito en alguna otra parte en una entrega sobre este proceso de contratación. + + |
+ + string + | +
+ La extensión de métricas admite la publicación de pronósticos (etapa de planificación), objetivos (etapa de licitación), objetivos de desempeño acordados (etapa de adjudicación y contrato) y resultados (etapa de implementación). +
+La extensión de métricas proporciona un bloque de construcción común para reportar información estructurada de rendimiento de los contratos.
+Las métricas están estructuradas como un cubo de datos OLAP con cada instancia de Metric
representando una sola observation, categorizada por un número de dimensions.
{
+ "metrics":[
+ {
+ "id":"annualDemand",
+ "title":"Annual Demand",
+ "description":"The annual demand",
+ "observations":[
+ {
+ "period":{
+ "startDate":"2015-01-01T00:00:00Z",
+ "endDate":"2015-12-31T23:59:59Z"
+ },
+ "quantity":"10000",
+ "dimensions":{
+ "vehicleType":"Car"
+ }
+ },
+ {
+ "period":{
+ "startDate":"2015-01-01T00:00:00Z",
+ "endDate":"2015-12-31T23:59:59Z"
+ },
+ "quantity":"1000",
+ "dimensions":{
+ "vehicleType":"Trucks"
+ },
+ "note":"Simple note"
+ }
+ ]
+ },
+ {
+
+ }
+ ]
+}
+
Las métricas se pueden utilizar junto con la extensión de requisitos que agregará una propiedad 'relatedRequirementID' a las métricas.
+Con la extensión de requisitos, las ofertas, adjudicaciones y contratos pueden incluir un requirementResponse
que indica los valores contra cada métrica que un proveedor desea cumplir.
Esto puede permitir un cierto grado de comparación entre el rendimiento previsto en las fases de licitación, adjudicación, contrato y ejecución.
++ La extensión de métricas admite la publicación de pronósticos (etapa de planificación), objetivos (etapa de licitación), objetivos de desempeño acordados (etapa de adjudicación y contrato) y resultados (etapa de implementación). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Planning
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ forecasts
+
+ |
+ + Pronósticos + | +
+ Cualquier métrica de pronóstico para los resultados de este proceso de contratación. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ targets
+
+ |
+ + Objetivos + | +
+ Cualquier métrica del objetivo para el resultado de este proceso de contratación. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Métricas acordadas + | +
+ Cualquier métrica objetivo establecida como parte de la adjudicación del contrato. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ agreedMetrics
+
+ |
+ + Métricas acordadas + | +
+ Cualquier métrica objetivo establecida como parte de los documentos del contrato. + + |
+ + array of Metric objects + | +
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ metrics
+
+ |
+ + Métrica + | +
+ Resultados reportados de la entrega de los bienes, obras o servicios contratados. + + |
+ + array of Metric objects + | +
+ The extension defines a new Metric
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador para esta métrica. En algunos casos, esto puede extraerse de una lista de códigos de métricas requerida para este tipo de proceso de contratación, o en otros casos puede ser un identificador arbitrario. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título + | +
+ El título de esta métrica + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una breve descripción de la métrica. Esto puede incluir pequeños detalles de los métodos de medición. + + |
+ + string + | +
+
+ observations
+
+ |
+ + Observaciones + | +
+ Una lista de valores objetivo o reales para esta métrica. + + |
+ + array of Observation objects + | +
+ The extension defines a new Observation
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador local para esta observación específica. Esto puede ser un identificador arbitrario, o podría ser un compuesto del identificador de métrica, y la fecha y otras dimensiones de esta observación. + + |
+ + string + | +
+
+ period
+
+ |
+ + + | ++ + | ++ Period object + | +
+
+ value
+
+ |
+ + + | ++ + | ++ Value object + | +
+
+ measure
+
+ |
+ + Medida de observación + | +
+ Para las métricas no financieras, la medida de este pronóstico, objetivo o observación real. Las medidas pueden proporcionarse como texto libre o valores numéricos. + + |
+ + string or number + | +
+
+ unit
+
+ |
+ + Unidad + | +
+ Unidad + + |
+ + object + | +
+
+ unit.
+ |
+ + Nombre de la unidad + | +
+ El nombre de la unidad. + + |
+ + string + | +
+
+ unit.
+ |
+ + Esquema + | +
+ La lista desde la cual se toman los identificadores de unidades de medida. Esta debe ser una entrada en la lista de códigos unitClassificationScheme. Se recomienda el uso del esquema "UNCEFACT" para la recomendación 20 del CEFACT-ONU de "Códigos para unidades de medida utilizadas en el comercio internacional". + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ El identificador de la lista de códigos se hace referencia en la propiedad de esquema. Por ejemplo, con UNCEFACT, este es el valor de la columna "Common Code". A partir de este identificador, las aplicaciones pueden buscar el nombre o símbolo legible para humanos para esta unidad de medida. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ Si el esquema utilizado provee una URI legible por computadora para esta unidad de medición, ésta puede proporcionarse. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Dimensiones + | +
+ Cualquier número de dimensiones se puede registrar dentro de este objeto. Los nombres de dimensiones deben seguir las convenciones de OCDS de camelCase. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Notas + | +
+ Cualquier nota sobre esta observación. Esto puede incluir información para aclaración. + + |
+ + string + | +
+
+ relatedImplementationMilestone
+
+ |
+ + Hito de implementación relacionado + | +
+ Un enlace al hito en la sección de implementación de OCDS a la cual se le relaciona esta observación de pronóstico, objetivo o real. + + |
+ + MilestoneReference object + | +
+ The extension defines a new MilestoneReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID del hito + | +
+ El ID del hito que se hace referencia, debe coincidir con el identificador de un hito descrito en alguna otra parte de una entrega sobre este proceso de contratación. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título del hito + | +
+ El título del hito al que se hace referencia, debe coincidir con el título de un hito descrito en alguna otra parte en una entrega sobre este proceso de contratación. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/milestone_documents/master/ +
++ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+En OCDS 1.1, el soporte básico para documentos adjuntos a hitos individuales se eliminó del bloque de hitos para simplificar el estándar.
+Esta extensión reintroduce el bloque documents
en milestones
, proporcionando campos para detallar los documentos relacionados con cada hito individual.
Los publicadores deben considerar que muchas aplicaciones consumidoras sólo buscarán en la sección tender/documents
, award/documents
, contracts/documents
y contracts/implementation/documents
para acceder y mostrar la documentación relevante a los usuarios.
Los títulos de los documentos, los tipos de documentos y las descripciones se pueden utilizar para indicar a los lectores humanos la naturaleza particular de los documentos y los hitos con los que se relacionan.
+Sin embargo, en los casos en que es importante rastrear los documentos hito por hito, esta extensión puede ser introducida.
+Dependiendo de la naturaleza de los documentos, los publicadores deberán considerar duplicar la información en el bloque de documentos de las secciones principales también.
+Durante la implementación de un contrato, el comprador establece hitos que el proveedor debe de cumplir. Cada uno de estos hitos tiene un documento asociado que ofrece más detalles sobre el hito alcanzado: por ejemplo, un reporte de consultoría:
+{
+ "contracts": [
+ {
+ "id": "CO-40002-18-166811",
+ "awardID": "354469-jorge-augusto-zarate-leiva-1",
+ "implementation": {
+ "milestones": [
+ {
+ "id": "fcrMXKIb3/o=",
+ "title": "Informe de Consultoria",
+ "type": "reporting",
+ "dueDate": "2020-02-13T00:00:00-04:00",
+ "dateMet": "2020-02-14T00:00:00-04:00",
+ "status": "met",
+ "documents": [
+ {
+ "id": "QQ1cjJZ82Rk=",
+ "url": "https://www.contrataciones.gov.py/documentos/download/contrato_detalle_entregable/vki7v5RKGrA%253D",
+ "datePublished": "2020-02-17T13:38:25-04:00",
+ "language": "es",
+ "title": "informe_n__13_1581957505348.pdf",
+ "format": "application/pdf"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
++ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + + | +
+ + This field is modified from its original version. + + ++ The extension undoes the deprecation of this field. + + |
+ + + | +
+ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+En OCDS 1.1, el soporte básico para documentos adjuntos a hitos individuales se eliminó del bloque de hitos para simplificar el estándar.
+Esta extensión reintroduce el bloque documents
en milestones
, proporcionando campos para detallar los documentos relacionados con cada hito individual.
Los publicadores deben considerar que muchas aplicaciones consumidoras sólo buscarán en la sección tender/documents
, award/documents
, contracts/documents
y contracts/implementation/documents
para acceder y mostrar la documentación relevante a los usuarios.
Los títulos de los documentos, los tipos de documentos y las descripciones se pueden utilizar para indicar a los lectores humanos la naturaleza particular de los documentos y los hitos con los que se relacionan.
+Sin embargo, en los casos en que es importante rastrear los documentos hito por hito, esta extensión puede ser introducida.
+Dependiendo de la naturaleza de los documentos, los publicadores deberán considerar duplicar la información en el bloque de documentos de las secciones principales también.
++ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + Documentos + | +
+ + This field is modified from its original version. + +Una lista de documentos específicamente asociados con este hito. + ++ The extension undoes the deprecation of this field. + + |
+ + array of Document objects + | +
+ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+En OCDS 1.1, el soporte básico para documentos adjuntos a hitos individuales se eliminó del bloque de hitos para simplificar el estándar.
+Esta extensión reintroduce el bloque documents
en milestones
, proporcionando campos para detallar los documentos relacionados con cada hito individual.
Los publicadores deben considerar que muchas aplicaciones consumidoras sólo buscarán en la sección tender/documents
, award/documents
, contracts/documents
y contracts/implementation/documents
para acceder y mostrar la documentación relevante a los usuarios.
Los títulos de los documentos, los tipos de documentos y las descripciones se pueden utilizar para indicar a los lectores humanos la naturaleza particular de los documentos y los hitos con los que se relacionan.
+Sin embargo, en los casos en que es importante rastrear los documentos hito por hito, esta extensión puede ser introducida.
+Dependiendo de la naturaleza de los documentos, los publicadores deberán considerar duplicar la información en el bloque de documentos de las secciones principales también.
+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.
++ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + + | +
+ + This field is modified from its original version. + + ++ The extension undoes the deprecation of this field. + + |
+ + + | +
+ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+En OCDS 1.1, el soporte básico para documentos adjuntos a hitos individuales se eliminó del bloque de hitos para simplificar el estándar.
+Esta extensión reintroduce el bloque documents
en milestones
, proporcionando campos para detallar los documentos relacionados con cada hito individual.
Los publicadores deben considerar que muchas aplicaciones consumidoras sólo buscarán en la sección tender/documents
, award/documents
, contracts/documents
y contracts/implementation/documents
para acceder y mostrar la documentación relevante a los usuarios.
Los títulos de los documentos, los tipos de documentos y las descripciones se pueden utilizar para indicar a los lectores humanos la naturaleza particular de los documentos y los hitos con los que se relacionan.
+Sin embargo, en los casos en que es importante rastrear los documentos hito por hito, esta extensión puede ser introducida.
+Dependiendo de la naturaleza de los documentos, los publicadores deberán considerar duplicar la información en el bloque de documentos de las secciones principales también.
+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.
++ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + + | +
+ + This field is modified from its original version. + + ++ The extension undoes the deprecation of this field. + + |
+ + + | +
+ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+En OCDS 1.1, el soporte básico para documentos adjuntos a hitos individuales se eliminó del bloque de hitos para simplificar el estándar.
+Esta extensión reintroduce el bloque documents
en milestones
, proporcionando campos para detallar los documentos relacionados con cada hito individual.
Los publicadores deben considerar que muchas aplicaciones consumidoras sólo buscarán en la sección tender/documents
, award/documents
, contracts/documents
y contracts/implementation/documents
para acceder y mostrar la documentación relevante a los usuarios.
Los títulos de los documentos, los tipos de documentos y las descripciones se pueden utilizar para indicar a los lectores humanos la naturaleza particular de los documentos y los hitos con los que se relacionan.
+Sin embargo, en los casos en que es importante rastrear los documentos hito por hito, esta extensión puede ser introducida.
+Dependiendo de la naturaleza de los documentos, los publicadores deberán considerar duplicar la información en el bloque de documentos de las secciones principales también.
+Durante la implementación de un contrato, el comprador establece hitos que el proveedor debe de cumplir. Cada uno de estos hitos tiene un documento asociado que ofrece más detalles sobre el hito alcanzado: por ejemplo, un reporte de consultoría:
+{
+ "contracts": [
+ {
+ "id": "CO-40002-18-166811",
+ "awardID": "354469-jorge-augusto-zarate-leiva-1",
+ "implementation": {
+ "milestones": [
+ {
+ "id": "fcrMXKIb3/o=",
+ "title": "Informe de Consultoria",
+ "type": "reporting",
+ "dueDate": "2020-02-13T00:00:00-04:00",
+ "dateMet": "2020-02-14T00:00:00-04:00",
+ "status": "met",
+ "documents": [
+ {
+ "id": "QQ1cjJZ82Rk=",
+ "url": "https://www.contrataciones.gov.py/documentos/download/contrato_detalle_entregable/vki7v5RKGrA%253D",
+ "datePublished": "2020-02-17T13:38:25-04:00",
+ "language": "es",
+ "title": "informe_n__13_1581957505348.pdf",
+ "format": "application/pdf"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
++ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + + | +
+ + This field is modified from its original version. + + ++ The extension undoes the deprecation of this field. + + |
+ + + | +
+ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+En OCDS 1.1, el soporte básico para documentos adjuntos a hitos individuales se eliminó del bloque de hitos para simplificar el estándar.
+Esta extensión reintroduce el bloque documents
en milestones
, proporcionando campos para detallar los documentos relacionados con cada hito individual.
Los publicadores deben considerar que muchas aplicaciones consumidoras sólo buscarán en la sección tender/documents
, award/documents
, contracts/documents
y contracts/implementation/documents
para acceder y mostrar la documentación relevante a los usuarios.
Los títulos de los documentos, los tipos de documentos y las descripciones se pueden utilizar para indicar a los lectores humanos la naturaleza particular de los documentos y los hitos con los que se relacionan.
+Sin embargo, en los casos en que es importante rastrear los documentos hito por hito, esta extensión puede ser introducida.
+Dependiendo de la naturaleza de los documentos, los publicadores deberán considerar duplicar la información en el bloque de documentos de las secciones principales también.
++ Los documentos en el nivel del hito son obsoletos en OCDS 1.1. Esta extensión re-introduce la capacidad de adjuntar documentos a cada hito individual. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ documents
+
+ |
+ + Documentos + | +
+ + This field is modified from its original version. + +Una lista de documentos específicamente asociados con este hito. + ++ The extension undoes the deprecation of this field. + + |
+ + array of Document objects + | +
+ + This page has moved to a /es/extensions/options/master/ +
++ Agregar campos para obtener información sobre las opciones. +
+Esta extensión agrega campos para indicar si se utilizan opciones y otra información sobre las mismas.
+Un comprador puede tener el derecho, pero no la obligación, de realizar compras adicionales a un proveedor mientras el contrato sea válido.
+For example, a contract may concern a thousand uniforms, and the buyer may have the option to request an additional hundred uniforms. This might occur if the buyer doesn't yet know whether a planned increase in staff will take place.
+El [Acuerdo Revisado Sobre Contratación Pública] (https://www.wto.org/english/docs_e/legal_e/rev-gpr-94_01_e.htm) (GPA) incluye: "cada aviso de contratación prevista deberá incluir ... d. una descripción de las opciones".
+La Unión Europea es una parte para el Acuerdo sobre Contratación Pública GPA, y como tal su Directiva 2014/24/EU (Contratos públicos — establecimiento de reglas básicas claras) incluye: "Parte C: Información que se incluirá en los avisos de contrato ... 7. ... Donde corresponda, descripción de las opciones".
+{
+ "tender": {
+ "hasOptions": true,
+ "options": {
+ "description": "The buyer has the option to buy an additional hundred uniforms.",
+ "period": {
+ "durationInDays": 180
+ }
+ }
+ }
+}
+
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.
+Options.period
field.minProperties
, minItems
y/o minLength
.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 [pull requests] (https://github.com/open-contracting-extensions/ocds_options_extension/pulls?q=is%3Apr+is%3Aclosed) y en https://github.com/open-contracting/standard/issues/691.
++ Agregar campos para obtener información sobre las opciones. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ options
+
+ |
+ + Opciones + | +
+ Una descripción de las opciones. + + |
+ + Options object + | +
+
+ hasOptions
+
+ |
+ + Opciones utilizadas + | +
+ Si el comprador se reserva o no el derecho de realizar compras adicionales al proveedor, siempre que el contrato sea válido. + + |
+ + boolean + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ options
+
+ |
+ + Opciones + | +
+ Una descripción de las opciones. + + |
+ + Options object + | +
+
+ hasOptions
+
+ |
+ + Opciones utilizadas + | +
+ Si el comprador se reserva el derecho de realizar compras adicionales al proveedor, siempre que el contrato sea válido. + + |
+ + boolean + | +
+ The extension defines a new Options
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción de las opciones. + + |
+ + string + | +
+
+ period
+
+ |
+ + Periodo + | +
+ El período durante el cual se pueden utilizar las opciones. + + |
+ + Period object + | +
+ Adds an array of classification objects to an organization's details in order to categorize it. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ COFOG
+
+ |
+ + Classification of the Functions of Government + | +
+ A standard classifying the purposes of government activities, developed by the Organisation for Economic Co-operation and Development and published by the United Nations Statistical Division. + +
|
+
+
+ eu-buyer-contracting-type
+
+ |
+ + EU buyer contracting type + | +
+ Whether a buyer is a contracting entity within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ eu-main-activity
+
+ |
+ + EU main activity + | +
+ The main activities of buyers within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ TED_CA_TYPE
+
+ |
+ + EC Type of contracting authority + | +
+ The types of contracting authority within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ TED_CE_ACTIVITY
+
+ |
+ + EC Main activity of contracting entity + | +
+ The main activities of contracting entities within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+ Adds an array of classification objects to an organization's details in order to categorize it. +
+Agrega una lista de objetos de clasificación a los detalles de una organización, con el fin de categorizarla.
+In the European Union, this extension's fields correspond to eForms BT-10 (Activity Authority). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "parties": [
+ {
+ "id": "1",
+ "details": {
+ "classifications": [
+ {
+ "id": "10",
+ "scheme": "TED_CA_ACTIVITY",
+ "description": "Social protection"
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
++itemClassificationScheme.csv
.minProperties
, minItems
y/o minLength
.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 pull requests y en https://github.com/open-contracting/standard/issues/711.
++ Adds an array of classification objects to an organization's details in order to categorize it. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Clasificaciones de organización + | +
+ Las clasificaciones que categorizan a la organización + + |
+ + array of Classification objects + | +
+ + This page has moved to a /es/extensions/organizationClassification/1.1/ +
++ Adds an array of classification objects to an organization's details in order to categorize it. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ COFOG
+
+ |
+ + Classification of the Functions of Government + | +
+ A standard classifying the purposes of government activities, developed by the Organisation for Economic Co-operation and Development and published by the United Nations Statistical Division. + +
|
+
+
+ eu-buyer-contracting-type
+
+ |
+ + EU buyer contracting type + | +
+ Whether a buyer is a contracting entity within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ eu-main-activity
+
+ |
+ + EU main activity + | +
+ The main activities of buyers within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ TED_CA_TYPE
+
+ |
+ + EC Type of contracting authority + | +
+ The types of contracting authority within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+
+ TED_CE_ACTIVITY
+
+ |
+ + EC Main activity of contracting entity + | +
+ The main activities of contracting entities within the domain of public procurement according to legislation of the European Parliament. + +
|
+
+ Adds an array of classification objects to an organization's details in order to categorize it. +
+Agrega una lista de objetos de clasificación a los detalles de una organización, con el fin de categorizarla.
+In the European Union, this extension's fields correspond to eForms BT-10 (Activity Authority). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "parties": [
+ {
+ "id": "1",
+ "details": {
+ "classifications": [
+ {
+ "id": "10",
+ "scheme": "TED_CA_ACTIVITY",
+ "description": "Social protection"
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
++itemClassificationScheme.csv
.minProperties
, minItems
y/o minLength
.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 pull requests y en https://github.com/open-contracting/standard/issues/711.
++ Adds an array of classification objects to an organization's details in order to categorize it. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Clasificaciones de organización + | +
+ Las clasificaciones que categorizan a la organización + + |
+ + array of Classification objects + | +
+ + This page has moved to a /es/extensions/otherRequirements/master/ +
++ Agregar un objeto para describir otros requisitos para participar en un proceso de contratación. +
+
+ You can download the reservedParticipation.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ shelteredWorkshop
+
+ |
+ + Sheltered workshop + | +
+ Participation is reserved to sheltered workshops and suppliers aiming at the social and professional integration of disabled or disadvantaged persons. + + |
+
+
+ publicServiceMissionOrganization
+
+ |
+ + Public service mission organization + | +
+ Participation is reserved to organizations pursuing a public service mission and fulfilling other legislative conditions. + + |
+
+ Agregar un objeto para describir otros requisitos para participar en un proceso de contratación. +
+Agregar un objeto para describir otros requisitos para participar en un proceso de contratación.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BG-705 (Other Requirements), although not all the fields have been implemented yet. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "otherRequirements": {
+ "requiresStaffNamesAndQualifications": true,
+ "reservedParticipation": [
+ "shelteredWorkshop"
+ ],
+ "qualificationSystemConditions": [
+ "The candidates are required to comply with all the technical and financial requisites listed on the National Procurement portal: https://procurement.example.org/requisites",
+ "The candidates are required to create an electronic profile on https://procurement.example.org."
+ ],
+ "qualificationSystemMethods": [
+ "Pre-qualification questionnaire",
+ "Standard test, based on the results of the pre-qualification questionnaire"
+ ],
+ "reductionCriteria": "The candidates will be selected according to their technical, financial and legal capacity to undertake the works described in the present notice. More details on the criteria can be found in section 4.3 of the PCG.",
+ "securityClearance": "EU Confidential security clearance of Key Management Personnel must be achieved before access to procurement documents be granted"
+ }
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "otherRequirements": {
+ "requiresStaffNamesAndQualifications": true,
+ "reservedParticipation": [
+ "shelteredWorkshop"
+ ],
+ "qualificationSystemConditions": [
+ "The candidates are required to comply with all the technical and financial requisites listed on the National Procurement portal: https://procurement.example.org/requisites",
+ "The candidates are required to create an electronic profile on https://procurement.example.org."
+ ],
+ "qualificationSystemMethods": [
+ "Pre-qualification questionnaire",
+ "Standard test, based on the results of the pre-qualification questionnaire"
+ ],
+ "reductionCriteria": "The candidates will be selected according to their technical, financial and legal capacity to undertake the works described in the present notice. More details on the criteria can be found in section 4.3 of the PCG.",
+ "securityClearance": "EU Confidential security clearance of Key Management Personnel must be achieved before access to procurement documents be granted"
+ }
+ }
+ ]
+ }
+}
+
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.
+OtherRequirements.securityClearance
field.items
to the OtherRequirements.qualificationSystemConditions
and OtherRequirements.qualificationSystemMethods
objects.minProperties
, minItems
y/o minLength
.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) y en pull requests.
++ Agregar un objeto para describir otros requisitos para participar en un proceso de contratación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ otherRequirements
+
+ |
+ + Otros requisitos + | +
+ Otros requisitos para participar del procedimiento. + + |
+ + OtherRequirements object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ otherRequirements
+
+ |
+ + Otros requisitos + | +
+ Otros requisitos para participar del lote. + + |
+ + OtherRequirements object + | +
+ The extension defines a new OtherRequirements
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ requiresStaffNamesAndQualifications
+
+ |
+ + Se requiere nombres y calificaciones del personal + | +
+ Si los oferentes están obligados a indicar los nombres y las calificaciones profesionales del personal asignado a la ejecución del contrato. + + |
+ + boolean + | +
+
+ reservedParticipation
+
+ |
+ + Participación reservada + | +
+ Los tipos de organizaciones a las que se reserva la participación. + + |
+ + array of strings from open reservedParticipation codelist + | +
+
+ qualificationSystemConditions
+
+ |
+ + Condiciones del sistema de calificación + | +
+ Las condiciones que deben cumplir los candidatos en vista de su calificación para el sistema. + + |
+ + array of strings + | +
+
+ qualificationSystemMethods
+
+ |
+ + Métodos del sistema de calificación + | +
+ Los métodos según los cuales se verificarán cada una de las condiciones del sistema de calificación. + + |
+ + array of strings + | +
+
+ reductionCriteria
+
+ |
+ + Criterios de reducción + | +
+ Los criterios o reglas para seleccionar un número limitado de candidatos calificados para presentar ofertas. + + |
+ + string + | +
+
+ securityClearance
+
+ |
+ + Security clearance + | +
+ Information about the required security clearance (e.g. which clearance level is needed, which team members need it, whether it is needed already for accessing documents or only for contract execution). + + |
+ + string + | +
+ + This page has moved to a /es/extensions/pagination/master/ +
++ Agregar un objeto de enlaces a los paquetes para dar soporte a la paginación. +
+Agregar un objeto de enlaces a los paquetes para dar soporte a la paginación.
+El objeto links
de nivel superior en paquetes de entrega y paquetes de registro tiene tres campos:
next
: una URL al siguiente paquete secuencialprev
: una URL al paquete secuencial anteriorPara construir las URLs next
y / o prev
, se recomienda utilizar parámetros de cadena de consulta como:
since=TIMESTAMP
, para devolver a una página de resultados que se modifican después de since
timestamp, en orden cronológicooffset=NUMBER
, para devolver a una página de resultados que se colocan después del número offset
en orden secuencial (por ejemplo, si los resultados se recuperan de un SQL database)No se aconseja utilizar page = NUMBER
con los resultados ordenados en cronología inversa, porque:
page = 1
devolverá resultados diferentes hoy, la semana que viene y el año que viene.since
o offset
, los usuarios pueden recuperar nuevos resultados enviando timestamp o el last request. Con page
, los usuarios deben determinar qué resultados son nuevos o antiguos.Referencia: HTML link types, 18F API Standards, Government of Canada Standards on APIs, Government of Ontario API Guidelines, OpenActive Realtime Paged Data Exchange.
+Un publicador tiene una gran cantidad de entregas. En lugar de reunirlas en un paquete de entrega, las segmenta en varios paquetes de entrega, a través de una API con paginación. El campo links.next
proporciona el enlace a la página siguiente.
{
+ "uri": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00001-05-contract.json",
+ "license": "http://opendatacommons.org/licenses/pddl/1.0/",
+ "publicationPolicy": "https://github.com/open-contracting/sample-data/",
+ "version": "1.1",
+ "releases": [
+ {
+ "ocid": "ocds-213czf-000-00001",
+ "id": "ocds-213czf-000-00001-05-contract",
+ "date": "2010-05-10T10:30:00Z",
+ "language": "en",
+ "tag": [
+ "contract"
+ ],
+ "initiationType": "tender"
+ }
+ ],
+ "links": {
+ "next": "https://raw.githubusercontent.com/open-contracting/api-specification/master/multiple-file-api-next/releases-2015.json"
+ }
+}
+
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.
+links.all
.packageMetadata
.minProperties
, minItems
y/o minLength
.links.all
.packageMetadata
.+ + This page has moved to a /es/extensions/participation_fee/master/ +
++ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the methodOfPayment.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ cash
+
+ |
+ + Cash + | +
+ The payment is made in cash, such as banknotes and coins. + + |
+
+
+ check
+
+ |
+ + Check + | +
+ The payment is made by check (also written as "cheque"). + + |
+
+
+ creditCard
+
+ |
+ + Credit card + | +
+ The payment is made by credit card. + + |
+
+
+ directDebit
+
+ |
+ + Direct debit + | +
+ The payment is made by direct debit, also known as direct withdrawal, pre-authorized debit (PAD) or pre-authorized payment (PAP). + + |
+
+
+ letterOfCredit
+
+ |
+ + Letter of credit + | +
+ The payment is made by letter of credit. + + |
+
+
+ wireTransfer
+
+ |
+ + Wire transfer + | +
+ The payment is made by wire transfer, also known as bank transfer or credit transfer. + + |
+
+ You can download the participationFeeType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+Esta extensión añade una matriz de los costos de participación al objeto de licitación, para revelar cualquier costo de participación en el proceso de contrataciones.
+Algunas veces hay costos asociados con el acceso a documentos de licitaciones relacionados al proceso de contratación. Los licitadores potenciales quieren saber sobre esos costos. Los monitores de adquisiciones también deben de asegurar que los costos de participación estén dentro de los parámetros legales (generalmente se establecen con un valor fijo máximo, o como un porcentaje del valor total del contrato) o para monitorear como se usan las tarifas de participación.
+El campo id
se va a requerir en las futuras versiones de la extensión.
In some cases, a fee is levied for official copies of procurement documents, with unofficial copies being freely available. Bidders might be required to prove that they have paid for official copies as part of their submission. In such cases, the fee should use the 'submission' code in the type
field, rather than the 'document' code.
El siguiente fragmento de JSON modela un proceso de contratación donde las tarifas son aplicables al acceso a documentos y para la presentación de ofertas:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "id": "1",
+ "type": [
+ "document"
+ ],
+ "value": {
+ "currency": "GBP",
+ "amount": 8.0
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment": [
+ "wireTransfer",
+ "cheque"
+ ]
+ },
+ {
+ "id": "2",
+ "type": [
+ "submission"
+ ],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.0
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment": [
+ "wireTransfer"
+ ]
+ }
+ ]
+ }
+}
+
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.
+ParticipationFee.id
required so that participation fees are merged by identifierid
al ejemplo en readmeParticipationFee.type
methodOfPayment
de la [extensión paymentMethod] (https://github.com/INAImexico/ocds_paymentMethod_extension/blob/master/codelists/paymentMethod.csv)mergeStrategy
para la propiedad wholeListMerge
ParticipationFee.type
tenga null en su conjunto de stringsParticipationFee.description
sea nullParticipationFee.id
ParticipationFee
ParticipationFee.value
ParticipationFee.type
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID de tarifa + | +
+ Un identificador local de esta tarifa, única en este bloque. Este campo se usa para hacer un seguimiento de múltiples revisiones de la tarifa a través de la compilación de los mecanismos de release y record + + |
+ + string + | +
+
+ type
+
+ |
+ + Tipo de cuota/cargo + | +
+ El tipo de esta tarifa. + + |
+ + array of strings from closed participationFeeType codelist + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor monetario de esta tarifa + + |
+ + Value object + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Información adicional sobre esta tarifa, por ejemplo: casos específicos en los que la tarifa es aplicable (ej. sólo para copias físicas de documentos), la manera en la cual la tarifa es cobrada o la naturaleza exacta de la tarifa. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Métodos de pago + | +
+ Las vías aceptadas para el pago de las tarifas. + + |
+ + array of strings from open methodOfPayment codelist + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Cuotas de participación + | +
+ Cualquier tarifa aplicable a los ofertantes que quieren participar en el proceso de licitaciones. Las tarifas pueden aplicar para acceder los documentos de oferta, para enviar las ofertas o puede haber una cuota que debe ser pagada por el ofertante ganador. + + |
+ + array of ParticipationFee objects + | +
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the participationFeeType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+Hay una serie de casos en los que puede haber costos para acceder a los documentos o participar en un proceso de licitación.
+Los licitadores potenciales desearán estar enterados de los costos que un proceso puede implicar.
+Los monitores de adquisiciones tal vez deseen asegurarse de que los costos de participación estén dentro de los parámetros legales (a menudo fijados como un máximo fijo, o un porcentaje del valor total del contrato), o para controlar cómo se usan las cuotas de participación.
+Esta extensión agrega un campo participationFees
a la sección tender
del OCDS e introduce un nuevo bloque participationFee
.
El campo participationFees
es una matriz de bloques participationFee
.
El bloque participationFee
consta de tres campos:
type
- un valor de la lista de códigos participationFeeType
, que describe el tipo de cuotavalue
- el importe y la moneda de la cuotadescription
- un campo opcional con más información sobre los requisitos de la cuota. Por ejemplo, a veces una cuota de documento sólo es aplicable a la copia impresa de los documentos.methodOfPayment
- un campo opcional que proporciona información sobre los métodos de pago aceptados para la documentación. Actualmente se trata de una serie de cadenas, pero se podría introducir una lista de códigos abierta en el futuro.Esta extensión agrega una lista de códigos cerrada participationFeeType
con los siguientes códigos:
El siguiente fragmento de JSON modela un proceso de contratación donde las tarifas son aplicables tanto para el acceso a documentos como para la presentación de ofertas:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "type": "document",
+ "value": {
+ "currency": "GBP",
+ "amount": 8.00
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment":["electronic","cheque"]
+ },
+ {
+ "type": ["submission"],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.00
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment":["electronic"]
+ }
+ ]
+ }
+}
+
+En algunos casos, se puede cobrar una cuota por las "copias oficiales" de los documentos de adquisición (aunque también se pueden obtener copias en línea de forma gratuita) y los licitadores deben probar que han pagado una copia oficial de los documentos como parte de su presentación.
+En este caso, la cuota debe ser modelada como un cargo de oferta, ya que la presentación sólo es posible cuando se ha pagado la cuota de acceso al documento.
++ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Tipo de cuota/cargo + | +
+ Las cuotas que aplican a los ofertantes que participen en el proceso de licitaciones. Las cuotas pueden aplicar para tener acceso a documentos de la oferta, hacer presentación de ofertas o una cuota puede aplicar para el ofertante ganador. + + |
+ + array of strings + | +
+
+ value
+
+ |
+ + + | ++ + | ++ Value object + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Información adicional sobre la manera en que se cobran las cuotas o la naturaleza exacta de las mismas. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Métodos de pago + | +
+ Información opcional sobre la manera en que se pueden pagar las cuotas + + |
+ + array of strings + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Cuotas de participación + | +
+ Cualquier cuota que sea aplicable a los ofertantes que quieran participar en el proceso de contrataciones. Las cuotas pueden aplicar para tener acceso a documentos de compras, para hacer ofertas o cuotas que deben ser pagadas por el ofertante ganador. + + |
+ + array of ParticipationFee objects + | +
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the participationFeeType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+Hay una serie de casos en los que puede haber costos para acceder a los documentos o participar en un proceso de licitación.
+Los licitadores potenciales desearán estar enterados de los costos que un proceso puede implicar.
+Los monitores de adquisiciones tal vez deseen asegurarse de que los costos de participación estén dentro de los parámetros legales (a menudo fijados como un máximo fijo, o un porcentaje del valor total del contrato), o para controlar cómo se usan las cuotas de participación.
+Esta extensión agrega un campo participationFees
a la sección tender
del OCDS e introduce un nuevo bloque participationFee
.
El campo participationFees
es una lista de bloques participationFee
.
El bloque participationFee
consta de tres campos:
type
- un valor de la lista de códigos participationFeeType
, que describe el tipo de costovalue
- el importe y la moneda del costodescription
- un campo opcional con más información sobre los requisitos del costo de participación. Por ejemplo, a veces un costo de un documento sólo es aplicable a la copia impresa de los documentos.methodOfPayment
- un campo opcional que proporciona información sobre los métodos de pago aceptados para la documentación. Actualmente se trata de una serie de cadenas, pero se podría introducir una lista de códigos abierta en el futuro.Esta extensión agrega una lista de códigos cerrada participationFeeType
con los siguientes códigos:
El siguiente fragmento de JSON modela un proceso de contratación donde las tarifas son aplicables tanto para el acceso a documentos como para la presentación de ofertas:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "type": "document",
+ "value": {
+ "currency": "GBP",
+ "amount": 8.00
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment":["electronic","cheque"]
+ },
+ {
+ "type": ["submission"],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.00
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment":["electronic"]
+ }
+ ]
+ }
+}
+
+En algunos casos, se puede cobrar una cuota por las "copias oficiales" de los documentos de adquisición (aunque también se pueden obtener copias en línea de forma gratuita) y los licitadores deben probar que han pagado una copia oficial de los documentos como parte de su presentación.
+En este caso, la cuota debe ser modelada como un cargo de oferta, ya que la presentación sólo es posible cuando se ha pagado la cuota de acceso al documento.
+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.
+ParticipationFee.type
tenga null en su conjunto de stringsParticipationFee.description
sea nullParticipationFee.id
ParticipationFee
ParticipationFee.value
ParticipationFee.type
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID de tarifa + | +
+ Un identificador local de esta tarifa, única en este bloque. Este campo se usa para hacer un seguimiento de múltiples revisiones de la tarifa a través de la compilación de los mecanismos de release y record + + |
+ + string + | +
+
+ type
+
+ |
+ + Tipo de cuota/cargo + | +
+ Las cuotas que aplican a los ofertantes que participen en el proceso de licitaciones. Las cuotas pueden aplicar para tener acceso a documentos de la oferta, hacer presentación de ofertas o una cuota puede aplicar para el ofertante ganador. + + |
+ + array of strings from closed participationFeeType codelist + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor monetario de esta tarifa + + |
+ + Value object + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Información adicional sobre la manera en que se cobran las cuotas o la naturaleza exacta de las mismas. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Métodos de pago + | +
+ Información opcional sobre la manera en que se pueden pagar las cuotas + + |
+ + array of strings + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Cuotas de participación + | +
+ Cualquier cuota que sea aplicable a los ofertantes que quieran participar en el proceso de contrataciones. Las cuotas pueden aplicar para tener acceso a documentos de compras, para hacer ofertas o cuotas que deben ser pagadas por el ofertante ganador. + + |
+ + array of ParticipationFee objects + | +
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the participationFeeType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+Hay una serie de casos en los que puede haber costos para acceder a los documentos o participar en un proceso de licitación.
+Los licitadores potenciales desearán estar enterados de los costos que un proceso puede implicar.
+Los monitores de adquisiciones tal vez deseen asegurarse de que los costos de participación estén dentro de los parámetros legales (a menudo fijados como un máximo fijo, o un porcentaje del valor total del contrato), o para controlar cómo se usan las cuotas de participación.
+Esta extensión agrega un campo participationFees
a la sección tender
del OCDS e introduce un nuevo bloque participationFee
.
El campo participationFees
es una lista de bloques participationFee
.
El bloque participationFee
consta de tres campos:
type
- un valor de la lista de códigos participationFeeType
, que describe el tipo de costovalue
- el importe y la moneda del costodescription
- un campo opcional con más información sobre los requisitos del costo de participación. Por ejemplo, a veces un costo de un documento sólo es aplicable a la copia impresa de los documentos.methodOfPayment
- un campo opcional que proporciona información sobre los métodos de pago aceptados para la documentación. Actualmente se trata de una serie de cadenas, pero se podría introducir una lista de códigos abierta en el futuro.Esta extensión agrega una lista de códigos cerrada participationFeeType
con los siguientes códigos:
El siguiente fragmento de JSON modela un proceso de contratación donde las tarifas son aplicables tanto para el acceso a documentos como para la presentación de ofertas:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "type": "document",
+ "value": {
+ "currency": "GBP",
+ "amount": 8.00
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment":["electronic","cheque"]
+ },
+ {
+ "type": ["submission"],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.00
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment":["electronic"]
+ }
+ ]
+ }
+}
+
En algunos casos, se puede cobrar una cuota por las "copias oficiales" de los documentos de adquisición (aunque también se pueden obtener copias en línea de forma gratuita) y los licitadores deben probar que han pagado una copia oficial de los documentos como parte de su presentación.
+En este caso, la cuota debe ser modelada como un cargo de oferta, ya que la presentación sólo es posible cuando se ha pagado la cuota de acceso al documento.
+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.
+mergeStrategy
para la propiedad wholeListMerge
ParticipationFee.type
tenga null en su conjunto de stringsParticipationFee.description
sea nullParticipationFee.id
ParticipationFee
ParticipationFee.value
ParticipationFee.type
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID de tarifa + | +
+ Un identificador local de esta tarifa, única en este bloque. Este campo se usa para hacer un seguimiento de múltiples revisiones de la tarifa a través de la compilación de los mecanismos de release y record + + |
+ + string + | +
+
+ type
+
+ |
+ + Tipo de cuota/cargo + | +
+ Las cuotas que aplican a los ofertantes que participen en el proceso de licitaciones. Las cuotas pueden aplicar para tener acceso a documentos de la oferta, hacer presentación de ofertas o una cuota puede aplicar para el ofertante ganador. + + |
+ + array of strings from closed participationFeeType codelist + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor monetario de esta tarifa + + |
+ + Value object + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Información adicional sobre la manera en que se cobran las cuotas o la naturaleza exacta de las mismas. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Métodos de pago + | +
+ Información opcional sobre la manera en que se pueden pagar las cuotas + + |
+ + array of strings + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Cuotas de participación + | +
+ Cualquier cuota que sea aplicable a los ofertantes que quieran participar en el proceso de contrataciones. Las cuotas pueden aplicar para tener acceso a documentos de compras, para hacer ofertas o cuotas que deben ser pagadas por el ofertante ganador. + + |
+ + array of ParticipationFee objects + | +
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the methodOfPayment.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ cash
+
+ |
+ + Cash + | +
+ The payment is made in cash, such as banknotes and coins. + + |
+
+
+ check
+
+ |
+ + Check + | +
+ The payment is made by check (also written as "cheque"). + + |
+
+
+ creditCard
+
+ |
+ + Credit card + | +
+ The payment is made by credit card. + + |
+
+
+ directDebit
+
+ |
+ + Direct debit + | +
+ The payment is made by direct debit, also known as direct withdrawal, pre-authorized debit (PAD) or pre-authorized payment (PAP). + + |
+
+
+ letterOfCredit
+
+ |
+ + Letter of credit + | +
+ The payment is made by letter of credit. + + |
+
+
+ wireTransfer
+
+ |
+ + Wire transfer + | +
+ The payment is made by wire transfer, also known as bank transfer or credit transfer. + + |
+
+ You can download the participationFeeType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+Esta extensión añade una matriz de los costos de participación al objeto de licitación, para revelar cualquier costo de participación en el proceso de contrataciones.
+El campo id
se va a requerir en las futuras versiones de la extensión.
Algunas veces hay costos asociados con el acceso a documentos de licitaciones relacionados al proceso de contratación. Los licitadores potenciales quieren saber sobre esos costos. Los monitores de adquisiciones también deben de asegurar que los costos de participación estén dentro de los parámetros legales (generalmente se establecen con un valor fijo máximo, o como un porcentaje del valor total del contrato) o para monitorear como se usan las tarifas de participación.
+El siguiente fragmento de JSON modela un proceso de contratación donde las tarifas son aplicables al acceso a documentos y para la presentación de ofertas:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "id": "1",
+ "type": [
+ "document"
+ ],
+ "value": {
+ "currency": "GBP",
+ "amount": 8.0
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment": [
+ "wireTransfer",
+ "cheque"
+ ]
+ },
+ {
+ "id": "2",
+ "type": [
+ "submission"
+ ],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.0
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment": [
+ "wireTransfer"
+ ]
+ }
+ ]
+ }
+}
+
En algunos casos, se puede cobrar una cuota por las "copias oficiales" de los documentos de adquisición (aunque también se pueden obtener copias en línea de forma gratuita) y los licitadores deben probar que han pagado una copia oficial de los documentos como parte de su presentación. En ese caso, las tarifas deben de modelarse como una tarifa de envío de documentos, ya que solo se puede enviar los documentos una vez que la tarifa de acceso a los documentos se ha pagado.
+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.
+id
al ejemplo en readmeParticipationFee.type
methodOfPayment
de la [extensión paymentMethod] (https://github.com/INAImexico/ocds_paymentMethod_extension/blob/master/codelists/paymentMethod.csv)mergeStrategy
para la propiedad wholeListMerge
ParticipationFee.type
tenga null en su conjunto de stringsParticipationFee.description
sea nullParticipationFee.id
ParticipationFee
ParticipationFee.value
ParticipationFee.type
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID de tarifa + | +
+ Un identificador local de esta tarifa, única en este bloque. Este campo se usa para hacer un seguimiento de múltiples revisiones de la tarifa a través de la compilación de los mecanismos de release y record + + |
+ + string + | +
+
+ type
+
+ |
+ + Tipo de cuota/cargo + | +
+ El tipo de esta tarifa. + + |
+ + array of strings from closed participationFeeType codelist + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor monetario de esta tarifa + + |
+ + Value object + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Información adicional sobre esta tarifa, por ejemplo: casos específicos en los que la tarifa es aplicable (ej. sólo para copias físicas de documentos), la manera en la cual la tarifa es cobrada o la naturaleza exacta de la tarifa. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Método(s) de pago + | +
+ Las vías aceptadas para el pago de las tarifas. + + |
+ + array of strings from open methodOfPayment codelist + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Cuotas de participación + | +
+ Cualquier tarifa aplicable a los ofertantes que quieren participar en el proceso de licitaciones. Las tarifas pueden aplicar para acceder los documentos de oferta, para enviar las ofertas o puede haber una cuota que debe ser pagada por el ofertante ganador. + + |
+ + array of ParticipationFee objects + | +
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the participationFeeType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ document
+
+ |
+ + Document + | +
+ A fee payable for access to bidding documents. + + |
+
+
+ deposit
+
+ |
+ + Deposit + | +
+ A refundable fee payable for the submission of bids. + + |
+
+
+ submission
+
+ |
+ + Submission + | +
+ A non-refundable fee payable for the submission of bids. + + |
+
+
+ win
+
+ |
+ + Win + | +
+ A fee payable by the winning bidder. + + |
+
+ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+Hay una serie de casos en los que puede haber costos para acceder a los documentos o participar en un proceso de licitación.
+Los licitadores potenciales desearán estar enterados de los costos que un proceso puede implicar.
+Los monitores de adquisiciones tal vez deseen asegurarse de que los costos de participación estén dentro de los parámetros legales (a menudo fijados como un máximo fijo, o un porcentaje del valor total del contrato), o para controlar cómo se usan las cuotas de participación.
+Esta extensión agrega un campo participationFees
a la sección tender
del OCDS e introduce un nuevo bloque participationFee
.
El campo participationFees
es una matriz de bloques participationFee
.
El bloque participationFee
consta de tres campos:
type
- un valor de la lista de códigos participationFeeType
, que describe el tipo de cuotavalue
- el importe y la moneda de la cuotadescription
- un campo opcional con más información sobre los requisitos de la cuota. Por ejemplo, a veces una cuota de documento sólo es aplicable a la copia impresa de los documentos.methodOfPayment
- un campo opcional que proporciona información sobre los métodos de pago aceptados para la documentación. Actualmente se trata de una serie de cadenas, pero se podría introducir una lista de códigos abierta en el futuro.Esta extensión agrega una lista de códigos cerrada participationFeeType
con los siguientes códigos:
El siguiente fragmento de JSON modela un proceso de contratación donde las tarifas son aplicables tanto para el acceso a documentos como para la presentación de ofertas:
+{
+ "tender": {
+ "participationFees": [
+ {
+ "type": "document",
+ "value": {
+ "currency": "GBP",
+ "amount": 8.00
+ },
+ "description": "Fee payable for both soft and hard copies of documents.",
+ "methodOfPayment":["electronic","cheque"]
+ },
+ {
+ "type": ["submission"],
+ "value": {
+ "currency": "GBP",
+ "amount": 10.00
+ },
+ "description": "Fee payable within e-procurement system.",
+ "methodOfPayment":["electronic"]
+ }
+ ]
+ }
+}
+
+En algunos casos, se puede cobrar una cuota por las "copias oficiales" de los documentos de adquisición (aunque también se pueden obtener copias en línea de forma gratuita) y los licitadores deben probar que han pagado una copia oficial de los documentos como parte de su presentación.
+En este caso, la cuota debe ser modelada como un cargo de oferta, ya que la presentación sólo es posible cuando se ha pagado la cuota de acceso al documento.
++ Cuando un proceso de licitación implica el pago de cargos para acceder a los documentos, presentar una propuesta, o ser adjudicado un contrato, esta extensión se puede utilizar para proporcionar detalles de la tasa. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new ParticipationFee
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Tipo de cuota/cargo + | +
+ Las cuotas que aplican a los ofertantes que participen en el proceso de licitaciones. Las cuotas pueden aplicar para tener acceso a documentos de la oferta, hacer presentación de ofertas o una cuota puede aplicar para el ofertante ganador. + + |
+ + array of strings + | +
+
+ value
+
+ |
+ + + | ++ + | ++ Value object + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Información adicional sobre la manera en que se cobran las cuotas o la naturaleza exacta de las mismas. + + |
+ + string + | +
+
+ methodOfPayment
+
+ |
+ + Métodos de pago + | +
+ Información opcional sobre la manera en que se pueden pagar las cuotas + + |
+ + array of strings + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ participationFees
+
+ |
+ + Cuotas de participación + | +
+ Cualquier cuota que sea aplicable a los ofertantes que quieran participar en el proceso de contrataciones. Las cuotas pueden aplicar para tener acceso a documentos de compras, para hacer ofertas o cuotas que deben ser pagadas por el ofertante ganador. + + |
+ + array of ParticipationFee objects + | +
+ + This page has moved to a /es/extensions/partyScale/master/ +
++ Para clasificar organizaciones como micro, PyME or grande +
+
+ You can download the partyScale.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ micro
+
+ |
+ + Micro + | +
+ This a micro enterprise, according to the definitions used by the procuring entity or buyer. + + |
+
+
+ sme
+
+ |
+ + Small or medium enterprise + | +
+ This is a Small or Medium Enterprise (SME), according to the definitions used by the procuring entity or buyer. + + |
+
+
+ small
+
+ |
+ + Small + | +
+ This is a small enterprise, according to the definitions used by the procuring entity or buyer. + + |
+
+
+ medium
+
+ |
+ + Medium + | +
+ This is a medium enterprise, according to the definitions used by the procuring entity or buyer. + + |
+
+
+ large
+
+ |
+ + Large + | +
+ This is a large enterprise, according to the definitions used by the procuring entity or buyer. + + |
+
+
+ selfEmployed
+
+ |
+ + Self-employed individual + | +
+ This is a self-employed natural person, also known as a sole trader. + + |
+
+ Para clasificar organizaciones como micro, PyME or grande +
+Esta extensión añade un campo scale
al objetoparties.details
para indicar el tamaño o la escala de una organización, en particular de empresas comerciales u operadores económicos.
Esta información se puede utilizar para calcular estadísticas de contrataciones, como la proporción de contratos adjudicados a micro, pequeñas y medianas empresas.
+Los códigos de la lista de códigos partyScale.csv
no tienen definiciones precisas y, en cambio, se rigen por las leyes y regulaciones locales, por ejemplo:
Para las pequeñas y medianas empresas, si puede distinguir entre los dos tamaños, utilice los códigos 'small' y 'medium'. De lo contrario, use el código 'sme'.
+Para los trabajadores autónomos y los comerciantes individuales, si puede distinguirlos de las microempresas, utilice el código 'selfEmployed'. De lo contrario, use el código 'micro'.
+Para empresas sin empleados, use el código 'micro'.
+{
+ "parties": [
+ {
+ "id": "GB-COH-1234567844",
+ "name": "AnyCorp Cycle Provision",
+ "details": {
+ "scale": "sme"
+ }
+ }
+ ]
+}
+
partyScale.csv
minProperties
, minItems
y/o minLength
.partyScale.csv
partyScale.csv
partyScale.csv
Organization.details.scale
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.
++ Para clasificar organizaciones como micro, PyME or grande +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ details
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+
+ details.
+ |
+ + Escala + | +
+ El tamaño o escala de la organización. + + |
+ + string from closed partyScale codelist + | +
+ + This page has moved to a /es/extensions/performance_failures/master/ +
++ Agrega campos a la sección de implementación para permitir la divulgación de una serie de fallas de rendimiento de contratación. Basado en la tabla de informes de fallas de rendimiento definida en el Marco de Divulgación para el Banco Mundial en las APP. +
+El [Marco de divulgación en las Asociaciones Público-Privadas] (http://pubdocs.worldbank.org/en/773541448296707678/Disclosure-in-PPPs-Framework.pdf) requiere la divulgación de casos de incumplimiento durante la duración de un contrato, junto con las sanciones o reducciones definidas, impuestas y pagadas en relación con cada categoría de incumplimiento.
+El fragmento de JSON a continuación modela los incumplimientos reportados para un solo período y categoría.
+{
+ "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
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
+minProperties
, minItems
y/o minLength
."minLength": 1
en los campos de cadena obligatorios.PerformanceFailure.period
no nulo (deshacer el cambio anterior), dado que se refiere al objeto Period
.PerformanceFailure.id
obligatorio para soportar el seguimiento de revisiones y fusión de listasPerformanceFailure.period
pueda ser nulo.+ Agrega campos a la sección de implementación para permitir la divulgación de una serie de fallas de rendimiento de contratación. Basado en la tabla de informes de fallas de rendimiento definida en el Marco de Divulgación para el Banco Mundial en las APP. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new PerformanceFailure
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ Un identificador local para esta categoría específica y el periodo de falla en el desempeño. Este campo se usa para llevar registro de las revisiones de un cargo a lo largo de varias entregas de OCDS. + + |
+ + string + | +
+
+ period
+
+ |
+ + Periodo de falla en el desempeño + | +
+ El periodo de notificación de los fallos de rendimiento. + + |
+ + Period object + | +
+
+ category
+
+ |
+ + Categoría de la falla en el desempeño + | +
+ La categoría de los fallos de rendimiento. + + |
+ + string + | +
+
+ events
+
+ |
+ + Número de eventos + | +
+ El número de fallos de rendimiento para este periodo y categoría. + + |
+ + number + | +
+
+ penaltyContracted
+
+ |
+ + Penalización contractual + | +
+ Descripción de la penalización o reducción prevista en el contrato para este periodo, categoría y número de fallos de incumplimiento. + + |
+ + string + | +
+
+ penaltyImposed
+
+ |
+ + Penalización impuesta + | +
+ Una descripción de la penalización o reducción impuesta para este periodo, categoría y número de fallos de incumplimiento. + + |
+ + string + | +
+
+ penaltyPaid
+
+ |
+ + Penalización pagada + | +
+ Si se ha pagado la penalización impuesta para este periodo, categoría y número de fallos de incumplimiento. + + |
+ + boolean + | +
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ performanceFailures
+
+ |
+ + Incumplimiento de divulgación + | +
+ Una lista de incumplimientos de divulgación, detallando los incumplimientos para diferentes periodos y categorías. + + |
+ + array of PerformanceFailure objects + | +
+ + This page has moved to a /es/extensions/ppp/master/ +
++ Realiza los cambios requeridos por el perfil de OCDS para APPs. Los indicadores de evaluación, resumen financiero y detalles del proyecto podrían ser movidos a otra extensión. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ valueForMoneyAnalysis
+
+ |
+ + Value for money analysis + | +
+ A summary of the value for money analysis carried out for the project, along with supporting figures, calculations and business case, based on projected or actual procurement outcomes. + +
|
+
+
+ serviceDescription
+
+ |
+ + Service descriptions + | +
+ A high-level description of the services + +
|
+
+
+ estimatedDemand
+
+ |
+ + Estimated demand + | +
+ A narrative describing the estimated demand to be served (annually) by the project. + +
|
+
+
+ projectAdditionality
+
+ |
+ + Project additionality + | +
+ A description of the additionality provided by the project + +
|
+
+
+ financeAdditionality
+
+ |
+ + Finance additionality + | +
+ A description of the additionality provided by the finance method + +
|
+
+
+ pppModeRationale
+
+ |
+ + Rationale for PPP modality + | +
+ A description of the reasons for choosing to conduct this project as a PPP + +
|
+
+
+ evaluationCommittee
+
+ |
+ + Evaluation committee details + | +
+ Information on the constitution of the evaluation committee + +
|
+
+
+ requestForQualification
+
+ |
+ + Request for qualification + | +
+ The set of documents issued by the procuring authority that constitute the basis of the qualification and potentially the pre-selection of candidates (the short list). Qualified (or short-listed candidates) will then be invited to submit a proposal (or to enter into a new phase prior to bid submission, such as a dialogue phase or interactive phase). + +
|
+
+
+ minutes
+
+ |
+ + Minutes + | +
+ Minutes of pre-bid meetings, or other relevant meetings. + +
|
+
+
+ negotiationParameters
+
+ |
+ + Negotiation parameters + | +
+ A description of the parameters for negotiation with the preferred proponent + +
|
+
+
+ riskComparison
+
+ |
+ + Risk comparison + | +
+ Risk comparison of other financing methods + +
|
+
+
+ discountRate
+
+ |
+ + Discount rate and risk premium + | +
+ An explanation of the discount rate, and any risk premium used, including information on project-specific circumstances that justify the risk premium rate used. + +
|
+
+
+ equityTransferCaps
+
+ |
+ + Equity transfer caps + | +
+ Details of any restrictions on the transfer of equity by shareholders or other relevant participants in the project. Certain contracts provide for caps on equity transfer in different stages of the contract, especially during the construction stage and for a few years thereafter. + +
|
+
+
+ financeArrangements
+
+ |
+ + Security and step in arrangements + | +
+ Details of any rights granted to a lender to access value in the event of default by a borrower and any rights granted to a party to "step in" to the shoes of another party, for example, a right granted to a lender or public authority to take over temporarily the operation of a project in case of failure to perform by a private party. + +
|
+
+
+ guaranteeReports
+
+ |
+ + Fiscal commitments and contingent liabilities disclosure reports + | +
+ Reports detailing the fiscal commitments of the public authority to the PPP, for example known payments that need to be made if the PPP proceeds or payment commitments whose occurrence, timing and magnitude depend on some uncertain future event, outside the control of the public authority. + +
|
+
+
+ grants
+
+ |
+ + Grants + | +
+ Information on grants given to support the project. Grant information ought to detail the total value of subsidy, and/or the value of subsidy as a proportion of the overall project value, as well as providing information on the nature of the grant. For capital subsidies paid during construction of a project, or operating subsidies paid during operation, details of periodicity of grant payments, and particular grant milestones, ought to be provided. + +
|
+
+
+ servicePayments
+
+ |
+ + Service payments + | +
+ Service payments are payments made by the public authority or purchaser to the private provider for infrastructure services (applicable in some types of Public Private Partnership projects). The documentation ought to cover the total number of payments and their periodicity, as well as the methodology used for calculating payments and the indexation used. + +
|
+
+
+ landTransfer
+
+ |
+ + Land transfer + | +
+ Details of land transferred on lease or other basis by government, including details of property numbers with the quantum of land transferred, zoning information and conditions of transfer. + +
|
+
+
+ assetTransfer
+
+ |
+ + Asset transfer + | +
+ Details of asset, human resource of personnel transfers, including documentation of the conditions of transfer. + +
|
+
+
+ revenueShare
+
+ |
+ + Revenue share + | +
+ Documentation of any revenue share arrangements, including revenue share on the base-case and upside for a public private partnership project. + +
|
+
+
+ otherGovernmentSupport
+
+ |
+ + Other government support + | +
+ Documentation of any other government support, including non-complete clauses or provision for revenue shortfall loans. + +
|
+
+
+ defaultEvents
+
+ |
+ + Defaults + | +
+ Information on events of default + +
|
+
+
+ termination
+
+ |
+ + Termination + | +
+ Information on contract termination + +
|
+
+
+ handover
+
+ |
+ + Handover + | +
+ Contractual provisions for, or reporting on, handover of assets back to the state, including details of condition of assets and any other conditions of handover. + +
|
+
+
+ financialStatement
+
+ |
+ + Financial statement + | +
+ Audited financial statements of the project company + +
|
+
+
+ performanceReport
+
+ |
+ + Performance report + | +
+ Performance assessment reports + +
|
+
+ You can download the +milestoneType.csv
file in English.
+
+ The extension adds these codes to the milestoneType.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ procurement
+
+ |
+ + Procurement + | +
+ Events taking place during the procurement which are not captured by fields in core OCDS, such as additional enquiry periods or draft bid submissions in a competitive dialogue process + + |
+
+
+ contractClose
+
+ |
+ + Contract close + | +
+ Events such as commercial and financial close + +
|
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ privateParty
+
+ |
+ + Private party + | +
+ The counter party of the procuring authority in the PPP contract. A private organization that has been granted the contract to construct and operate a government asset, and that is usually created under the form of a Special Purpose Vehicle (SPV). + +
|
+
+
+ leadBank
+
+ |
+ + Lead bank + | +
+ A lead bank is a bank that oversees the arrangement of a loan syndication + + |
+
+
+ lender
+
+ |
+ + Lender + | +
+ The APMG PPP Certification Program defines lenders as "Institutions that provide lending to the project: mainly banks and institutional investors through project bonds" + + |
+
+
+ equityInvestor
+
+ |
+ + Equity investor + | +
+ The APMG PPP Certification Program defines equity investors as "Investors who finance a portion of the project’s capital expenditures (Capex), typically as share capital or subordinated debt" + + |
+
+ You can download the metricID.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ demand
+
+ |
+ + Demand + | +
+ For reporting on forecast or actual demand + + |
+
+
+ revenue
+
+ |
+ + Revenue + | +
+ For reporting on forecast or actual revenues + + |
+
+
+ IRR
+
+ |
+ + Internal rate of return + | +
+ For reporting on forecast or actual project IRR + + |
+
+ You can download the milestoneCode.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ projectApproval
+
+ |
+ + Project approval + | +
+ The dates of approvals from relevant authorities. + +
|
+
+
+ commercialClose
+
+ |
+ + Commercial close + | +
+ In a financing, the point at which the commercial documentation has been executed but before conditions precedent have been satisfied or waived; before financial close. + +
|
+
+
+ financialClose
+
+ |
+ + Financial close + | +
+ In a financing, the point at which the documentation has been executed and conditions precedent have been satisfied or waived. Drawdowns become permissible after this point. + +
|
+
+
+ commencement
+
+ |
+ + Commencement of construction or development + | +
+ The date of commencement of construction or development + +
|
+
+
+ completion
+
+ |
+ + Completion of construction of development + | +
+ The date of completion of construction or development + +
|
+
+
+ commissioning
+
+ |
+ + Commissioning + | +
+ The testing and inspection of the completed works to verify that the works are ready for commercial operation. + +
|
+
+
+ enquiryPeriodStart
+
+ |
+ + Enquiry period start + | +
+ For processes with multiple enquiry periods, the start date of a period during which enquiries can be made and responded to which is not provided in the tender/enquiryPeriod block. Sometimes known as clarification periods. + +
|
+
+
+ enquiryPeriodEnd
+
+ |
+ + Enquiry period end + | +
+ For processes with multiple enquiry periods, the end date of a period during which enquiries can be made and responded to which is not provided in the tender/enquiryPeriod block. Sometimes known as clarification periods. + +
|
+
+
+ draftFinalTender
+
+ |
+ + Submission of draft final bid + | +
+ For competitive dialogue processes, the deadline for submission of draft final bids + +
|
+
+ Realiza los cambios requeridos por el perfil de OCDS para APPs. Los indicadores de evaluación, resumen financiero y detalles del proyecto podrían ser movidos a otra extensión. +
+El Estándar de Datos de Contrataciones Abiertas para el perfil de Asociaciones Público Privadas provee un esquema extendido del esquema de Datos de Contrataciones Abiertas, ofreciendo un modelo de datos estructurados para presentar información en proyectos de Asociaciones Público Privadas.
+Esta basado en el Marco del Banco Mundial para la Divulgación de Proyectos de Asociación Público Privada y fue desarrollado entre Mayo 2016 y Mayo 2017 a través de una asociación entre el equipo del Banco Mundial Open Contracting, PPP team, Open Contracting Partnership, y Open Data Services Co-operative.
+La documentación completa del perfil esta disponible en: http://standard.open-contracting.org/profiles/ppp/
+La consolidación de la extensión OCDS para APPs puede ser declarada en OCDS package metadata](http://standard.open-contracting.org/latest/es/schema/release_package/) usando:
+{
+ "extensions": [
+ "http://standard.open-contracting.org/profiles/ppp/extension/1__0__0__beta/extension.json"
+ ],
+ "releases": []
+}
+
OCDS para APPS esta construida a partir de un numero de diferentes extensiones modulares de OCDS,, de los cuales la mayoría puede ser usadas independientemente del perfil.
+Este repositorio contiene una extensión adicional que forma parte del perfil de OCDS para APPs. Esta extensión presenta una serie de campos y bloques de construcción que son específicos de la divulgación de APP según el Marco del Banco Mundial.
+El marco de divulgación de APP requiere que se divulguen varios indicadores diferentes relacionados con la evaluación de los gobiernos de un proyecto de APP.
+La sección awards.evaluationIndicators
incluye campos para expresar el valor y los detalles de texto libre de apoyo para cada indicador:
"evaluationIndicators": {
+ "riskPremium": 0.0092,
+ "riskPremiumDetails": "Based on a market risk premium of 6.0% (per government guidelines) and an asset beta of 0.45 (per a sample of listed telecommunication network providers) the project risk allocation gives rise to a risk premium of 0.92%",
+ "discountRate": 0.03,
+ "discountRateDetails": "Based on the current long term public sector bond rate",
+ "netPresentValue": {
+ "amount": 118044591901.35034,
+ "currency": "USD"
+ }
+
+El marco de divulgación de APP requiere una serie de indicadores diferentes relacionados con el modelo financiero de un proyecto APP. Mientras que algunos de estos pueden ser reportados como métricas en forma continua, algunos son simples valores individuales.
+La sección contracts.financeSummary
incluye campos para expresar el valor y los detalles de texto libre de apoyo para cada indicador:
"financeSummary": {
+ "debtEquityRatio": 2.05,
+ "debtEquityRatioDetails": "Until the target population coverage is reached mega Consortium must comply with a contribution of capital of at least 30% of the total value of the company",
+ "shareCapital": {
+ "amount": 20000000,
+ "currency": "USD"
+ }
+
+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.
++partyRole.csv
codes:
+documentType.csv
con +documentType.csv
, que agrega nuevos códigos en lugar de sustituir la lista de códigos.+releaseTag.csv
.initiationType.csv
.buyer
y awards.suppliers
.Budget.project
y Budget.projectID
.minProperties
, minItems
y/o minLength
.+partyRole.csv
(moved to qualification extension)."uniqueItems": true
en campos matriz.+ Realiza los cambios requeridos por el perfil de OCDS para APPs. Los indicadores de evaluación, resumen financiero y detalles del proyecto podrían ser movidos a otra extensión. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ evaluationIndicators
+
+ |
+ + Evaluación de la opción APP + | +
+ Indicadores clave que describen cómo la opción de APP ha sido evaluada por el gobierno. + + |
+ + EvaluationIndicators object + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ financeSummary
+
+ |
+ + Resumen financiero + | +
+ Indicadores clave que describen el modelo financiero de la APP. + + |
+ + FinanceSummary object + | +
+ The extension defines a new EvaluationIndicators
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ riskPremium
+
+ |
+ + Prima de riesgo + | +
+ La prima de riesgo utilizada por el gobierno al evaluar la opción APP expresada como una fracción decimal (por ejemplo, 3,2% = 0,032). Se debe proporcionar una explicación de la prima de riesgo utilizada en el campo riskPremiumDetails. + + |
+ + number + | +
+
+ riskPremiumDetails
+
+ |
+ + Detalles de la prima de riesgo + | +
+ Más detalles sobre la prima de riesgo utilizada, incluyendo una explicación de por qué se utilizó. + + |
+ + string + | +
+
+ discountRate
+
+ |
+ + Tasa de descuento + | +
+ La tasa de descuento utilizada por el gobierno al evaluar la opción APP expresada como una fracción decimal (por ejemplo, 3,2% = 0,032). Se pueden proporcionar más detalles en el campo discountRateDetails. + + |
+ + number + | +
+
+ discountRateDetails
+
+ |
+ + Detalles de la tasa de descuento + | +
+ Más detalles sobre la tasa de descuento utilizada. + + |
+ + string + | +
+
+ netPresentValue
+
+ |
+ + Valor presente neto + | +
+ El valor descontado de las entradas de efectivo de una inversión menos el valor descontado de sus salidas de efectivo. Se pueden proporcionar más detalles en el campo netPresentValueRateDetails. + + |
+ + Value object + | +
+
+ netPresentValueDetails
+
+ |
+ + Detalles del valor actual neto + | +
+ Más detalles sobre el cálculo del valor actual neto. + + |
+ + string + | +
+ The extension defines a new FinanceSummary
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ debtEquityRatio
+
+ |
+ + Proporción de capital de la deuda + | +
+ La proporción deuda-capital del proyecto, expresada como un valor decimal. El PPPIRC del Banco Mundial define la proporción de endeudamiento como "deuda a largo plazo (dividida por) el capital accionario de la empresa del proyecto". También conocido como "apalancamiento" o "gearing". Pueden proporcionarse más detalles sobre la proporción de capital de deuda en el campo debtEquityRatioDetails. + + |
+ + number + | +
+
+ debtEquityRatioDetails
+
+ |
+ + Detalles de la relación de capital de la deuda + | +
+ Más detalles sobre el cálculo de la proporción del capital de la deuda. + + |
+ + string + | +
+
+ shareCapital
+
+ |
+ + Capital accionario + | +
+ El valor del capital en el proyecto que proviene de la emisión de acciones. Pueden proporcionarse más detalles sobre el capital accionario en el campo shareCapitalDetails. + + |
+ + Value object + | +
+
+ shareCapitalDetails
+
+ |
+ + Detalles del capital social + | +
+ Más detalles sobre el cálculo del capital social. + + |
+ + string + | +
+
+ subsidyRatio
+
+ |
+ + Relación de subsidio + | +
+ Subvención como proporción del valor del proyecto, expresada como una fracción decimal (por ejemplo, 3,2% = 0,032). Se pueden proporcionar más detalles sobre el coeficiente de subvención en el campo subsidyRatioDetails. + + |
+ + number + | +
+
+ subsidyRatioDetails
+
+ |
+ + Detalles de la relación de subvención + | +
+ Más detalles sobre el cálculo del coeficiente de subvención. + + |
+ + string + | +
+
+ projectIRR
+
+ |
+ + Tasa Interna de Retorno del Proyecto + | +
+ La tasa interna de rendimiento del proyecto, expresada como una fracción decimal (por ejemplo, 3,2% = 0,032). El Programa de Certificación PPM de APMG define la TIR como "La tasa de rendimiento de una inversión calculada a partir de sus flujos de efectivo proyectados. La tasa interna de rentabilidad (TIR) es también la tasa de descuento que equipara el valor presente de una corriente futura de flujos de efectivo a la inversión inicial" Pueden proporcionarse más detalles sobre la TIR del proyecto en el campo projectIRRdetails. + + |
+ + number + | +
+
+ projectIRRDetails
+
+ |
+ + Detalles de la tasa interna de retorno de la inversión del proyecto + | +
+ Más detalles sobre el cálculo de la TIR del proyecto. + + |
+ + string + | +
+ The extension defines these fields in the Metric
object from the Métrica extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+ The extension defines these fields in the Milestone
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ code
+
+ |
+ + + | +
+ + This field is modified from its original version. + + + |
+ + + | +
+ + This page has moved to a /es/extensions/procedure/master/ +
++ Esta extensión agrega un bloque para describir el procedimiento de contratación. +
+Esta extensión agrega un bloque para describir el procedimiento de contratación.
+In the European Union, this extension's fields correspond to eForms BT-88, BT-106, BT-1351 and Article 93 and 45(3) of Directive 2014/25/EU. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "procedure": {
+ "isAccelerated": true,
+ "acceleratedRationale": "The medicinal product is of major public health interest particularly from the point of view of therapeutic innovation.",
+ "features": "http://www.legislation.gov.uk/uksi/2015/102/pdfs/uksi_20150102_en.pdf"
+ }
+ }
+}
+
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.
+minProperties
, minItems
y/o minLength
.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 pull requests y en https://github.com/open-contracting/standard/issues/695.
++ Esta extensión agrega un bloque para describir el procedimiento de contratación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ procedure
+
+ |
+ + Procedimiento + | +
+ Información sobre el procedimiento de contratación. + + |
+ + Procedure object + | +
+ The extension defines a new Procedure
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ isAccelerated
+
+ |
+ + Procedimiento acelerado utilizado + | +
+ Si el límite de tiempo para la recepción de ofertas o solicitudes de participación puede reducirse debido a un estado de urgencia. + + |
+ + boolean + | +
+
+ acceleratedRationale
+
+ |
+ + Justificación del procedimiento acelerado + | +
+ La justificación para utilizar un procedimiento acelerado. + + |
+ + string + | +
+
+ features
+
+ |
+ + Características + | +
+ Las principales características del procedimiento (por ejemplo, descripción de las etapas individuales) e información sobre dónde se pueden encontrar las reglas completas del procedimiento. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/process_title/master/ +
++ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
+En algunos casos, es importante proporcionar un título y una descripción generales para un proceso de contratación, distintos de los campos individuales de título y descripción contenidos en los bloques tender
, awards
y contracts
.
La extensión añade campos title
y description
al esquema de release.
A menudo se utilizarán para proporcionar un resumen legible de la información que se proporciona en otra parte del documento OCDS como datos estructurados.
+Los publicadores que utilicen estos campos deben ser conscientes de que no todas las aplicaciones mostrarán su contenido y, por lo tanto, la información clave para comprender la naturaleza del proceso de contratación generalmente también se debe proporcionar utilizando los campos centrales del OCDS.
+{
+ "title": "Next-Generation Telecommunications PPP",
+ "description": "The Next-Generation Telecommunications PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators. The project will increase the telecommunication services coverage, promote competitive prices and enhance the quality of services according to international standards."
+}
+
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.
++ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Título + | +
+ Un título general para este proceso de contratación o entrega. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción general de este proceso de contratación o entrega. Este no reemplaza a una descripción detallada de los objetos del proceso de contratación en las secciones de planeación, licitación, adjudicación o contrato. + + |
+ + string + | +
+ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
+En algunos casos, es importante proporcionar un título y una descripción generales para un proceso de contratación, distintos de los campos individuales de título y descripción contenidos en los bloques tender
, award
y contract
.
Esta extensión proporciona los campos release.title
y release.description
.
A menudo se utilizarán para proporcionar un resumen legible de la información que se proporciona en otra parte del documento OCDS como datos estructurados.
+Los publicadores que utilicen estos campos deben ser conscientes de que no todas las aplicaciones mostrarán su contenido y, por lo tanto, la información clave para comprender la naturaleza del proceso de contratación generalmente también se debe proporcionar utilizando los campos centrales del OCDS.
+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.
++ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Título + | +
+ Un título general para este proceso de contratación o entrega. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Descripción general de este proceso de contratación o entrega. Esto no debe reemplazar la provisión de un desglose detallado de los objetos del proceso de contratación en la sección de planificación, licitación, adjudicación o contratos. + + |
+ + string + | +
+ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
+En algunos casos, es importante proporcionar un título y una descripción generales para un proceso de contratación, distintos de los campos individuales de título y descripción contenidos en los bloques tender
, award
y contract
.
La extensión añade campos title
y description
al esquema de release.
A menudo se utilizarán para proporcionar un resumen legible de la información que se proporciona en otra parte del documento OCDS como datos estructurados.
+Los publicadores que utilicen estos campos deben ser conscientes de que no todas las aplicaciones mostrarán su contenido y, por lo tanto, la información clave para comprender la naturaleza del proceso de contratación generalmente también se debe proporcionar utilizando los campos centrales del OCDS.
+{
+ "title": "Next-Generation Telecommunications PPP",
+ "description": "The Next-Generation Telecommunications PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators. The project will increase the telecommunication services coverage, promote competitive prices and enhance the quality of services according to international standards."
+}
+
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.
++ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Título + | +
+ Un título general para este proceso de contratación o entrega. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Descripción general de este proceso de contratación o entrega. Esto no debe reemplazar la provisión de un desglose detallado de los objetos del proceso de contratación en la sección de planificación, licitación, adjudicación o contratos. + + |
+ + string + | +
+ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
+En algunos casos, es importante proporcionar un título y una descripción generales para un proceso de contratación, distintos de los campos individuales de título y descripción contenidos en los bloques tender
, awards
y contracts
.
La extensión añade campos title
y description
al esquema de release.
A menudo se utilizarán para proporcionar un resumen legible de la información que se proporciona en otra parte del documento OCDS como datos estructurados.
+Los publicadores que utilicen estos campos deben ser conscientes de que no todas las aplicaciones mostrarán su contenido y, por lo tanto, la información clave para comprender la naturaleza del proceso de contratación generalmente también se debe proporcionar utilizando los campos centrales del OCDS.
+{
+ "title": "Next-Generation Telecommunications PPP",
+ "description": "The Next-Generation Telecommunications PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators. The project will increase the telecommunication services coverage, promote competitive prices and enhance the quality of services according to international standards."
+}
+
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.
++ Para proporcionar títulos y descripciones del proceso en general , a menudo para dar un resumen de texto libre del proceso de contratación como un todo. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ title
+
+ |
+ + Título + | +
+ Un título general para este proceso de contratación o entrega. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción general de este proceso de contratación o entrega. Este no reemplaza a una descripción detallada de los objetos del proceso de contratación en las secciones de planeación, licitación, adjudicación o contrato. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/procurementMethodRationaleClassifications/master/ +
++ Agregar una lista al objeto de licitación para clasificar la justificación del método de contratación. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ TED_PT_AWARD_CONTRACT_WITHOUT_CALL
+
+ |
+ + European Union direct award justification (TED schema) + | +
+ Justification for using a procedure which allows awarding contracts directly without the requirement of publishing a call for competition in the Official Journal of the European Union. This scheme's codes match those in the TED schema. + +
|
+
+
+ eforms-direct-award-justification
+
+ |
+ + European Union direct award justification (eForms) + | +
+ Justification for using a procedure which allows awarding contracts directly without the requirement of publishing a call for competition in the Official Journal of the European Union. This scheme's codes match those in eForms. + +
|
+
+ Agregar una lista al objeto de licitación para clasificar la justificación del método de contratación. +
+Agregar una lista al objeto de licitación para clasificar la justificación del método de contratación.
+In the European Union, this extension's fields correspond to eForms BT-136 (Direct Award Justification Code). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "procurementMethodRationaleClassifications": [
+ {
+ "id": "D_NO_TENDERS_REQUESTS",
+ "description": "No tenders or no suitable tenders/requests to participate in response to a procedure with prior call for competition",
+ "scheme": "TED_PT_AWARD_CONTRACT_WITHOUT_CALL"
+ },
+ {
+ "id": "D_FROM_LIQUIDATOR_CREDITOR",
+ "description": "Purchase of supplies or services on particularly advantageous terms from the liquidator in an insolvency procedure, an arrangement with creditors or a similar procedure under national laws and regulations",
+ "scheme": "TED_PT_AWARD_CONTRACT_WITHOUT_CALL"
+ }
+ ]
+ }
+}
+
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.
++itemClassificationScheme.csv
codelist.minProperties
, minItems
y/o minLength
.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) and in pull requests.
++ Agregar una lista al objeto de licitación para clasificar la justificación del método de contratación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ procurementMethodRationaleClassifications
+
+ |
+ + Clasificaciones de los fundamentos de métodos de contratación + | +
+ Las clasificaciones de la justificación del método de contratación. + + |
+ + array of Classification objects + | +
+ + This page has moved to a /es/extensions/project/master/ +
++ Agrega un objeto de proyecto al objeto de planificación para describir el proyecto con el que está relacionado el proceso de contratación, incluido el valor total del proyecto (no debe confundirse con el valor total del proceso de contratación). +
+Esta extensión agrega un objeto project
al objeto planning
.
En OCDS, la información del proyecto está anidada bajo el objeto planning.budget
. Sin embargo, en algunos casos, los sistemas de gestión presupuestaria y de gestión de proyecto están separados, y podría ser importante especificar por separado:
Esto es particularmente importante en casos de alianzas público-privadas y grandes proyectos de infraestructura, donde los usuarios pueden querer hacer un seguimiento de todos los procesos de contratación relacionados con el proyecto a gran escala y comprender los contratos individuales en el contexto de su proceso de contratación y el proyecto en general. valores.
+This extension must be used with the Location extension.
+{
+ "planning": {
+ "project": {
+ "id": "oc4ids-gx3fo2-000002",
+ "title": "Construcción de red de drenaje sanitario en diversas calles de la colonia Ruperto Martínez",
+ "description": "Construcción de red de drenaje sanitario consistente en excavación de 756 metros cúbicos para alojar la red de drenaje sanitario, suministro y colocación de 712 metros de tubería PVC tipo serie 20 pared solida, construcción de 15 pozos de visita y 30 descargas domiciliarias sencillas en la colonia Ruperto Martinez, en el municipio de Higueras, N.L.",
+ "totalValue": {
+ "amount": 4010130.1,
+ "currency": "MXN"
+ },
+ "locations": [
+ {
+ "description": "Col. Ruperto Martínez, Higueras, N.L.",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 25.953400063796533,
+ -100.01606973176307
+ ]
+ }
+ }
+ ]
+ }
+ }
+}
+
{
+ "planning": {
+ "project": {
+ "title": "Example PPP",
+ "description": "The Example PPP project will guarantee the installation of a wholesale shared network that allows the provision of telecommunications services by current and future operators.",
+ "id": "example_ppp",
+ "uri": "http://communications.gov.example/projects/example_ppp",
+ "totalValue": {
+ "amount": 600000000,
+ "currency": "USD"
+ },
+ "sector": {
+ "scheme": "COFOG",
+ "description": "Road transportation",
+ "id": "04.5.1"
+ },
+ "locations": [
+ {
+ "description": "Local Authority Area: Halton Borough Council",
+ "gazetteer": {
+ "scheme": "GEONAMES",
+ "identifiers": [
+ "2647601"
+ ]
+ }
+ }
+ ]
+ }
+ }
+}
+
minProperties
, minItems
y/o minLength
.planning.budget
. Ver #701.Project.title
Project.source
y Project.project
Budget.project
y Budget.projectID
mergeStrategy
.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.
++ Agrega un objeto de proyecto al objeto de planificación para describir el proyecto con el que está relacionado el proceso de contratación, incluido el valor total del proyecto (no debe confundirse con el valor total del proceso de contratación). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Planning
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ project
+
+ |
+ + Información de proyecto + | +
+ Una sección de proyecto se puede usar para describir la relación entre este proceso de contratación y un proyecto o programa de trabajo. + + |
+ + Project object + | +
+ The extension defines a new Project
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador de proyecto + | +
+ Un identificador externo para el proyecto. Éste puede tomarse de un registro de proyectos o puede basarse en la versión canónica de un nombre de proyecto. Los IDs de proyecto deben de ser únicos para un publicador. Se pueden usar URIs. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título del Proyecto + | +
+ El nombre del proyecto con el cual se relaciona este proceso de contratación. Algunas organizaciones mantienen un registro de proyectos y los datos deben de usar el nombre por el cual se conoce al proyecto en dicho registro. + ++ This field has multilingual support. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción del proyecto + | +
+ Una breve descripción en texto libre del proyecto. + ++ This field has multilingual support. + + |
+ + string + | +
+
+ totalValue
+
+ |
+ + Valor total del proyecto + | +
+ El monto total anticipado del proyecto a lo largo de su duración. + + |
+ + Value object + | +
+
+ uri
+
+ |
+ + Información vinculada del proyecto + | +
+ Un URI que apunte a mayor información sobre este proyecto. + + |
+ + string + | +
+
+ sector
+
+ |
+ + Sector del proyecto + | +
+ Una categorización general del sector principal con el cual se relaciona este proceso de licitación. Se recomienda el uso de UN COFOG codes, con 'COFOG' como esquema de clasificación y el código numérico COFOG para la clasificación primaria de sector. + + |
+ + Classification object + | +
+
+ additionalClassifications
+
+ |
+ + Clasificaciones sectoriales adicionales + | +
+ Clasificación adicional del proyecto por otras clasificaciones de sector o usando otros esquemas de clasificación (p.ej. Contra un marco estratégico). + + |
+ + array of Classification objects + | +
+
+ locations
+
+ |
+ + Ubicación de Proyecto + | +
+ Información sobre la ubicación donde se llevará a cabo un proyecto. + + |
+ + array of Location objects + | +
+ + This page has moved to a /es/extensions/recurrence/master/ +
++ Agregar campos de información acerca de la recurrencia del proceso de contratación. +
+Esta extensión agrega campos de información sobre la recurrencia del proceso de contratación.
+"Recurrence" means another contracting process for the same goods, services or works is likely to occur. This is not the same as awarding multiple contracts within a framework agreement.
+A company might, for example, use this information to decide to invest in the machinery they would need to compete for the potential future contract.
+El [Revised Agreement on Government Procurement] (https://www.wto.org/english/docs_e/legal_e/rev-gpr-94_01_e.htm) (GPA) incluye: "cada aviso de contratación prevista deberá incluir ... c. para los contratos recurrentes, una estimación, si es posible, del calendario de avisos posteriores de contratación prevista".
+La Unión Europea es una parte al GPA, y como tal su Directiva 2014/24/EU (Contratos públicos - que establecen reglas básicas claras) incluye: "Parte C: Información que se incluirá en los avisos de contrato ... 27. En el caso de adquisiciones periódicas, tiempo estimado para que se publiquen más avisos".
+This extension's fields correspond to eForms BT-94 (Recurrence) and BT-95 (Recurrence Description).
+{
+ "tender": {
+ "hasRecurrence": true,
+ "recurrence": {
+ "dates": [
+ {
+ "startDate": "2020-01-01T00:00:00Z"
+ },
+ {
+ "startDate": "2021-01-01T00:00:00Z"
+ }
+ ],
+ "description": "The duration of this contract and recurrent contracts will not exceed three years."
+ }
+ }
+}
+
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.
+minProperties
, minItems
y/o minLength
.El borrador original de la extensión se puede encontrar en el repositorio archivado de perfiles comerciales
++ Agregar campos de información acerca de la recurrencia del proceso de contratación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Recurrence
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ dates
+
+ |
+ + Fechas estimadas + | +
+ Una estimación del calendario de iniciaciones posteriores de los procesos de contratación (por ejemplo, avisos de contratación prevista). + + |
+ + array of Period objects + | +
+
+ description
+
+ |
+ + Para más información + | +
+ Cualquier otra información acerca de la recurrencia del proceso de contratación. + + |
+ + string + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ recurrence
+
+ |
+ + Recurrencia + | +
+ Información acerca de la recurrencia del proceso de contratación. + + |
+ + Recurrence object + | +
+
+ hasRecurrence
+
+ |
+ + Tiene recurrencia + | +
+ Si el proceso de contratación es recurrente. + + |
+ + boolean + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ recurrence
+
+ |
+ + Recurrencia + | +
+ Información acerca de la recurrencia del lote. + + |
+ + Recurrence object + | +
+
+ hasRecurrence
+
+ |
+ + Tiene recurrencia + | +
+ Si el proceso de contratación es recurrente. + + |
+ + boolean + | +
+ + This page has moved to a /es/extensions/releasePublisher/master/ +
++ Incluye información sobre el publicador a nivel release para los casos en los que un paquete de releases o un paquete de records contienen releases de diferentes publicadores +
+Includes the information about the publisher at release level for the cases in that a release-package or record-packages +contains releases from different publishers.
+{
+ "publisher": {
+ "name": "SECRETARÍA DE LA FUNCIÓNN PÚBLICA / SECRETARIA DE HACIENDA Y CRÉDITO PÚBLICO",
+ "uri": "http://www.gob.mx/contratacionesabiertas/"
+ },
+ "license": "https://datos.gob.mx/libreusomx",
+ "publishedDate": "2018-02-14T19:23:19.405517Z",
+ "uri": "https://api.datos.gob.mx/v1/",
+ "records": [
+ {
+ "ocid": "ocds-07smqs-1303516",
+ "releases": [
+ {
+ "publisher": {
+ "uri": "http://www.gob.mx/sfp",
+ "uid": "27511",
+ "name": "SECRETARÍA DE LA FUNCIÓN PÚBLICA"
+ },
+ "language": "es"
+ ....
+ },
+ {
+ "publisher": {
+ "uri": "http://www.gob.mx/shcp",
+ "uid": "00000",
+ "name": "SECRETARÍA DE HACIENDA Y CRÉDITO PÚBLICO"
+ },
+ "language": "es"
+ ....
+ }
+ ]
+ }
+ ]
+}
+
++ Incluye información sobre el publicador a nivel release para los casos en los que un paquete de releases o un paquete de records contienen releases de diferentes publicadores +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ publisher
+
+ |
+ + Publicador + | +
+ Información que identifica únicamente al publicador de este release + + |
+ + object + | +
+
+ publisher.
+ |
+ + Nombre + | +
+ El nombre de la organización o departamento responsable de publicar estos datos + + |
+ + string + | +
+
+ publisher.
+ |
+ + Esquema + | +
+ El esquema tiene identificadores únicos que se usan para identificar el artículo que se esta identificando + + |
+ + string + | +
+
+ publisher.
+ |
+ + uid + | +
+ El ID único para esta entidad bajo el esquema ID que se dio. Note el uso de 'uid' en lugar de 'id'. Vea el issue #245 + + |
+ + string + | +
+
+ publisher.
+ |
+ + URI + | +
+ Se usa un URI para identificar el publicador + + |
+ + string + | +
+ + This page has moved to a /es/extensions/releaseSource/master/ +
++ Añade una lista de fuentes para indicar los sistemas de información de los cuales se originan los datos +
+En muchos casos, la publicación OCDS combina información de múltiples sistemas de información o bases de datos. Por ejemplo:
+La procedencia de los datos es relevante para muchos casos de uso, incluyendo la verificación de datos.
+Para satisfacer los casos de uso, esta extensión incluye una lista de sources
en el esquema de release, en el cual el publicador puede hacer una lista de los sistemas de información de los cuales surgen los datos del release.
{
+ "sources": [
+ {
+ "id": "sample-source",
+ "name": "Sample Source",
+ "url": "http://example.com"
+ },
+ {
+ "id": "honducompras",
+ "name": "HonduCompras 1.0",
+ "url": "http://h1.honducompras.gob.hn/"
+ }
+ ]
+}
+
Existen casos donde la fuente de los datos de un release vienen de diferentes sistemas de información del mismo publicador.
+Existen casos en donde se ligan los datos de bases de datos de contratos con las bases de datos de ofertas y procesos tradicionales.
+Esta extensión se discutió originalmente en https://github.com/open-contracting/standard/issues/800.
++ Añade una lista de fuentes para indicar los sistemas de información de los cuales se originan los datos +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ sources
+
+ |
+ + Fuentes + | +
+ Los sistemas de información de los cuales surgen los datos + + |
+ + array of Source objects + | +
+ The extension defines a new Source
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ El identificador único local para la fuente + + |
+ + string or integer + | +
+
+ name
+
+ |
+ + Nombre + | +
+ El nombre de la fuente + + |
+ + string + | +
+
+ url
+
+ |
+ + URL + | +
+ La dirección web de la fuente + + |
+ + string + | +
+ + This page has moved to a /es/extensions/renewal/master/ +
++ Agrega campos a los objetos de la licitación y del lote, para describir las opciones de los términos de renovación de los contratos. +
+Agregar campos a los objetos de la licitación y del lote, para describir las opciones de los términos de renovación de los contratos.
+In the European Union, this extension's fields correspond to eForms BT-57 (Renewal Description). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+Si el número de veces que se puede renovar un contrato es un número exacto y no un rango, establecer minimumRenewals
y maximumRenewals
al mismo número.
{
+ "tender": {
+ "lots": [
+ {
+ "id": "lot-1",
+ "title": "Architectural services",
+ "description": "For architectural services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 200000
+ },
+ "contractPeriod": {
+ "startDate": "2020-10-10T00:00:00Z",
+ "endDate": "2021-11-10T00:00:00Z"
+ },
+ "hasRenewal": false
+ },
+ {
+ "id": "lot-2",
+ "title": "Civil engineering services",
+ "description": "For civil engineering services delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 400000
+ },
+ "contractPeriod": {
+ "startDate": "2020-12-10T00:00:00Z",
+ "endDate": "2021-12-10T00:00:00Z"
+ },
+ "hasRenewal": true,
+ "renewal": {
+ "description": "The contracting authority reserves the right to extend the term for a period or periods of up to 1 year with a maximum of 2 such extensions on the same terms and conditions, subject to the contracting authority’s obligations at law.",
+ "maximumRenewals": 2,
+ "period": {
+ "durationInDays": 365
+ }
+ }
+ },
+ {
+ "id": "lot-3",
+ "title": "Structural engineering",
+ "description": "For structural engineering consultancy delivered in the project",
+ "status": "active",
+ "value": {
+ "currency": "GBP",
+ "amount": 600000
+ },
+ "contractPeriod": {
+ "startDate": "2021-02-10T00:00:00Z",
+ "endDate": "2022-02-10T00:00:00Z"
+ },
+ "hasRenewal": true,
+ "renewal": {
+ "description": "Contracts are due to be renewed one time at the end of the initial term.",
+ "minimumRenewals": 3,
+ "maximumRenewals": 3,
+ "period": {
+ "startDate": "2021-02-10T00:00:00Z",
+ "endDate": "2024-02-10T00:00:00Z"
+ }
+ }
+ }
+ ]
+ }
+}
+
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.
+Tender.hasRenewal
Tender.renewal
Renewal.minimumRenewals
Renewal.maximumRenewals
Renewal.period
minProperties
, minItems
y/o minLength
.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 issue 22 y en pull requests.
++ Agrega campos a los objetos de la licitación y del lote, para describir las opciones de los términos de renovación de los contratos. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasRenewal
+
+ |
+ + Tiene renovación + | +
+ Si los contratos se pueden renovar. + + |
+ + boolean + | +
+
+ renewal
+
+ |
+ + Renovación + | +
+ Las opciones para la renovación de los contratos. + + |
+ + Renewal object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasRenewal
+
+ |
+ + Tiene renovación + | +
+ Si se puede renovar el contrato relacionado con el lote. + + |
+ + boolean + | +
+
+ renewal
+
+ |
+ + Renovación + | +
+ Las opciones para la renovación del contrato relacionadas con el lote. + + |
+ + Renewal object + | +
+ The extension defines a new Renewal
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción de las opciones para la renovación del contrato. + + |
+ + string + | +
+
+ minimumRenewals
+
+ |
+ + Renovación mínima + | +
+ El número mínimo de renovaciones. + + |
+ + number + | +
+
+ maximumRenewals
+
+ |
+ + Renovación máxima + | +
+ El número máximo de renovaciones. Si no hay un máximo, establecer a 1e9999 (que analiza hasta infinito). + + |
+ + number + | +
+
+ period
+
+ |
+ + Periodo de renovación + | +
+ El período durante el cual se puede renovar el contrato. + + |
+ + Period object + | +
+ + This page has moved to a /es/extensions/requirements/master/ +
++ Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV). +
+
+ You can download the dataType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ string
+
+ |
+ + String + | +
+ The response must be of type string + + |
+
+
+ date-time
+
+ |
+ + Date-time + | +
+ The response must be of type date-time (ISO8601) + + |
+
+
+ number
+
+ |
+ + Number + | +
+ The response must be of type number, i.e. a floating point or whole number + + |
+
+
+ integer
+
+ |
+ + Integer + | +
+ The response must be of type integer + + |
+
+
+ boolean
+
+ |
+ + Boolean + | +
+ The response must be of type boolean + + |
+
+ Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV). +
+Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV).
+CCCEV is designed to support the exchange of information between buyers or procuring entities that define criteria and tenderers that respond to these criteria by means of evidences. Criteria can relate to bids, tenderers, lots or items.
+If your data does not closely follow the Core Criterion and Core Evidence Vocabulary (CCCEV), consider the Selection criteria extension.
+El modelo CCCEV define los siguientes conceptos:
+Criterion +A criterion represents a rule or principle used to judge, evaluate or assess bids, tenderers, lots or items. A criterion is satisfied when one or more of its requirement groups is satisfied.
+Requirement Group +A requirement group is a collection of one or more individual requirements. A requirement group is satisfied when all of it's requirements are satisfied.
+Requirement +An atomic requirement which can be expressed as either an expected value or a range of accepted values.
+Requirement Response +A requirements response is an assertion that responds to a specific requirement.
+Por lo tanto, el modelo CCCEV puede usarse para expresar las condiciones AND, donde un grupo de requisitos debe cumplirse para satisfacer un criterio, así como las condiciones OR, donde existen requisitos alternativos que pueden satisfacer un criterio.
+The CCCEV model also defines a number of additional concepts including formalFrameworks, used to specify the legal instruments from criteria are derived, evidence, used both to specify and provide the evidence required to support a response, and additional properties of requirements such as certificationLevel. These are not yet implemented in this extension. This extension also does not describe formulae for calculating computed values, nor does it describe whether data should be published openly or not.
+Criteria for an item and a tenderer, with AND and OR conditions:
+{
+ "tender": {
+ "criteria": [
+ {
+ "id": "0001",
+ "title": "Air intake",
+ "description": "The vacuum cleaner air intake must be at least 100W",
+ "relatedItem": "item1",
+ "requirementGroups": [
+ {
+ "id": "0001-001",
+ "description": "The vacuum cleaner air intake must be at least 100W",
+ "requirements": [
+ {
+ "id": "0001-001-01",
+ "title": "Air intake",
+ "description": "Power of vacuum cleaner air intake in W",
+ "dataType": "integer",
+ "pattern": "[0-9]*",
+ "minValue": 100
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "0002",
+ "title": "Warranty",
+ "description": "The vacuum cleaner must have warranty support options for at least 36 months",
+ "relatedItem": "item1",
+ "requirementGroups": [
+ {
+ "id": "0002-001",
+ "description": "The standard warranty period for the vacuum cleaner must be at least 36 months",
+ "requirements": [
+ {
+ "id": "0002-001-01",
+ "title": "Standard warranty period",
+ "description": "Length of the vacuum cleaner standard warranty period in months",
+ "dataType": "integer",
+ "pattern": "[0-9]*",
+ "minValue": 36
+ }
+ ]
+ },
+ {
+ "id": "0002-002",
+ "description": "The standard warranty period for the vacuum cleaner must be at least 12 months with an option to extend to 36 months",
+ "requirements": [
+ {
+ "id": "0002-002-01",
+ "title": "Standard warranty period",
+ "description": "Length of the vacuum cleaner standard warranty period in months",
+ "dataType": "integer",
+ "pattern": "[0-9]*",
+ "minValue": 12
+ },
+ {
+ "id": "0002-002-02",
+ "title": "Extended warranty option",
+ "description": "There is an extended warranty option for at least 36 months",
+ "dataType": "boolean",
+ "expectedValue": true
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "0003",
+ "title": "Years trading",
+ "description": "Number of years the tenderer has been trading",
+ "relatesToTenderer": true,
+ "requirementGroups": [
+ {
+ "id": "0003-001",
+ "description": "Number of years the tenderer has been trading",
+ "requirements": [
+ {
+ "id": "0003-001-01",
+ "title": "Years trading",
+ "description": "Number of years the tenderer has been trading",
+ "dataType": "integer",
+ "pattern": "[0-9]*",
+ "minValue": 3
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+}
+
Responses to the criteria:
+{
+ "bids": {
+ "details": [
+ {
+ "id": "1",
+ "requirementResponses": [
+ {
+ "id": "air",
+ "value": 125,
+ "requirement": {
+ "id": "0001-001-01"
+ }
+ },
+ {
+ "id": "warranty",
+ "value": 36,
+ "requirement": {
+ "id": "0002-001-01"
+ }
+ },
+ {
+ "id": "years",
+ "value": 10,
+ "requirement": {
+ "id": "0003-001-01"
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
+
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.
+Award.requirementResponses
Contract.requirementResponses
Criterion.source
RequirementResponse.relatedTenderer
Criterion.relatesTo
codelist field with Criterion.relatesToTenderer
boolean field.relatesTo.csv
codelist.responseSource.csv
codelist.Criterion.relatedLots
field.minProperties
, minItems
y/o minLength
.Esta extensión se discutió originalmente en https://github.com/open-contracting/standard/issues/223.
+"uniqueItems ": true
en los campos matriz y agregar "minLength": 1
en los campos de cadena obligatorios.Requirement.expectedValue
y RequirementResponse.value
permiten valores boolean.+ Adds fields to express the Core Criterion and Core Evidence Vocabulary (CCCEV). +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Criterion
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ El identificador para este criterio. Debe de ser único y no puede cambiar dentro del Proceso de Contratación Abierta del cual es parte (definido por un sólo ocid). Ver la guía de identificadores para mayores detalles. + + |
+ + string or integer + | +
+
+ title
+
+ |
+ + Título + | +
+ Un título para este criterio + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ A description of this criterion. + + |
+ + string + | +
+
+ relatesToTenderer
+
+ |
+ + Relates to tenderer + | +
+ The criterion judges, evaluates or assesses a tenderer. + + |
+ + boolean + | +
+
+ relatedItem
+
+ |
+ + Artículo relacionado + | +
+ The identifier of the item in the tender section to which this criterion applies. + + |
+ + string + | +
+
+ relatedLots
+
+ |
+ + Related lot(s) + | +
+ The identifiers of the lots to which this criterion applies. + + |
+ + array of strings + | +
+
+ requirementGroups
+
+ |
+ + Grupos de requisitos + | +
+ Una lista de grupos de requisitos para este Criterio. Un criterio se satisface cuando uno o más grupos de requisitos se cumplen. Un grupo de requisitos se cumple cuando todos los requerimientos del grupo se satisfacen. + + |
+ + array of RequirementGroup objects + | +
+ The extension defines a new RequirementGroup
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ El identificador para este grupo de requisitos. Debe ser único y no puede cambiar dentro del Proceso de Contratación Abierta del que forma parte (definido por un solo ocid). Consulte la guía de identificadores para obtener más detalles. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ A description of this requirement group. + + |
+ + string + | +
+
+ requirements
+
+ |
+ + Requisitos + | +
+ Una lista de requisitos que deben ser cumplidos para que el grupo de requisitos se cumpla. + + |
+ + array of Requirement objects + | +
+ The extension defines a new Requirement
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador del requisito + | +
+ El identificador de este requisito. Debe ser único y no puede cambiar dentro del Proceso de Contratación Abierta de que forma parte (definido por un solo ocid). Consulte la guía de identificadores para obtener más detalles. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título de requisito + | +
+ El título de este requisito atómico. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción del requisito + | +
+ Una descripción de texto libre para este requisito atómico + + |
+ + string + | +
+
+ dataType
+
+ |
+ + Tipo de dato de Requisito + | +
+ The data type in which the response must be provided. + + |
+ + string from closed dataType codelist + | +
+
+ pattern
+
+ |
+ + Patrón de validación de respuesta + | +
+ A regular expression with which to validate the response. + + |
+ + string + | +
+
+ expectedValue
+
+ |
+ + Valor esperado + | +
+ The expected value of the requirement, when the response must be specific value. + + |
+ + string or integer or number or boolean + | +
+
+ minValue
+
+ |
+ + Valor mínimo + | +
+ The lower bound of the requirement, when the response must be within a certain range. + + |
+ + integer or number + | +
+
+ maxValue
+
+ |
+ + Valor máximo + | +
+ The upper bound of the requirement, when the response must be within a certain range. + + |
+ + integer or number + | +
+
+ period
+
+ |
+ + Periodo + | +
+ The period to which the requirement applies: for example, the tenderer's turnover in a given year. + + |
+ + Period object + | +
+ The extension defines a new RequirementResponse
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador + | +
+ The unique identifier of this response in the context of the contracting process. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título + | +
+ The title of this response. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ The description of this response. + + |
+ + string + | +
+
+ value
+
+ |
+ + Valor + | +
+ The value of this response. + + |
+ + string or integer or number or boolean + | +
+
+ period
+
+ |
+ + Periodo + | +
+ The period to which the response applies. + + |
+ + Period object + | +
+
+ requirement
+
+ |
+ + Requisito relacionado + | +
+ A reference to the requirement to which the response applies. + + |
+ + RequirementReference object + | +
+ The extension defines a new RequirementReference
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID de requisito + | +
+ The identifier of the requirement to which the response applies. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título de requisito + | +
+ The title of the requirement to which the response applies. + + |
+ + string + | +
+ The extension defines these fields in the Bid
object from the Estadísticas y detalles de las ofertas extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ requirementResponses
+
+ |
+ + Respuestas de requisito + | +
+ The responses of this bid to the requirements. + + |
+ + array of RequirementResponse objects + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ criteria
+
+ |
+ + Criterios + | +
+ Criteria on which bids, tenderers, lots or items will be judged, evaluated or assessed. + + |
+ + array of Criterion objects + | +
+ + This page has moved to a /es/extensions/risk_allocation/master/ +
++ Para proporcionar las asignaciones de riesgo definidas en un contrato de asociación público-privada. +
+
+ You can download the riskAllocation.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ publicAuthority
+
+ |
+ + Public authority + | +
+ The risk is wholly or mostly retained by the public authority + + |
+
+
+ privateParty
+
+ |
+ + Private party + | +
+ The risk is wholly or mostly retained by the private party + + |
+
+
+ undefined
+
+ |
+ + Undefined + | +
+ The risk is not clearly assigned to a specific party to the contract. Further details can be provided in the notes field. + + |
+
+ You can download the riskCategory.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ landAvailability
+
+ |
+ + Land availability and acquisition risk + | +
+ Relates to the unavailability of land or site to construct the infrastructure at the time of contract signature + +
|
+
+
+ environmental
+
+ |
+ + Environmental risk + | +
+ Environmental risks might be related to a number of environmental issues such as general contamination, pollution, water contamination, impact on the natural environment etc. An adverse assessment might lead to changes in design, leading to a direct impact on cost of infrastructure + +
|
+
+
+ design
+
+ |
+ + Design risks + | +
+ Represents the possibility that design quality for the asset is not adequate to meet project requirements + +
|
+
+
+ construction
+
+ |
+ + Construction risks + | +
+ Represents the possibility that during the construction Phase, the actual project costs or construction time exceeds the projected time and costs + +
|
+
+
+ completion
+
+ |
+ + Completion and commissioning + | +
+ Refers to the failure to meet the construction outcome or finalization as prescribed + +
|
+
+
+ revenue
+
+ |
+ + Revenue risk + | +
+ Refers to the risk of the revenue flows not being correctly assessed + +
|
+
+
+ inflationAndFx
+
+ |
+ + Foreign exchange, inflation and indexation risk + | +
+ Risk that changes in exchange rates or inflation adversely affect the project outcomes + +
|
+
+
+ availabilityAndQuality
+
+ |
+ + Availability and quality risk + | +
+ Risk linked to availability and quality issues relating to performance requirements and performance target levels + +
|
+
+
+ otherRevenue
+
+ |
+ + Other revenue risk events + | +
+ credit or counterparty risk; fraud/non-payment by users + +
|
+
+
+ financeAvailability
+
+ |
+ + Availability of finance + | +
+ Represents the risk of financing not being available at commercial close or before construction starts + +
|
+
+
+ refinancing
+
+ |
+ + Refinancing risks + | +
+ Risks relating to the downside of refinancing + +
|
+
+
+ changeInLaw
+
+ |
+ + Changes in law + | +
+ Risk that a change in general law or the sector regulatory framework adversely affect the project + +
|
+
+
+ forceMajeure
+
+ |
+ + Force majeure + | +
+ Risk that external events beyond the control of the parties to the contract, such as natural disasters, wars, terrorism etc., affect the project + +
|
+
+
+ earlyTermination
+
+ |
+ + Early termination + | +
+ Risk that compensation sum due to early termination might be insufficient to meet private party’s financial obligations or is less than expected + +
|
+
+
+ compliance
+
+ |
+ + Compliance risks + | +
+ Risks deriving from the compliance or lack thereof of regulatory obligations related to the development of the project + +
|
+
+
+ all
+
+ |
+ + All risks + | +
+ All risks deriving from the project + +
|
+
+ Para proporcionar las asignaciones de riesgo definidas en un contrato de asociación público-privada. +
+El marco para la divulgación de APP exige información individual sobre la asignación de riesgos.
+La extensión de asignación de riesgos se utiliza para proporcionar datos estructurados sobre las asignaciones de riesgo definidas en un contrato de asociación público-privada, a través de una lista de contracts.riskAllocation
.
La lista de códigos riskCategory.csv
se basa en el programa de certificación APMG PPP. La columna Category (Categoría) de la lista de códigos indica la fase o el aspecto del proceso de contratación al que se aplica la categoría de riesgo.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "title": "Public Private Partnership Agreement",
+ "description": "Public-Private Partnership agreement entered into by and between telecoms promoter, together with national fibre infrastructure and the special purpose vehicle Mega Consortium Ltd",
+ "riskAllocation": [
+ {
+ "id": "1",
+ "category": "compliance",
+ "description": "Risks deriving from the compliance or lack thereof of regulatory obligations related to the development of the Project",
+ "allocation": "privateParty"
+ },
+ {
+ "id": "2",
+ "category": "construction",
+ "description": "Risks deriving from procurement or lack thereof of the necessary licenses and permits for the Project’s development",
+ "allocation": "privateParty"
+ },
+ {
+ "id": "3",
+ "category": "construction",
+ "description": "Risks arising from the procurement or lack thereof of rights of way required for the Project’s development",
+ "allocation": "privateParty"
+ }
+ ]
+ }
+ ]
+}
+
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.
+minProperties
, minItems
y/o minLength
."minLength": 1
en los campos de cadena obligatorios.Risk.id
sea obligatorio para soportar el seguimiento de revisiones y fusión de listas+ Para proporcionar las asignaciones de riesgo definidas en un contrato de asociación público-privada. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Risk
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID de riesgo + | +
+ Un identificador local para este riesgo, único en este bloque. Este campo se utiliza para mantener el monitoreo de revisiones múltiples de un riesgo a través de la compilación desde la entrega hasta el registro. + + |
+ + string or integer + | +
+
+ category
+
+ |
+ + Categoría de riesgo + | +
+ La categoría del riesgo, de la lista de códigos riskCategory. + + |
+ + string from open riskCategory codelist + | +
+
+ description
+
+ |
+ + Descripción de riesgo + | +
+ La descripción del riesgo. + + |
+ + string + | +
+
+ allocation
+
+ |
+ + Asignación de riesgos + | +
+ The party to the contract that retains the risk. + + |
+ + string from closed riskAllocation codelist + | +
+
+ notes
+
+ |
+ + Notas de Riesgo + | +
+ Notas adicionales sobre el riesgo, por ejemplo la justificación de la asignación. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ riskAllocation
+
+ |
+ + Asignación de riesgos + | +
+ Información sobre la asignación de los riesgos relacionados con el contrato. + + |
+ + array of Risk objects + | +
+ Para proporcionar las asignaciones de riesgo definidas en un contrato de asociación público-privada. +
+
+ You can download the riskAllocation.csv
file in English.
+
+ Código + | ++ Title_en + | ++ Description_en + | +
---|---|---|
+
+ publicAuthority
+
+ |
+ + Public authority + | +
+ The risk is wholly or mostly retained by the public authority + + |
+
+
+ privateParty
+
+ |
+ + Private party + | +
+ The risk is wholly or mostly retained by the private party + + |
+
+
+ undefined
+
+ |
+ + Undefined + | +
+ The risk is not clearly assigned to a specific party. Further details can be provided in the notes field. + + |
+
+ You can download the riskCategory.csv
file in English.
+
+ Código + | ++ Title_en + | ++ Description_en + | +
---|---|---|
+
+ development
+
+ |
+ + Development Risk + | +
+ Risks relating to the development phase, which involves the preparation and procurement of the project up to financial close, including invitation to tender and bidding; negotiation of the various project documents; and obtaining debt and equity funding. + +
|
+
+
+ completion
+
+ |
+ + Completion Risk + | +
+ The risk that the project is not completed in accordance with its initial specifications within the agreed timeframe. Completion risk covers: construction, testing and commissioning of the project. + +
|
+
+
+ costIncrease
+
+ |
+ + Cost Increase Risk + | +
+ The risk that the amount forecast for the cost of construction and operation of the project in the financial model will, for some reason, be surpassed. Cost increase risk includes: exchange rate risk, interest rate and refinancing risk, inflation, taxes, input price increase, construction cost increase, operation cost increase, cost of spare and replacement parts, decrease in off-take price, and coverage of cost overrun risk. + +
|
+
+
+ performance
+
+ |
+ + Performance Risk + | +
+ The risk that the project does not perform at the levels specified in the contract. This risk covers design and construction, operation, input supply, and offtake purchaser infrastructure. + +
|
+
+
+ operation
+
+ |
+ + Operation Risk + | +
+ Operation risk includes: the risk of defects in design, equipment or materials beyond the construction contractor’s defects liability period, the availability of labor and materials, changes in operating requirements, the cost of asset replacement and major maintenance, the availability of experienced management, the availability of working capital financing to cover short-term financing needs, the availability of locally sourced/cost-effective supplies and services, the availability of associated infrastructure and services, the program for operation and maintenance, as well as other costs subject to change over the period of the concession. + +
|
+
+
+ market
+
+ |
+ + Market Risk + | +
+ Primary market risks that are likely to be encountered in a PPP project include: offtake (output) price and input cost risk. + +
|
+
+
+ political
+
+ |
+ + Political Risk + | +
+ Political risk, such as events of war, rebellion, default or failure of public sector entities, change in law and delays by authorities. + +
|
+
+
+ environmental
+
+ |
+ + Environmental Risk + | +
+ Risk related to the liabilities and constraints generated by environmental requirements, and the cost of compliance to environmental laws and regulations. + +
|
+
+
+ social
+
+ |
+ + Social Risk + | +
+ Risk related to the project’s impact on the local communities, and the potential resistance from local interest groups that can delay project implementation, increase the cost of implementation and undermine project viability. + +
|
+
+
+ credit
+
+ |
+ + Credit Risk + | +
+ The risk that project participants are not able to assume their project obligations to ensure the financial viability of the project. This risk takes into consideration the financial stability, technical capacity, available resources, longevity, and managerial capacity of each such participant. + +
|
+
+
+ compliance
+
+ |
+ + Compliance risks + | +
+ Risks deriving from the compliance or lack thereof of regulatory obligations related to the development of the project + + |
+
+
+ all
+
+ |
+ + All risks + | +
+ All risks deriving from the project + + |
+
+ Para proporcionar las asignaciones de riesgo definidas en un contrato de asociación público-privada. +
+El marco para la divulgación de APP exige información individual sobre la asignación de riesgos.
+La extensión de asignación de riesgos se utiliza para proporcionar datos estructurados sobre las asignaciones de riesgo definidas en un contrato de asociación público-privada.
+Las asignaciones de riesgos se pueden representar utilizando una lista de bloques de riesgo en el campo riskAllocation
de la sección contract
de una entrega de OCDS.
La categoría de riesgo se puede representar utilizando el campo risk/category
utilizando valores de la lista de códigos de categoría de riesgo basados en el APMG PPP Certification Program.
La parte que conserva cada riesgo debe representarse utilizando el campo risk/allocation
, utilizando valores de la lista de códigos de asignación de riesgos.
La descripción del riesgo debe proporcionarse como texto libre utilizando el campo risk/description
y la mitigación del riesgo debe proporcionarse como texto libre utilizando el campo risk/mitigation
.
Se puede proporcionar información de texto libre adicional sobre el riesgo utilizando el campo risk/notes
.
+ Para proporcionar las asignaciones de riesgo definidas en un contrato de asociación público-privada. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Risk
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID de riesgo + | +
+ Un identificador local para este riesgo, único en este bloque. Este campo se utiliza para mantener el monitoreo de revisiones múltiples de un riesgo a través de la compilación desde la entrega hasta el registro. + + |
+ + string or integer + | +
+
+ category
+
+ |
+ + Categoría de riesgo + | +
+ Especificar la categoría del riesgo contra la lista de códigos de categoría de riesgo. + + |
+ + string from open riskCategory codelist + | +
+
+ description
+
+ |
+ + Descripción de riesgo + | +
+ Una descripción para este riesgo. + + |
+ + string + | +
+
+ allocation
+
+ |
+ + Asignación de riesgos + | +
+ La parte que absorbe el riesgo. + + |
+ + string from closed riskAllocation codelist + | +
+
+ notes
+
+ |
+ + Notas de Riesgo + | +
+ Notas adicionales sobre el riesgo, por ejemplo la justificación para la asignación. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ riskAllocation
+
+ |
+ + Asignación de riesgos + | +
+ Información sobre la asignación de los riesgos relacionados con el contrato. + + |
+ + array of Risk objects + | +
+ + This page has moved to a /es/extensions/secondStageDescription/master/ +
++ Agregar un objeto de segunda etapa a los objetos de licitación y lote, para describir la segunda etapa de un procedimiento de dos etapas. +
+Agregar un objeto de segunda etapa a los objetos de licitación y lote, para describir la segunda etapa de un procedimiento de dos etapas. En particular, agregar dos campos para describir los límites en el número de candidatos a ser invitados.
+Si hay un límite exacto en el número de candidatos, establecer minimumCandidates
y maximumCandidates` al mismo número.
Si se establece maximumCandidates
, utilizar la extensión de criterios de selección (TBD) para describir cómo se utilizarán los criterios de selección para seleccionar candidatos que serán invitados a la segunda etapa.
In the European Union, this extension's fields correspond to eForms BG-709 (Second Stage). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "secondStage": {
+ "minimumCandidates": 5,
+ "maximumCandidates": 50,
+ "successiveReduction": true,
+ "noNegotiationNecessary": false,
+ "invitationDate": "2019-08-16T10:30:00Z"
+ }
+ }
+ ]
+ }
+}
+
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.
+minProperties
, minItems
y/o minLength
.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 [pull requests] (https://github.com/open-contracting-extensions/ocds_secondStageDescription_extension/pulls?q=is%3Apr+is%3Aclosed) y en https://github.com/open-contracting/standard/issues/695.
++ Agregar un objeto de segunda etapa a los objetos de licitación y lote, para describir la segunda etapa de un procedimiento de dos etapas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ secondStage
+
+ |
+ + Segunda etapa + | +
+ Información acerca de la segunda etapa de un procedimiento de dos etapas (por ejemplo, un procedimiento restringido, un procedimiento competitivo con negociación, un diálogo competitivo o una asociación de innovación). + + |
+ + SecondStage object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ secondStage
+
+ |
+ + Segunda etapa + | +
+ Información acerca de la segunda etapa de un procedimiento de dos etapas (por ejemplo, un procedimiento restringido, un procedimiento competitivo con negociación, un diálogo competitivo o una asociación de innovación). + + |
+ + SecondStage object + | +
+ The extension defines a new SecondStage
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ minimumCandidates
+
+ |
+ + Número mínimo de candidatos + | +
+ El número mínimo de candidatos a invitar a la segunda etapa del procedimiento. Si hay un límite exacto en el número de candidatos, establecer |
+ + number + | +
+
+ maximumCandidates
+
+ |
+ + Número máximo de candidatos + | +
+ El número máximo de candidatos que se invitará a la segunda etapa del procedimiento. Si hay un límite exacto en el número de candidatos, establecer |
+ + number + | +
+
+ successiveReduction
+
+ |
+ + Reducción sucesiva + | +
+ El procedimiento se llevará a cabo en etapas sucesivas. En cada etapa, algunos participantes pueden ser eliminados. + + |
+ + boolean + | +
+
+ noNegotiationNecessary
+
+ |
+ + No es necesaria la negociación + | +
+ El comprador o la entidad contratante se reserva el derecho de adjudicar el contrato sobre la base de las ofertas iniciales sin más negociaciones. + + |
+ + boolean + | +
+
+ invitationDate
+
+ |
+ + Fecha de la invitación + | +
+ La fecha estimada de envío de las invitaciones para participar o presentar ofertas. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/selectionCriteria/master/ +
++ Agrega un objeto para describir las condiciones de participación en un proceso de contratación. +
+
+ You can download the appliesTo.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ supplier
+
+ |
+ + Supplier + | +
+ The selection criterion applies to the suppliers. + + |
+
+
+ subcontractor
+
+ |
+ + Subcontractor + | +
+ The selection criterion applies to the subcontractors. + + |
+
+ You can download the selectionCriterionType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ economic
+
+ |
+ + Economic + | +
+ The criterion relates to the economic or financial standing of the tenderer. + + |
+
+
+ technical
+
+ |
+ + Technical + | +
+ The criterion relates to the technical or professional ability of the tenderer. + + |
+
+
+ suitability
+
+ |
+ + Suitability + | +
+ The criterion relates to the suitability of the tenderer (e.g. enrolment in trade register or membership of professional organization). + + |
+
+
+ other
+
+ |
+ + Other + | +
+ The criterion relates to other aspects of the tenderer. + + |
+
+ Agrega un objeto para describir las condiciones de participación en un proceso de contratación. +
+Agregar un objeto para describir los criterios para calificar a los candidatos a participar en un proceso de contratación.
+This extension must be used with the Award criteria breakdown extension.
+If your data closely follows the Core Criterion and Core Evidence Vocabulary (CCCEV), consider the Requirements extension.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BG-702 (Selection Criteria) and BG-72 (Selection Criteria Second Stage Invite Number). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+Potential suppliers and subcontractors must demonstrate a minimum of 10 years experience on similar projects.
+{
+ "tender": {
+ "selectionCriteria": {
+ "criteria": [
+ {
+ "description": "Minimum number of years of experience on similar projects",
+ "minimum": "10",
+ "type": "technical",
+ "appliesTo": [
+ "supplier",
+ "subcontractor"
+ ]
+ }
+ ]
+ }
+ }
+}
+
A tender with a single lot where the selection criterion only applies for selecting candidates to be invited to the second stage of the procedure. The candidates will be selected only if the rate of their turnover over the value of the contract is at least 2.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "LOT-0001",
+ "selectionCriteria": {
+ "criteria": [
+ {
+ "description": "Turnover over contract value rate",
+ "type": "economic",
+ "forReduction": true,
+ "numbers": [
+ {
+ "number": 2,
+ "threshold": "minimumScore"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
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.
+forReduction
and numbers
fields to the SelectionCriterion
object. The numbers
field reuses the CriterionNumber
definition from the Award criteria breakdown extension.appliesTo
field.minProperties
, minItems
y/o minLength
.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) y en pull requests.
++ Agrega un objeto para describir las condiciones de participación en un proceso de contratación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ selectionCriteria
+
+ |
+ + Criterios de selección + | +
+ Información sobre las condiciones de participación en un procedimiento. + + |
+ + SelectionCriteria object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ selectionCriteria
+
+ |
+ + Criterios de selección + | +
+ Información sobre las condiciones para participar en un lote. + + |
+ + SelectionCriteria object + | +
+ The extension defines a new SelectionCriteria
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ criteria
+
+ |
+ + Criterios de selección + | +
+ Los criterios de selección. + + |
+ + array of SelectionCriterion objects + | +
+
+ description
+
+ |
+ + Descripción + | +
+ La descripción de los criterios utilizados para seleccionar los operadores económicos que podrán ofertar. + + |
+ + string + | +
+ The extension defines a new SelectionCriterion
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Tipo + | +
+ El tipo de criterio. + + |
+ + string from closed selectionCriterionType codelist + | +
+
+ description
+
+ |
+ + Descripción + | +
+ La descripción del criterio. + + |
+ + string + | +
+
+ minimum
+
+ |
+ + Valor o nivel mínimo + | +
+ El valor mínimo o nivel de cumplimiento que un candidato debe alcanzar para participar. + + |
+ + string + | +
+
+ appliesTo
+
+ |
+ + Se aplica a + | +
+ Si el criterio se aplica a proveedores, subcontratistas o ambos. + + |
+ + array of strings from closed appliesTo codelist + | +
+
+ forReduction
+
+ |
+ + For reduction? + | +
+ Whether the criterion is used to select the potential suppliers to be invited to the second stage of the contracting process, if the number of invitations is limited. + + |
+ + boolean + | +
+
+ numbers
+
+ |
+ + Numbers + | +
+ Numbers linked to the criterion. + + |
+ + array of CriterionNumber objects + | +
+ + This page has moved to a /es/extensions/shareholders/master/ +
++ Agrega campos de propiedad de la empresa al objeto de organización utilizado en la lista de partes. +
+
+ You can download the votingRights.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ ordinary
+
+ |
+ + Ordinary voting rights + | +
+ The shareholder is entitled to a single vote per share in all circumstances + + |
+
+
+ none
+
+ |
+ + No voting rights + | +
+ The shareholder is not entitled to vote under any circumstances + + |
+
+
+ restricted
+
+ |
+ + Restricted voting rights + | +
+ The shareholder is entitled to vote in specific circumstances only + + |
+
+
+ additional
+
+ |
+ + Additional voting rights + | +
+ The shareholder is entitled to more than one vote per share in all circumstances + + |
+
+
+ enhanced
+
+ |
+ + Enhanced voting rights + | +
+ The shareholder is entitled to more than one vote per share in specific circumstances only + + |
+
+ Agrega campos de propiedad de la empresa al objeto de organización utilizado en la lista de partes. +
+Adds company ownership fields to the organization object used in the parties array.
+For example, when bidding in Public Private Partnerships, companies can be required to disclose their ownership information. After a contract is signed and during project implementation, the ownership information of the Special Purpose Vehicle (SPV) that is operating the contract might need to be updated.
+Since each owner mentioned in the shareholders
array should have a corresponding entry in the parties
array, it is possible to use this extension to describe multiple levels of corporate ownership.
{
+ "parties": [
+ {
+ "id": "MEGA",
+ "name": "Mega Consortium",
+ "shareholders": [
+ {
+ "id": "1",
+ "shareholder": {
+ "id": "AHL",
+ "name": "Alpha Holdings Ltd"
+ },
+ "shareholding": 0.67,
+ "votingRights": "additional",
+ "votingRightsDetails": "Alpha Holdings Ltd. is entitled to 5 votes per share.",
+ "notes": "Alpha Holdings Ltd. must maintain a minimum shareholding of 30% in the project company until 10 years from the date of commissioning have elapsed."
+ },
+ {
+ "id": "2",
+ "shareholder": {
+ "id": "BET",
+ "name": "Beta Investment Company Ltd"
+ },
+ "shareholding": 0.33,
+ "votingRights": "ordinary"
+ }
+ ]
+ },
+ {
+ "id": "BET",
+ "name": "Beta Investment Company Ltd"
+ }
+ ]
+}
+
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.
+Organization.beneficialOwnership
.minProperties
, minItems
y/o minLength
."minLength": 1
en los campos de cadena obligatorios.Organization.beneficialOwnership
no nulo (deshacer cambio anterior).Shareholder.id
obligatorio para soportar el seguimiento de revisiones y fusión de listasOrganization.beneficialOwnership
pueda ser nulo.+ Agrega campos de propiedad de la empresa al objeto de organización utilizado en la lista de partes. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Shareholder
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ A local identifier for this shareholding, unique within this array. + + |
+ + string + | +
+
+ shareholder
+
+ |
+ + Accionista + | +
+ The organization holding the share. + + |
+ + OrganizationReference object + | +
+
+ shareholding
+
+ |
+ + Participación + | +
+ The percentage of the organization's shares held by the shareholder, expressed as a decimal between 0 and 1. + + |
+ + number + | +
+
+ votingRights
+
+ |
+ + Voting rights + | +
+ The type of voting rights associated with the shareholder's shares. + + |
+ + string from closed votingRights codelist + | +
+
+ votingRightsDetails
+
+ |
+ + Voting rights details + | +
+ Detailed information about the voting rights associated with the shareholder's shares: for example, when the shareholder voting rights are restricted, additional or enhanced. + + |
+ + string + | +
+
+ notes
+
+ |
+ + Notes + | +
+ Additional notes on the shareholding or shareholder: for example, details on any caps on equity transfer, or lock-in arrangements, applicable to the shareholder. + + |
+ + string + | +
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ shareholders
+
+ |
+ + Shareholdings + | +
+ Shareholdings in the organization: used to provide company ownership information for firms, primarily in the case of large and complex contracts, like public private partnerships, that require disclosure of this information by bidders or suppliers. + + |
+ + array of Shareholder objects + | +
+ Agrega campos de propiedad de la empresa al objeto de organización utilizado en la lista de partes. +
+
+ You can download the votingRights.csv
file in English.
+
+ Código + | ++ Title_en + | ++ Description_en + | +
---|---|---|
+
+ ordinary
+
+ |
+ + Ordinary voting rights + | +
+ The shareholder is entitled to a single vote per share in all circumstances + + |
+
+
+ none
+
+ |
+ + No voting rights + | +
+ The shareholder is not entitled to vote under any circumstances + + |
+
+
+ restricted
+
+ |
+ + Restricted voting rights + | +
+ The shareholder is entitled to vote in specific circumstances only + + |
+
+
+ additional
+
+ |
+ + Additional voting rights + | +
+ The shareholder is entitled to more than one vote per share in all circumstances + + |
+
+
+ enhanced
+
+ |
+ + Enhanced voting rights + | +
+ The shareholder is entitled to more than one vote per share in specific circumstances only + + |
+
+ Agrega campos de propiedad de la empresa al objeto de organización utilizado en la lista de partes. +
+La extensión de accionista se puede utilizar para proporcionar detalles de los propietarios de las partes involucradas en un proceso de contratación.
+Por ejemplo, en los procesos de Asociaciones Público-Privadas, a menudo se requiere que las compañías divulguen información sobre sus estructuras de propiedad al licitar y cuando se adjudique el contrato, es necesario mantener información sobre la propiedad de una Sociedad con Fines Específicos (SPV) actualizada durante la ejecución del proyecto.
+Debido a que cada propietario mencionado en la matriz de accionistas también debe tener una entrada en la matriz de 'parties', es posible utilizar esta extensión para crear información sobre las redes de propiedad corporativa involucrados en un proceso de contratación.
+Esta extensión también incluye una entrada 'stub' para registrar información de propiedad beneficiaria contra una parte.
+En la actualidad, esto incluye espacio para la descripción en texto libre de las estructuras de propiedad y control, pero podría ampliarse con información estructurada sobre la propiedad efectiva basada en el borrador Beneficial Ownership Data Standard.
++ Agrega campos de propiedad de la empresa al objeto de organización utilizado en la lista de partes. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Shareholder
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID del Accionista + | +
+ Un identificador local para este accionista, único dentro de este bloque. Este campo se utiliza para realizar un seguimiento de las revisiones múltiples de un accionista a través de la compilación del mecanismo de entrega a registro. + + |
+ + string + | +
+
+ shareholder
+
+ |
+ + Referencia de la organización de accionistas. + | +
+ Una referencia de la organización señalando la entrada en la sección de partes de la organización accionaria. + + |
+ + OrganizationReference object + | +
+
+ shareholding
+
+ |
+ + Participación + | +
+ El porcentaje de acciones que posee el accionista, expresado como un valor decimal entre 0 y 1. + + |
+ + number + | +
+
+ votingRights
+
+ |
+ + Derechos de voto de los accionistas + | +
+ Especifica el tipo de derechos de voto asociado a las acciones que posee el accionista en contra de la lista de códigos de derechos de voto. + + |
+ + string from closed votingRights codelist + | +
+
+ votingRightsDetails
+
+ |
+ + Detalles de los derechos de voto de los accionistas + | +
+ Información detallada sobre los derechos de voto del accionista. Este campo debe completarse cuando los derechos de voto de los accionistas son restringidos, adicionales o mejorados. + + |
+ + string + | +
+
+ notes
+
+ |
+ + Notas sobre los accionistas + | +
+ Notas adicionales sobre este accionista. Este campo debe usarse para proporcionar detalles sobre los límites máximos en la transferencia de capital, o acuerdos de bloqueo, aplicables a este accionista. + + |
+ + string + | +
+ The extension defines these fields in the Organization
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ shareholders
+
+ |
+ + Accionistas de la organización + | +
+ Una lista de los accionistas de la organización: se utiliza para proporcionar información sobre la propiedad de la empresa para las sociedades, principalmente en el caso de contratos grandes y complejos, o Sociedades Públicas Privadas, que requieren la divulgación de esta información para ciertos licitadores o adjudicatarios. + + |
+ + array of Shareholder objects + | +
+
+ beneficialOwnership
+
+ |
+ + Propiedad beneficiaria + | +
+ Esta sección puede usarse para registrar información concerniente a individuos u organizaciones con intereses de propiedad o control efectivas en esta parte. Cuando se dispone de datos estructurados, esta sección puede ampliarse mediante la incorporación o vinculación a la información modelada utilizando el [Estándar de Datos de Propiedad Efectiva (BODS)] (https://github.com/openownership/data-standard). + + |
+ + object + | +
+
+ beneficialOwnership.
+ |
+ + Descripción + | +
+ Una descripción en texto libre de la propiedad efectiva o los acuerdos de control. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/signatories/master/ +
++ Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award. +
+Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award.
+In OCDS, the signatories to a contract are not explicitly declared in the contracts
section. Instead, the signatories are implicitly assumed to be the buyer
and the suppliers
in the award associated to the contract.
In some types of contracting processes, there can be additional signatories to the contract, or the signatories to the contract can differ from those specified in buyer
and suppliers
.
Utilice esta extensión sólo si los firmantes de un contrato difieren de los proveedores suppliers
de su adjudicación y del comprador buyer
del proceso de contratación. En ese caso, enumere todos los firmantes del contrato, incluidos el comprador buyer
y los proveedores suppliers
.
Each signatory should have an associated entry in the parties
section.
El siguiente fragmento de JSON modela un proceso de contratación en el que hay un firmante adicional del contrato además de los definidos en los campos buyer
y awards.suppliers
.
{
+ "buyer": {
+ "name": "Ministry of Communications",
+ "id": "GB-GOV-12345678"
+ },
+ "awards": [
+ {
+ "id": "1",
+ "suppliers": [
+ {
+ "name": "Example Consortium",
+ "id": "GB-COH-00000000"
+ }
+ ]
+ }
+ ],
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "signatories": [
+ {
+ "name": "Ministry of Communications",
+ "id": "GB-GOV-12345678"
+ },
+ {
+ "name": "Example Consortium",
+ "id": "GB-COH-00000000"
+ },
+ {
+ "name": "Telecommunications UK",
+ "id": "GB-GOV-99999999"
+ }
+ ]
+ }
+ ]
+}
+
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.
+minProperties
, minItems
y/o minLength
.+ Adds a signatories array to the contract object, for when the signatories differ from the buyer for the contracting process and the suppliers for the award. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ signatories
+
+ |
+ + Firmantes del contrato + | +
+ The signatories to the contract. Each signatory should have a corresponding entry in the |
+ + array of OrganizationReference objects + | +
+ + This page has moved to a /es/extensions/statistics/master/ +
++ Adds a top-level statistics array to describe statistics about the contracting process. +
+
+ You can download the +statistic.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ complainants
+
+ |
+ + Complainants + | +
+ The total number of organizations that submitted a complaint. + + |
+
+ You can download the statisticScope.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ complaints
+
+ |
+ + Complaints + | +
+ Statistics relating to complaints and complainants. Also known as review requests. + + |
+
+ Adds a top-level statistics array to describe statistics about the contracting process. +
+Adds a top-level statistics array to describe statistics about the contracting process.
+This extension must be used with the Bid statistics and details extension.
+If you use a codelist for statistics.measure
, you should explain where the codes are from in your publication policy/user guide.
A statistic describing the number of complaints received about the unjustified rejection of abnormally low tenders. The value of statistics.measure
is taken from the EU's irregularity type codelist.
{
+ "statistics": [
+ {
+ "id": "1",
+ "value": 2,
+ "measure": "ab-low",
+ "scope": "complaints",
+ "notes": "Unjustified rejection of abnormally low tenders"
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a top-level statistics array to describe statistics about the contracting process. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statistics
+
+ |
+ + Statistics + | +
+ Statistics about the contracting process. + + |
+ + array of Statistic objects + | +
+ The extension defines these fields in the Statistic
object from the Estadísticas y detalles de las ofertas extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ scope
+
+ |
+ + Scope + | +
+ The scope of the statistic, from the closed statistic scope codelist. + + |
+ + string from closed statisticScope codelist + | +
+ + This page has moved to a /es/extensions/statusDetails/master/ +
++ Agregar un campo statusDetails al objeto Tender, Award y Contract. +
+En algunos casos, es importante preservar el nombre local del estado en el que se encuentra la licitación, adjudicación o contrato. Esta extensión agrega el campo statusDetails
a los objetos de licitación, adjudicación y contrato, con el fin de proporcionar el nombre local del estado particular utilizado.
{
+ "tender": {
+ "id": "tender-1",
+ "status": "complete",
+ "statusDetails": "Adjudicado"
+ },
+ "awards": [
+ {
+ "id": "award-1",
+ "status": "active",
+ "statusDetails": "Adjudicado"
+ }
+ ],
+ "contracts": [
+ {
+ "id": "contract-1",
+ "awardID": "award-1",
+ "status": "active",
+ "statusDetails": "Adjudicado"
+ }
+ ]
+}
+
Un ejemplo de contract.statusDetails
reflejando una orden judicial:
{
+ "tender": {
+ "id": "tender-1",
+ "status": "complete"
+ },
+ "awards": [
+ {
+ "id": "award-1",
+ "status": "active"
+ }
+ ],
+ "contracts": [
+ {
+ "id": "contract-1",
+ "awardID": "award-1",
+ "status": "active",
+ "statusDetails": "Suspended as a result of a court order."
+ }
+ ]
+}
+
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.
+contract.statusDetails
reflejando una orden judicial:Esta extensión se discutió originalmente en https://github.com/open-contracting/standard/issues/764.
++ Agregar un campo statusDetails al objeto Tender, Award y Contract. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ mainProcurementCategoryDetails
+
+ |
+ + Detalles de la categoría principal de contratación + | +
+ El nombre local de la Categoría Principal de Contratación + + |
+ + string + | +
+
+ statusDetails
+
+ |
+ + Detalles de estado + | +
+ Detalle adicional sobre el estado de la licitación. Este campo se puede utilizar para proporcionar el nombre local del estado. + + |
+ + string + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statusDetails
+
+ |
+ + Detalles de estado + | +
+ Detalle adicional sobre el estado de la adjudicación. Este campo se puede utilizar para proporcionar el nombre local del estado. + + |
+ + string + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ statusDetails
+
+ |
+ + Detalles de estado + | +
+ Detalle adicional sobre el estado del contrato. Este campo se puede utilizar para proporcionar el nombre local del estado. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/subcontracting/master/ +
++ Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties. +
+
+ You can download the +partyRole.csv
file in English.
+
+ The extension adds these codes to the partyRole.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ subcontractor
+
+ |
+ + Subcontractor + | +
+ An organization that will perform part of a contract on behalf of a supplier. + + |
+
+ Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties. +
+Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
Si el porcentaje del valor del contrato que se subcontrata es un número exacto y no un rango, establecer minimumPercentage
y maximumPercentage
al mismo número.
In the European Union, this extension's fields correspond to article 21 of directive 2009/81/EC and the eForms business terms in BG-180 (Subcontracting) and BG-711 (Contract Terms).
+For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+TED XML schema R2.0.9 models the minimum and maximum percentages of the contract value that the contractor needs to subcontract as part of each award for F15: Voluntary ex ante transparency notice. eForms XML models these as part of each lot. As such, different fields ought to be used when implementing each profile.
+Information about the terms governing subcontracting is disclosed at the tender and award stages, and information about the parts of the contract that the supplier will subcontract is disclosed at the award stage.
+{
+ "tender": {
+ "subcontractingTerms": {
+ "description": "The successful tenderer is obliged to specify which part or parts of the contract it intends to subcontract beyond the required percentage and to indicate the subcontractors already identified."
+ }
+ },
+ "awards": [
+ {
+ "id": "1",
+ "hasSubcontracting": true,
+ "subcontracting": {
+ "competitive": true,
+ "value": {
+ "amount": 28000,
+ "currency": "EUR"
+ },
+ "minimumPercentage": 0.3,
+ "maximumPercentage": 0.3,
+ "competitiveMinimumPercentage": 0.1,
+ "competitiveMaximumPercentage": 0.25,
+ "description": "The painting and electricity tasks are subcontracted."
+ }
+ }
+ ]
+}
+
Information about the terms governing subcontracting is disclosed per lot at the tender stage, and information about the parts of the contract that the tenderer will subcontract is disclosed at the bid stage.
+{
+ "parties": [
+ {
+ "id": "ORG-0005",
+ "roles": [
+ "tenderer"
+ ]
+ },
+ {
+ "id": "ORG-0012",
+ "roles": [
+ "subcontractor"
+ ]
+ }
+ ],
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "subcontractingTerms": {
+ "description": "The contractor must subcontract a minimum percentage of the contract using the procedure set out in Title III of Directive 2009/81/EC.",
+ "competitiveMinimumPercentage": 0.255,
+ "competitiveMaximumPercentage": 0.455
+ }
+ }
+ ]
+ },
+ "bids": {
+ "details": [
+ {
+ "id": "1",
+ "hasSubcontracting": true,
+ "subcontracting": {
+ "description": "The subcontracting will be...",
+ "value": {
+ "amount": 9999999.99,
+ "currency": "EUR"
+ },
+ "minimumPercentage": 0.3,
+ "maximumPercentage": 0.3,
+ "subcontracts": [
+ {
+ "id": "1",
+ "subcontractor": {
+ "id": "ORG-0012",
+ "name": "Company ABC"
+ },
+ "mainContractors": [
+ {
+ "id": "ORG-0005",
+ "name": "Tendering Company Ltd"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}
+
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.
+Bid.hasSubcontracting
Bid.subcontracting
SubcontractingTerms.competitiveMaximumPercentage
SubcontractingTerms.competitiveMinimumPercentage
Subcontracting.subcontracts
Subcontracting
object to be used in the context of bids:
+Subcontracting
Subcontracting.description
Subcontracting.value
Lot.subcontractingTerms
field.subcontracting
en Tender
al objeto de subcontractingTerms
.minProperties
, minItems
y/o minLength
.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) y en pull requests. También puede ver discusiones sobre esta extensión en este issue.
++ Adds objects for information about the terms governing subcontracting and the parts of the contract that tenderers and suppliers will subcontract to third parties. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ subcontractingTerms
+
+ |
+ + Términos de subcontratación + | +
+ Información sobre los términos que rigen la subcontratación. + + |
+ + SubcontractingTerms object + | +
+ The extension defines these fields in the Award
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasSubcontracting
+
+ |
+ + Subcontratación involucrada + | +
+ Si se subcontratará una parte del contrato. + + |
+ + boolean + | +
+
+ subcontracting
+
+ |
+ + Subcontratación + | +
+ Información sobre las partes del contrato que el proveedor subcontratará a terceros. + + |
+ + Subcontracting object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ subcontractingTerms
+
+ |
+ + Términos de subcontratación + | +
+ Información sobre los términos que rigen la subcontratación. + + |
+ + SubcontractingTerms object + | +
+ The extension defines these fields in the Bid
object from the Estadísticas y detalles de las ofertas extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasSubcontracting
+
+ |
+ + Subcontratación involucrada + | +
+ Whether a part of the contract will be subcontracted to third parties. + + |
+ + boolean + | +
+
+ subcontracting
+
+ |
+ + Subcontratación + | +
+ Information about the parts of the contract that will be subcontracted to third parties. + + |
+ + Subcontracting object + | +
+ The extension defines a new SubcontractingTerms
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción de los términos que rigen la subcontratación. + + |
+ + string + | +
+
+ competitiveMaximumPercentage
+
+ |
+ + Porcentaje máximo del valor del contrato para una subcontratación competitiva + | +
+ The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure. + + |
+ + number + | +
+
+ competitiveMinimumPercentage
+
+ |
+ + Porcentaje mínimo del valor del contrato para una subcontratación competitiva + | +
+ The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure. + + |
+ + number + | +
+ The extension defines a new Subcontracting
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Descripción + | +
+ The description of the part of the contract that will be subcontracted to third parties. + + |
+ + string + | +
+
+ maximumPercentage
+
+ |
+ + Porcentaje máximo del valor del contrato + | +
+ El porcentaje máximo del valor del contrato que se subcontratará. + + |
+ + number + | +
+
+ minimumPercentage
+
+ |
+ + Porcentaje mínimo del valor del contrato + | +
+ El porcentaje mínimo del valor del contrato que se subcontratará. + + |
+ + number + | +
+
+ competitiveMaximumPercentage
+
+ |
+ + Porcentaje máximo del valor del contrato para una subcontratación competitiva + | +
+ The maximum percentage of the contract value that the buyer or procuring entity allows the supplier to subcontract to third parties through a competitive procedure. + + |
+ + number + | +
+
+ competitiveMinimumPercentage
+
+ |
+ + Porcentaje mínimo del valor del contrato para una subcontratación competitiva + | +
+ The minimum percentage of the contract value that the buyer or procuring entity requires the supplier to subcontract to third parties through a competitive procedure. + + |
+ + number + | +
+
+ value
+
+ |
+ + Valor subcontratado + | +
+ The estimated value of the part of the contract that will be subcontracted to third parties. + + |
+ + Value object + | +
+
+ competitive
+
+ |
+ + Subcontratación competitiva + | +
+ Si el proveedor subcontratará parte del contrato a terceros mediante un procedimiento competitivo. + + |
+ + boolean + | +
+
+ subcontracts
+
+ |
+ + Subcontracts + | +
+ Information about the subcontracts that will be established. + + |
+ + array of Subcontract objects + | +
+ The extension defines a new Subcontract
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identifier + | +
+ The locally unique identifier for the subcontract. + + |
+ + string + | +
+
+ subcontractor
+
+ |
+ + Subcontractor + | +
+ The organization that performs part of the contract on behalf of the suppliers. + + |
+ + OrganizationReference object + | +
+
+ mainContractors
+
+ |
+ + Main contractors + | +
+ The organizations to which the subcontractor will be subcontracted, if they are a subset of the tenderers submitting the bid or the suppliers receiving the award. + + |
+ + array of OrganizationReference objects + | +
+ + This page has moved to a /es/extensions/submissionTerms/master/ +
++ Agrega un objeto términos de presentación de la oferta a los objetos de la licitación y del lote, para describir cómo, cuándo y dónde los oferentes deberán presentar sus ofertas. +
+
+ You can download the permission.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ required
+
+ |
+ + Required + | +
+ The activity is required. + + |
+
+
+ allowed
+
+ |
+ + Allowed + | +
+ The activity is allowed. + + |
+
+
+ notAllowed
+
+ |
+ + Not allowed + | +
+ The activity is not allowed. + + |
+
+ Agrega un objeto términos de presentación de la oferta a los objetos de la licitación y del lote, para describir cómo, cuándo y dónde los oferentes deberán presentar sus ofertas. +
+Agregar un objeto términos de presentación de la oferta a los objetos de la licitación y del lote, para describir cómo, cuándo y dónde los oferentes deberán presentar sus ofertas.
+In the European Union, this extension's fields correspond to eForms BG-102 (Submission Terms). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "submissionTerms": {
+ "electronicSubmissionPolicy": "notAllowed",
+ "nonElectronicSubmissionRationale": "Inclusion of a physical model",
+ "advancedElectronicSignatureRequired": false,
+ "electronicCataloguePolicy": "notAllowed",
+ "variantPolicy": "notAllowed",
+ "multipleBidsAllowed": true,
+ "languages": [
+ "fr",
+ "es"
+ ],
+ "bidValidityPeriod": {
+ "startDate": "2019-09-20T00:00:00Z",
+ "endDate": "2019-12-02T23:59:59Z",
+ "durationInDays": 74
+ },
+ "depositsGuarantees": "An on-demand performance bond issued by an entity that the Contracting Entity judges to be acceptable (e.g. a bank or insurance company) and whose value is a percentage of the total contract price.",
+ "subcontractingClauses": [
+ "subc-oblig"
+ ]
+ }
+ }
+}
+
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.
+electronicCataloguePolicy
field.SubmissionTerms.advancedElectronicSignatureRequired
SubmissionTerms.multipleBidsAllowed
SubmissionTerms.nonElectronicSubmissionRationale
SubmissionTerms.subcontractingClauses
requiresGuarantees
a depositsGuarantees
type
de depositsGuarantees
de un boolean a una cadena para que coincida con el tipo del elemento XML correspondiente a TED XML Schema 2.09.minProperties
, minItems
y/o minLength
.Esta extensión se discutió originalmente como parte del [OCDS para la Unión Europea] (https://github.com/open-contracting-extensions/european-union/issues) y en pull requests.
++ Agrega un objeto términos de presentación de la oferta a los objetos de la licitación y del lote, para describir cómo, cuándo y dónde los oferentes deberán presentar sus ofertas. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ submissionTerms
+
+ |
+ + Términos de Presentación de la Oferta + | +
+ Información sobre los términos de presentación de la oferta para describir cómo, cuándo y dónde los oferentes deben presentar sus ofertas para el procedimiento. + + |
+ + SubmissionTerms object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ submissionTerms
+
+ |
+ + Términos de Presentación de la Oferta + | +
+ Información sobre los términos de presentación de la oferta para describir cómo, cuándo y dónde los oferentes deben presentar sus ofertas para el lote. + + |
+ + SubmissionTerms object + | +
+ The extension defines a new SubmissionTerms
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ electronicSubmissionPolicy
+
+ |
+ + Política de presentación de oferta electrónica + | +
+ Si los oferentes están obligados, autorizados o no autorizados a presentar ofertas por vía electrónica. + + |
+ + string from closed permission codelist + | +
+
+ variantPolicy
+
+ |
+ + Política de variantes + | +
+ Si se exige, se permite o no se permite a los licitantes presentar ofertas que satisfagan las necesidades del comprador de forma diferente a la propuesta en los documentos de contratación. + + |
+ + string from closed permission codelist + | +
+
+ electronicCataloguePolicy
+
+ |
+ + Electronic catalog policy + | +
+ Whether tenderers are required, allowed or not allowed to submit bids as electronic catalogs. An electronic catalog is an electronic format (typically prescribed by the buyer) that participants in the contracting process need to follow when exchanging information about technical specifications, evaluation criteria, bids, lots, etc. + + |
+ + string from closed permission codelist + | +
+
+ languages
+
+ |
+ + Idioma de Presentación de la Oferta + | +
+ Uno o más lenguajes en los que se pueden presentar ofertas o solicitudes de participación, utilizando dos letras ISO639-1, o la extendida etiquetas de lenguaje BCP47. El uso de códigos de dos letras ISO639-1 es el recomendado. + + |
+ + array of strings + | +
+
+ bidValidityPeriod
+
+ |
+ + Período de validez de la oferta + | +
+ El período, desde la fecha límite de presentación de ofertas, durante el cual las ofertas deben seguir siendo válidas. + + |
+ + Period object + | +
+
+ depositsGuarantees
+
+ |
+ + Depósitos y garantías + | +
+ Información sobre los depósitos o garantías exigidas a los oferentes. + + |
+ + string + | +
+
+ advancedElectronicSignatureRequired
+
+ |
+ + Advanced electronic signature required + | +
+ Whether an advanced or qualified electronic signature or seal is needed. + + |
+ + boolean + | +
+
+ multipleBidsAllowed
+
+ |
+ + Multiple bids allowed + | +
+ Whether tenderers can submit more than one bid. + + |
+ + boolean + | +
+
+ nonElectronicSubmissionRationale
+
+ |
+ + Non-electronic submission rationale + | +
+ The rationale for electronic submission not being allowed. + + |
+ + string + | +
+
+ subcontractingClauses
+
+ |
+ + Subcontracting clauses + | +
+ The information about subcontracting that needs to be provided in the bid. + + |
+ + array of strings + | +
+ + This page has moved to a /es/extensions/suitability/master/ +
++ Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers. +
+Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers.
+If you are using the Lots extension, follow its guidance on whether to use tender.lots
fields or tender
fields.
In the European Union, this extension's fields correspond to eForms BT-726 (Suitable For SMEs). For correspondences to eForms fields, see OCDS for eForms.
+{
+ "tender": {
+ "id": "1",
+ "suitability": {
+ "sme": true
+ }
+ }
+}
+
{
+ "tender": {
+ "id": "1",
+ "lots": [
+ {
+ "id": "1",
+ "suitability": {
+ "sme": true
+ }
+ }
+ ]
+ }
+}
+
{
+ "tender": {
+ "id": "1",
+ "lotGroups": [
+ {
+ "id": "1",
+ "suitability": {
+ "sme": true
+ }
+ }
+ ]
+ }
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a suitability object to the tender, lot and lot group objects to describe their suitability to different types of tenderers. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ suitability
+
+ |
+ + Suitability + | +
+ Information about the suitability of the contracting process to different types of tenderers. + + |
+ + Suitability object + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ suitability
+
+ |
+ + Suitability + | +
+ Information about the suitability of the lot to different types of tenderers. + + |
+ + Suitability object + | +
+ The extension defines these fields in the LotGroup
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ suitability
+
+ |
+ + Suitability + | +
+ Information about the suitability of the lot group to different types of tenderers. + + |
+ + Suitability object + | +
+ The extension defines a new Suitability
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ sme
+
+ |
+ + Small and medium enterprises + | +
+ Whether the contracting process, lot or lot group is suitable to small and medium enterprises. + + |
+ + boolean + | +
+ + This page has moved to a /es/extensions/sustainability/master/ +
++ Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement. +
+
+ You can download the sustainabilityGoal.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ economic
+
+ |
+ + Economic + | +
+ The goal is economic, such as formal employment and the local economy. + + |
+
+
+ economic.formalEmploymentPromotion
+
+ |
+ + Formal employment promotion + | +
+ The goal is to promote formal employment. + + |
+
+
+ economic.innovativePurchase
+
+ |
+ + Innovative purchase + | +
+ The goal is to procure innovative goods, services or works. + + |
+
+
+ economic.localEconomyPromotion
+
+ |
+ + Local economy promotion + | +
+ The goal is to promote the local economy. + + |
+
+
+ economic.marketInnovationPromotion
+
+ |
+ + Market innovation promotion + | +
+ The goal is to promote market innovation. + + |
+
+
+ economic.processInnovationPromotion
+
+ |
+ + Process innovation promotion + | +
+ The goal is to procure goods, services or works that entail process innovation. + + |
+
+
+ economic.productInnovationPromotion
+
+ |
+ + Product innovation promotion + | +
+ The goal is to procure goods, services or works that entail product innovation. + + |
+
+
+ economic.researchDevelopmentActivities
+
+ |
+ + Research and development activities + | +
+ The goal is to procure goods, services or works that involve research and development activities. + + |
+
+
+ environmental
+
+ |
+ + Environmental + | +
+ The goal is to minimize and, if possible, avoid environmental damage: for example, reducing CO2 emissions and waste or promoting resource reuse and energy efficiency. + + |
+
+
+ environmental.biodiversityProtectionRestoration
+
+ |
+ + Biodiversity protection and restoration + | +
+ The goal is to protect and restore biodiversity and ecosystems. + + |
+
+
+ environmental.carbonEmissionsReduction
+
+ |
+ + Carbon emissions reduction + | +
+ The goal is to reduce carbon dioxide (CO2) emissions. + + |
+
+
+ environmental.circularEconomy
+
+ |
+ + Circular economy + | +
+ The goal is to promote the transition to a circular economy. + + |
+
+
+ environmental.climateChangeAdaptation
+
+ |
+ + Climate change adaptation + | +
+ The goal is to promote climate change adaptation. + + |
+
+
+ environmental.climateChangeMitigation
+
+ |
+ + Climate change mitigation + | +
+ The goal is to promote climate change mitigation. + + |
+
+
+ environmental.energyEfficiency
+
+ |
+ + Energy efficiency + | +
+ The goal is to promote energy efficiency. + + |
+
+
+ environmental.pollutionPrevention
+
+ |
+ + Pollution prevention + | +
+ The goal is to prevent pollution. + + |
+
+
+ environmental.recycling
+
+ |
+ + Recycling + | +
+ The goal is to promote recycling. + + |
+
+
+ environmental.resourceReuse
+
+ |
+ + Resource reuse + | +
+ The goal is to maximize the reuse of resources. + + |
+
+
+ environmental.waterResourcesProtection
+
+ |
+ + Water resources protection + | +
+ The goal is to promote the sustainable use and protection of water and marine resources. + + |
+
+
+ environmental.wasteReduction
+
+ |
+ + Waste reduction + | +
+ The goal is to reduce waste. + + |
+
+
+ social
+
+ |
+ + Social + | +
+ The goal is to generate benefits to society: for example, promoting labor rights, diversity and equal opportunity, and occupational health and safety. + + |
+
+
+ social.accessibility
+
+ |
+ + Accessibility + | +
+ The goal is to promote accessibility for disabled and not disabled persons. + + |
+
+
+ social.disadvantagedEmploymentOpportunities
+
+ |
+ + Disadvantaged employment opportunities + | +
+ The goal is to promote employment opportunities for the long-term unemployed, disadvantaged and/or for persons with disabilities. + + |
+
+
+ social.ethnicEquality
+
+ |
+ + Ethnic equality + | +
+ The goal is to promote ethnic equality. + + |
+
+
+ social.genderEquality
+
+ |
+ + Gender equality + | +
+ The goal is to promote gender equality. + + |
+
+
+ social.humanRightsInSupplyChains
+
+ |
+ + Human rights in supply chains + | +
+ The goal is to promote human rights due diligence in global supply chains. + + |
+
+
+ social.laborRightsPromotion
+
+ |
+ + Labor rights promotion + | +
+ The goal is to promote labor rights. + + |
+
+
+ social.smeInclusion
+
+ |
+ + SME inclusion + | +
+ The goal is to promote the participation of small and medium-sized enterprises (SMEs). + + |
+
+
+ social.womenInclusion
+
+ |
+ + Women inclusion + | +
+ The goal is to promote the participation of women-owned suppliers. + + |
+
+ You can download the sustainabilityStrategy.csv
file in English.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ awardCriteria
+
+ |
+ + Award criteria + | +
+ Award criteria are used to pursue sustainability goals: for example, allocating points relative to the percentage of recycled materials. + + |
+
+
+ contractPerformanceConditions
+
+ |
+ + Contract performance conditions + | +
+ Contract performance conditions are used to pursue sustainability goals: for example, requiring the supplier to monitor carbon emissions during the contract's implementation. + + |
+
+
+ marginOfPreference
+
+ |
+ + Margin of preference + | +
+ Margins of preference are used to pursue sustainability goals: for example, accepting the bid of a local supplier that is within a margin of the lowest bid. + + |
+
+
+ reservedParticipation
+
+ |
+ + Reserved participation + | +
+ Reserved participation is used to pursue sustainability goals: for example, allowing only SMEs to participate in the contracting process. + + |
+
+
+ selectionCriteria
+
+ |
+ + Selection criteria + | +
+ Selection criteria are used to fulfill sustainability goals: for example, requiring a bidder to have a sustainability certificate. + + |
+
+
+ technicalSpecifications
+
+ |
+ + Technical specifications + | +
+ Items' technical specifications are used to pursue sustainability goals: for example, requiring a product to have an energy efficiency certificate. + + |
+
+
+ euGPPCriteria
+
+ |
+ + EU GPP criteria + | +
+ Green public procurement criteria established at the European Union-level are used to pursue sustainability goals. Criteria can include selection criteria, technical specifications, award criteria and contract performance clauses. + + |
+
+
+ nationalGPPCriteria
+
+ |
+ + National GPP criteria + | +
+ Green public procurement criteria established at the national level are used to pursue sustainability goals. Criteria can include selection criteria, technical specifications, award criteria and contract performance clauses. + + |
+
+
+ otherGPPCriteria
+
+ |
+ + Other GPP criteria + | +
+ Green public procurement criteria established at a level other than the European Union or national levels are used to pursue sustainability goals. Criteria can include selection criteria, technical specifications, award criteria and contract performance clauses. + + |
+
+ Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement. +
+Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement (SPP).
+To calculate SPP indicators, a user or an application needs to be able to perform the following tasks, using OCDS data:
+This extension add the fields needed for the above tasks as structured data.
+If you know a contracting process or lot is SPP-related, set hasSustainability
to true
.
If you know the sustainability goals pursued through the contracting process or lot, then, for each goal, add an entry in its sustainability
array, from the sustainabilityGoal.csv
codelist. This codelist contains codes for broad goals (like 'environmental') and narrower goals (like 'environmental.wasteReduction'). It is an open codelist, such that you can add new codes if no existing code is appropriate.
If you know the strategies used to pursue the sustainability goal(s), then, for each goal, add an entry in the strategies
array, from the sustainabilityStrategy.csv
codelist.
hasSustainability
onlyPublic Health Wales adopts SPP in a contracting process to design office space and supply furniture.
+{
+ "tender": {
+ "id": "P427",
+ "title": "Design of office space and supply of furniture, reusing existing furniture",
+ "hasSustainability": true
+ }
+}
+
If the contracting process is divided into lots, and it is known which lot(s) relate to SPP, set the lot's hasSustainability
field:
{
+ "tender": {
+ "lots": [
+ {
+ "id": "123",
+ "hasSustainability": true
+ }
+ ]
+ }
+}
+
Public Health Wales intends to reduce waste and CO2 emissions as part of a contracting process to design office space and supply furniture.
+{
+ "tender": {
+ "sustainability": [
+ {
+ "goal": "environmental.wasteReduction"
+ },
+ {
+ "goal": "environmental.carbonEmissionsReduction"
+ }
+ ]
+ }
+}
+
If only the broad goal is known, create a single entry using the broad code:
+{
+ "tender": {
+ "sustainability": [
+ {
+ "goal": "environmental"
+ }
+ ]
+ }
+}
+
If the sustainabilityGoal.csv
codelist contains no appropriate code, create your own code. To create a narrower code, add a period to an existing code, followed by a camelCase word:
{
+ "tender": {
+ "sustainability": [
+ {
+ "goal": "environmental.CFCReduction"
+ }
+ ]
+ }
+}
+
If there is a free-text description of the sustainability goal:
+{
+ "tender": {
+ "sustainability": [
+ {
+ "description": "This procurement procedure is aimed at reducing the environmental impact of Public Health Wales office space and furniture."
+ }
+ ]
+ }
+}
+
Public Health Wales sets SPP-related technical specifications as part of a contracting process to design office space and supply furniture.
+{
+ "tender": {
+ "sustainability": [
+ {
+ "goal": "environmental.wasteReduction",
+ "strategies": [
+ "technicalSpecifications"
+ ]
+ },
+ {
+ "goal": "environmental.CO2Reduction",
+ "strategies": [
+ "technicalSpecifications"
+ ]
+ }
+ ]
+ }
+}
+
If the goal is unknown or is sustainability in general, omit goal
and set strategies
only:
{
+ "tender": {
+ "sustainability": [
+ {
+ "strategies": [
+ "technicalSpecifications"
+ ]
+ }
+ ]
+ }
+}
+
This extension uses the UNEP definition of SPP:
+++A process whereby public sector organizations meet their needs for goods, services, works and utilities in a way that achieves value for money on a whole life basis in terms of generating benefits not only to the organization, but also to society and the economy, whilst minimizing, and if possible, avoiding, damage to the environment.
+
The sustainabilityGoal.csv
codelist is based on the goals defined in the OpenSPP toolkit and the EU's strategic procurement codelist.
The sustainabilityStrategy.csv
codelist is based on the strategies described in the OpenSPP toolkit and the EU's strategic procurement codelist.
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
+This extension was originally discussed in https://github.com/open-contracting/standard/issues/1543.
+Sustainability.description
field.sustainabilityGoal.csv
:
+sustainabilityStrategy.csv
:
++ Adds fields to the tender and lot objects, to provide information related to Sustainable Public Procurement. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines a new Sustainability
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ description
+
+ |
+ + Description + | +
+ A description of how the contracting process or lot incorporates Sustainable Public Procurement. + + |
+ + string + | +
+
+ goal
+
+ |
+ + Goal + | +
+ The sustainability goal pursued, from the sustainabilityGoal codelist. New sub-codes may be used outside those in the codelist, following the format [existing-code].[sub-code]. + + |
+ + string from open sustainabilityGoal codelist + | +
+
+ strategies
+
+ |
+ + Strategies + | +
+ The strategies used to pursue the sustainability goal(s), from the sustainabilityStrategy codelist. + + |
+ + array of strings from open sustainabilityStrategy codelist + | +
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasSustainability
+
+ |
+ + Has sustainability + | +
+ Whether the contracting process incorporates Sustainable Public Procurement. + + |
+ + boolean + | +
+
+ sustainability
+
+ |
+ + Sustainability + | +
+ Information about how the contracting process incorporates Sustainable Public Procurement. + + |
+ + array of Sustainability objects + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasSustainability
+
+ |
+ + Has sustainability + | +
+ Whether the lot incorporates Sustainable Public Procurement. + + |
+ + boolean + | +
+
+ sustainability
+
+ |
+ + Sustainability + | +
+ Information about how the lot incorporates Sustainable Public Procurement. + + |
+ + array of Sustainability objects + | +
+ Agrega campos al contrato y objetos de implementación para capturar los detalles de las tarifas, los peajes y las tarifas de los usuarios establecidos en el contrato y en uso durante la vida del proyecto. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ tariffs
+
+ |
+ + Tariffs + | +
+ For providing tariff and pricing schedules. + +
|
+
+
+ tariffMethod
+
+ |
+ + Tariff method + | +
+ For summarizing the method by which tariffs are set and linking to detailed documentation of the methods for setting tariffs. This might include written documentation and spreadsheets providing the models used to calculate tariffs. + +
|
+
+
+ tariffReview
+
+ |
+ + Tariff review + | +
+ For summarizing the arrangements for the review and regulation of tariffs and linking to detailed documentation that covers how tariffs are regulated. This is important to explain to users why they are paying what they are paying and the scope for changes to payment structures. + +
|
+
+
+ tariffIllustration
+
+ |
+ + Tariff illustration + | +
+ For linking to graphs and reports on the change over time in tariff prices. Use the relevant image media type when linking to PNG or JPEG or GIF graphs to allow applications to directly display this content. + +
|
+
+ You can download the chargePaidBy.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ government
+
+ |
+ + Government + | +
+ The charge is paid by the government + + |
+
+
+ user
+
+ |
+ + User + | +
+ The charge is paid by businesses or citizens using the facilities provided by the contract + + |
+
+ Agrega campos al contrato y objetos de implementación para capturar los detalles de las tarifas, los peajes y las tarifas de los usuarios establecidos en el contrato y en uso durante la vida del proyecto. +
+Algunos contratos, en particular los contratos de Asociación Público Privada, incluyen acuerdos sobre las tarifas de usuario que se cobrarán por el uso de la infraestructura o los servicios a los que se refiere el contrato.
+Por ejemplo, un proyecto de Asociación Pública Privada para construir un puente puede establecer los peajes para coches y otros vehículos para cruzar el mismo.
+La extensión de tarifas permite establecer una lista estructurada de estos cargos.
+También incluye entradas de lista de códigos adicionales para la lista de códigos documentType para:
+El modelo de tarifas se basa en la extensión de métricas, permitiendo una lista de elementos tarrif, cada uno con un identificador, título, período, valor, unidades y un conjunto arbitrario de dimensiones.
+Por ejemplo, si el peaje para un puente de carretera varía según (a) el tipo de vehículo y (b) la hora del día; una implementación de la extensión de tarifas puede crear nuevos campos para dimensions.vehicleType
y dimensions.timeOfDay
, rellenando estos de acuerdo con las listas de códigos locales. En los casos de APP, estas dimensiones adicionales pueden reflejar las utilizadas en las secciones de demanda estimada y otras métricas.
El ejemplo siguiente muestra una tabla de tarifas muy sencilla, sin períodos ni unidades, pero con dos dimensiones. Las tarifas que se refieren a un determinado conjunto de fechas podrían tener un bloque period
. Los que se refieren a una unidad particular (por ejemplo, toneladas) podrían tener esto indicado usando un bloque unit
.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "tariffs": [
+ {
+ "id": "1",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 1",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 0.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "2",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 2",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 2.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "3",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 3",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 6.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "4",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 4",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 8.0,
+ "currency": "GBP"
+ }
+ }
+ ]
+ }
+ ]
+}
+
Los siguientes tipos de documentos son introducidos por la extensión de tarifa
+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.
++documentType.csv
.minProperties
, minItems
y/o minLength
."uniqueItems ": true
en los campos matriz y agregar "minLength": 1
en los campos de cadena obligatorios.Tariff.unit
no nulo, como Item.unit
.Tariff.dimensions
no nulo (deshacer el cambio anterior).Tariff.id
sea obligatorio para soportar el seguimiento de revisiones y fusión de listasTariff.dimensions
pueda ser nulo.+ Agrega campos al contrato y objetos de implementación para capturar los detalles de las tarifas, los peajes y las tarifas de los usuarios establecidos en el contrato y en uso durante la vida del proyecto. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ tariffs
+
+ |
+ + Tarifas + | +
+ Las tarifas que se aplican durante la vida del proyecto. También se conoce como peajes o cargos de usuario. Éstos pueden ser copiados inicialmente de la sección del contrato y luego actualizados con cualquier revisión durante la vida de la fase de implementación. + + |
+ + array of Tariff objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ tariffs
+
+ |
+ + Tarifas + | +
+ Las tarifas establecidas en los cronogramas del contrato. También se conoce como impuestos o cargos de usuario. Las actualizaciones de las tarifas sobre la operación del contrato pueden ser proporcionadas en la sección de implementación. + + |
+ + array of Tariff objects + | +
+ The extension defines a new Tariff
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador de tarifa + | +
+ Un identificador local para esta tarifa específica. Este campo se utiliza para realizar un seguimiento de las revisiones de una tarifa a través de múltiples entregas de OCDS. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título de la tarifa + | +
+ El título de esta tarifa. + + |
+ + string + | +
+
+ paidBy
+
+ |
+ + Pagado por + | +
+ ¿Se trata de un cargo de usuario (pagado por empresas o ciudadanos que utilizan las facilidades proporcionadas por el contrato), o un cargo pagado por el gobierno? + + |
+ + string from closed chargePaidBy codelist + | +
+
+ period
+
+ |
+ + Periodo de la tarifa + | +
+ El período al que se aplica esta tarifa. + + |
+ + Period object + | +
+
+ value
+
+ |
+ + Valor de la tarifa + | +
+ El precio por unidad de esta tarifa. + + |
+ + Value object + | +
+
+ unit
+
+ |
+ + Unidad de las tarifas + | +
+ La unidad contra la cual se cobra esta tarifa. + + |
+ + object + | +
+
+ unit.
+ |
+ + Nombre de la unidad + | +
+ El nombre de la unidad a la que se cobra la tarifa. P.ej. Toneladas + + |
+ + string + | +
+
+ unit.
+ |
+ + Esquema + | +
+ La lista de la que se toman los identificadores de las unidades de medida. Se recomienda el uso del esquema 'UNCEFACT' para la lista de la Recomendación 20 de las UN/CEFACT de "Códigos de unidades de medida utilizados en el comercio internacional". + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ El identificador de la lista de códigos se hace referencia en la propiedad de esquema. Por ejemplo, con UNCEFACT, este es el valor de la columna "Common Code". A partir de este identificador, las aplicaciones pueden buscar el nombre o símbolo legible para humanos para esta unidad de medida. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ Si el esquema utilizado provee una URI legible por computadora para esta unidad de medición, ésta puede proporcionarse. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Dimensiones de la tarifa + | +
+ Utilizado para capturar los diferentes desgloses en los cargos de la tarifa. Cualquier número de dimensiones se puede registrar dentro de este objeto. Los nombres de dimensiones deben seguir las convenciones de OCDS de camelCase. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Notas sobre las tarifas + | +
+ Cualquier nota sobre esta partida de tarifas. Esto puede incluir información para aclaración. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/tariffs/1.1/ +
++ Agrega campos al contrato y objetos de implementación para capturar los detalles de las tarifas, los peajes y las tarifas de los usuarios establecidos en el contrato y en uso durante la vida del proyecto. +
+
+ You can download the +documentType.csv
file in English.
+
+ The extension adds these codes to the documentType.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ tariffs
+
+ |
+ + Tariffs + | +
+ For providing tariff and pricing schedules. + +
|
+
+
+ tariffMethod
+
+ |
+ + Tariff method + | +
+ For summarizing the method by which tariffs are set and linking to detailed documentation of the methods for setting tariffs. This might include written documentation and spreadsheets providing the models used to calculate tariffs. + +
|
+
+
+ tariffReview
+
+ |
+ + Tariff review + | +
+ For summarizing the arrangements for the review and regulation of tariffs and linking to detailed documentation that covers how tariffs are regulated. This is important to explain to users why they are paying what they are paying and the scope for changes to payment structures. + +
|
+
+
+ tariffIllustration
+
+ |
+ + Tariff illustration + | +
+ For linking to graphs and reports on the change over time in tariff prices. Use the relevant image media type when linking to PNG or JPEG or GIF graphs to allow applications to directly display this content. + +
|
+
+ You can download the chargePaidBy.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ government
+
+ |
+ + Government + | +
+ The charge is paid by the government + + |
+
+
+ user
+
+ |
+ + User + | +
+ The charge is paid by businesses or citizens using the facilities provided by the contract + + |
+
+ Agrega campos al contrato y objetos de implementación para capturar los detalles de las tarifas, los peajes y las tarifas de los usuarios establecidos en el contrato y en uso durante la vida del proyecto. +
+Algunos contratos, en particular los contratos de Asociación Público Privada, incluyen acuerdos sobre las tarifas de usuario que se cobrarán por el uso de la infraestructura o los servicios a los que se refiere el contrato.
+Por ejemplo, un proyecto de Asociación Pública Privada para construir un puente puede establecer los peajes para coches y otros vehículos para cruzar el mismo.
+La extensión de tarifas permite establecer una lista estructurada de estos cargos.
+También incluye entradas de lista de códigos adicionales para la lista de códigos documentType para:
+El modelo de tarifas se basa en la extensión de métricas, permitiendo una lista de elementos tarrif, cada uno con un identificador, título, período, valor, unidades y un conjunto arbitrario de dimensiones.
+Por ejemplo, si el peaje para un puente de carretera varía según (a) el tipo de vehículo y (b) la hora del día; una implementación de la extensión de tarifas puede crear nuevos campos para dimensions.vehicleType
y dimensions.timeOfDay
, rellenando estos de acuerdo con las listas de códigos locales. En los casos de APP, estas dimensiones adicionales pueden reflejar las utilizadas en las secciones de demanda estimada y otras métricas.
El ejemplo siguiente muestra una tabla de tarifas muy sencilla, sin períodos ni unidades, pero con dos dimensiones. Las tarifas que se refieren a un determinado conjunto de fechas podrían tener un bloque period
. Los que se refieren a una unidad particular (por ejemplo, toneladas) podrían tener esto indicado usando un bloque unit
.
{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "tariffs": [
+ {
+ "id": "1",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 1",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 0.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "2",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 2",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 2.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "3",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 3",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 6.0,
+ "currency": "GBP"
+ }
+ },
+ {
+ "id": "4",
+ "title": "Standard Toll",
+ "dimensions": {
+ "vehicleType": "Class 4",
+ "registration": "No registration"
+ },
+ "value": {
+ "amount": 8.0,
+ "currency": "GBP"
+ }
+ }
+ ]
+ }
+ ]
+}
+
Los siguientes tipos de documentos son introducidos por la extensión de tarifa
+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.
++documentType.csv
.minProperties
, minItems
y/o minLength
."uniqueItems ": true
en los campos matriz y agregar "minLength": 1
en los campos de cadena obligatorios.Tariff.unit
no nulo, como Item.unit
.Tariff.dimensions
no nulo (deshacer el cambio anterior).Tariff.id
sea obligatorio para soportar el seguimiento de revisiones y fusión de listasTariff.dimensions
pueda ser nulo.+ Agrega campos al contrato y objetos de implementación para capturar los detalles de las tarifas, los peajes y las tarifas de los usuarios establecidos en el contrato y en uso durante la vida del proyecto. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Implementation
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ tariffs
+
+ |
+ + Tarifas + | +
+ Las tarifas que se aplican durante la vida del proyecto. También se conoce como peajes o cargos de usuario. Éstos pueden ser copiados inicialmente de la sección del contrato y luego actualizados con cualquier revisión durante la vida de la fase de implementación. + + |
+ + array of Tariff objects + | +
+ The extension defines these fields in the Contract
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ tariffs
+
+ |
+ + Tarifas + | +
+ Las tarifas establecidas en los cronogramas del contrato. También se conoce como impuestos o cargos de usuario. Las actualizaciones de las tarifas sobre la operación del contrato pueden ser proporcionadas en la sección de implementación. + + |
+ + array of Tariff objects + | +
+ The extension defines a new Tariff
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + Identificador de tarifa + | +
+ Un identificador local para esta tarifa específica. Este campo se utiliza para realizar un seguimiento de las revisiones de una tarifa a través de múltiples entregas de OCDS. + + |
+ + string + | +
+
+ title
+
+ |
+ + Título de la tarifa + | +
+ El título de esta tarifa. + + |
+ + string + | +
+
+ paidBy
+
+ |
+ + Pagado por + | +
+ ¿Se trata de un cargo de usuario (pagado por empresas o ciudadanos que utilizan las facilidades proporcionadas por el contrato), o un cargo pagado por el gobierno? + + |
+ + string from closed chargePaidBy codelist + | +
+
+ period
+
+ |
+ + Periodo de la tarifa + | +
+ El período al que se aplica esta tarifa. + + |
+ + Period object + | +
+
+ value
+
+ |
+ + Valor de la tarifa + | +
+ El precio por unidad de esta tarifa. + + |
+ + Value object + | +
+
+ unit
+
+ |
+ + Unidad de las tarifas + | +
+ La unidad contra la cual se cobra esta tarifa. + + |
+ + object + | +
+
+ unit.
+ |
+ + Nombre de la unidad + | +
+ El nombre de la unidad a la que se cobra la tarifa. P.ej. Toneladas + + |
+ + string + | +
+
+ unit.
+ |
+ + Esquema + | +
+ La lista de la que se toman los identificadores de las unidades de medida. Se recomienda el uso del esquema 'UNCEFACT' para la lista de la Recomendación 20 de las UN/CEFACT de "Códigos de unidades de medida utilizados en el comercio internacional". + + |
+ + string from open unitClassificationScheme codelist + | +
+
+ unit.
+ |
+ + ID + | +
+ El identificador de la lista de códigos se hace referencia en la propiedad de esquema. Por ejemplo, con UNCEFACT, este es el valor de la columna "Common Code". A partir de este identificador, las aplicaciones pueden buscar el nombre o símbolo legible para humanos para esta unidad de medida. + + |
+ + string + | +
+
+ unit.
+ |
+ + URI + | +
+ Si el esquema utilizado provee una URI legible por computadora para esta unidad de medición, ésta puede proporcionarse. + + |
+ + string + | +
+
+ dimensions
+
+ |
+ + Dimensiones de la tarifa + | +
+ Utilizado para capturar los diferentes desgloses en los cargos de la tarifa. Cualquier número de dimensiones se puede registrar dentro de este objeto. Los nombres de dimensiones deben seguir las convenciones de OCDS de camelCase. + + |
+ + object + | +
+
+ dimensions.
+ |
+ + + | ++ + | ++ string + | +
+
+ notes
+
+ |
+ + Notas sobre las tarifas + | +
+ Cualquier nota sobre esta partida de tarifas. Esto puede incluir información para aclaración. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/techniques/master/ +
++ Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. +
+
+ You can download the dynamicPurchasingSystemStatus.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ pending
+
+ |
+ + Pending + | +
+ The DPS has not yet started. + + |
+
+
+ active
+
+ |
+ + Active + | +
+ The DPS has started. + + |
+
+
+ cancelled
+
+ |
+ + Cancelled + | +
+ The DPS has been cancelled prior to starting. + + |
+
+
+ terminated
+
+ |
+ + Terminated + | +
+ The DPS had started, and has now come to a close. This might be due to its successful completion, or might be early termination due to some non-completion. + + |
+
+ You can download the dynamicPurchasingSystemType.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ open
+
+ |
+ + Open + | +
+ The dynamic purchasing system can also be used by buyers not listed in the contracting process. + + |
+
+
+ closed
+
+ |
+ + Closed + | +
+ The dynamic purchasing system can only be used by buyers listed in the contracting process. + + |
+
+ You can download the frameworkAgreementMethod.csv
file in English.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ withReopeningCompetition
+
+ |
+ + With reopening of competition + | +
+ Contracts are awarded by reopening the competition (e.g. mini-competition or mini-tender). + + |
+
+
+ withoutReopeningCompetition
+
+ |
+ + Without reopening of competition + | +
+ Contracts are awarded without the reopening of competition (e.g. direct call-off or direct award). + + |
+
+
+ withAndWithoutReopeningCompetition
+
+ |
+ + With and without reopening of competition + | +
+ Contracts are awarded both with and without the reopening of competition. + + |
+
+ Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. +
+Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. Also, adds a field to the tender object in a framework agreement call-off to indicate if it is competitive or direct.
+value
y period
del acuerdo marcoLos campos value
y period
de los objetos FrameworkAgreement
solo deben usarse si una fuente de datos proporciona valores y períodos tanto para el contrato / lote como para el acuerdo marco, como TED XML Schema R2.08. De lo contrario:
tender.value
y tender.contractPeriod
.value
y contractPeriod
de los objetos Lot
.method
del acuerdo marcoEstos son los posibles valores del campo method
de un acuerdo marco y sus sinónimos más comunes:
In the European Union, this extension's fields correspond to eForms BG-706 (Techniques), BG-157 (Group Framework Maximum Value and BT-271 (Framework Maximum Value). For correspondences to eForms fields, see OCDS for eForms. For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "techniques": {
+ "hasFrameworkAgreement": true,
+ "frameworkAgreement": {
+ "minimumParticipants": 2,
+ "maximumParticipants": 100,
+ "method": "withoutReopeningCompetition",
+ "periodRationale": "<A good justification>",
+ "buyerCategories": "all hospitals in the Tuscany region",
+ "value": {
+ "amount": 240000,
+ "currency": "EUR"
+ },
+ "period": {
+ "durationInDays": 730
+ },
+ "description": "Call offs are estimated to be organized every 3 months, with an average value of 60,000 euros per contract."
+ }
+ }
+ }
+ ]
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "techniques": {
+ "hasDynamicPurchasingSystem": true,
+ "dynamicPurchasingSystem": {
+ "type": "closed",
+ "status": "active"
+ }
+ }
+ }
+ ]
+ }
+}
+
{
+ "tender": {
+ "lots": [
+ {
+ "id": "1",
+ "techniques": {
+ "hasElectronicAuction": true,
+ "electronicAuction": {
+ "url": "https://example.com/auction/1",
+ "description": "<Any relevant details>"
+ }
+ }
+ }
+ ]
+ }
+}
+
{
+ "tender": {
+ "id": "2421-1016-CM20",
+ "procuringEntity": {
+ "name": "I.MUNICIPALIDAD DE CONCEPCION | DIRECCION DE SALUD MUNICIPAL DE CONCEPCION",
+ "id": "CL-MP-3413"
+ },
+ "competitive": false
+ },
+ "awards": [
+ {
+ "id": "42133251",
+ "title": "JERINGAS DAS CONCEPCION",
+ "description": "2239-16-LR15 Órtesis, Prótesis, Endoprótesis e Insumos de Salud. FINANCIAMIENTO: 215.22.04.005.001 SP 28 SE SOLICITA LA ACEPTACIÓN DE ESTA ORCOM A TRAVÉS DE LA PLATAFORMA MERCADO PUBLICO ANTES DE REALIZAR LA ENTREGA DEL BIEN O SERVICIO",
+ "status": "active",
+ "date": "2020-06-23T15:40:44Z",
+ "value": {
+ "amount": 7526475.0,
+ "currency": "CLP"
+ },
+ "suppliers": [
+ {
+ "name": "Tecnika S.A. | Tecnika S.A.",
+ "id": "CL-MP-27291"
+ }
+ ],
+ "items": [
+ {
+ "id": "111570611",
+ "description": "Aparatos de inyección hipodérmica o accesorios(1391678 )JERINGA HIPODERMICA CONTROLADA VENOTEK 10ML LUER LOCK CON AGUJA 21GX1 1/2 100 UNIDADES 1418179",
+ "quantity": 500.0,
+ "unit": {
+ "value": {
+ "amount": 4228.0,
+ "currency": "CLP"
+ }
+ }
+ }
+ ]
+ }
+ ],
+ "relatedProcesses": [
+ {
+ "id": "1",
+ "relationship": [
+ "framework"
+ ],
+ "title": "Órtesis, Prótesis, Endoprótesis e Insumos de Salud",
+ "scheme": "ocid",
+ "identifier": "ocds-70d2nz-2239-16-LR15"
+ }
+ ]
+}
+
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.
+LotGroup.techniques
field.FrameworkAgreement.minimumParticipants
FrameworkAgreement.value
FrameworkAgreement.period
FrameworkAgreement.description
minProperties
, minItems
y/o minLength
.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 [pull requests] (https://github.com/open-contracting-extensions/ocds_techniques_extension/pulls?q=is%3Apr+is%3Aclosed) y en https://github.com/open-contracting/standard/issues/695.
++ Adds fields to the tender, lot and lot group objects to describe the use of techniques, such as framework agreements, dynamic purchasing systems and electronic auctions. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ techniques
+
+ |
+ + Técnicas + | +
+ Información sobre el uso de técnicas, como acuerdos marco, sistemas de compra dinámica y subastas electrónicas. + + |
+ + Techniques object + | +
+
+ competitive
+
+ |
+ + Is the framework agreement call-off competitive? + | +
+ Whether this call-off is competitive or not. + + |
+ + boolean + | +
+ The extension defines these fields in the Lot
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ techniques
+
+ |
+ + Técnicas + | +
+ Información sobre el uso de técnicas, como acuerdos marco, sistemas de compra dinámica y subastas electrónicas. + + |
+ + Techniques object + | +
+ The extension defines these fields in the LotGroup
object from the Lotes extension:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ techniques
+
+ |
+ + Técnicas + | +
+ Información sobre el uso de técnicas, como acuerdos marco, sistemas de compra dinámica y subastas electrónicas. + + |
+ + Techniques object + | +
+ The extension defines a new Techniques
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ hasFrameworkAgreement
+
+ |
+ + Acuerdo marco involucrado + | +
+ Si se trata de un acuerdo marco. + + |
+ + boolean + | +
+
+ frameworkAgreement
+
+ |
+ + Acuerdo marco + | +
+ Información sobre el acuerdo marco. + + |
+ + FrameworkAgreement object + | +
+
+ hasDynamicPurchasingSystem
+
+ |
+ + Sistema de compra dinámica involucrado + | +
+ Si se trata de un sistema de compra dinámica. + + |
+ + boolean + | +
+
+ dynamicPurchasingSystem
+
+ |
+ + Sistema de compra dinámica + | +
+ Información sobre el sistema de compra dinámica. + + |
+ + DynamicPurchasingSystem object + | +
+
+ hasElectronicAuction
+
+ |
+ + Subasta electrónica utilizada + | +
+ Si se utiliza una subasta electrónica. + + |
+ + boolean + | +
+
+ electronicAuction
+
+ |
+ + Subasta electrónica + | +
+ Información sobre la subasta electrónica. + + |
+ + ElectronicAuction object + | +
+ The extension defines a new FrameworkAgreement
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ minimumParticipants
+
+ |
+ + Número mínimo de participantes + | +
+ El número mínimo de participantes en el acuerdo marco + + |
+ + number + | +
+
+ maximumParticipants
+
+ |
+ + Número máximo de participantes + | +
+ El número máximo de participantes en el acuerdo marco. Si no hay un máximo, establecerlo en 1e9999 (que analiza hasta infinito). + + |
+ + number + | +
+
+ method
+
+ |
+ + Método + | +
+ Si los contratos se adjudican con, sin o ambos con y sin re-apertura del concurso. + + |
+ + string from closed frameworkAgreementMethod codelist + | +
+
+ periodRationale
+
+ |
+ + Duración razonable + | +
+ La justificación de casos excepcionales cuando la duración de un acuerdo marco excede los límites legales. + + |
+ + string + | +
+
+ buyerCategories
+
+ |
+ + Categorías de compradores + | +
+ Cualquier categoría adicional de compradores que participe en el acuerdo marco y que no se mencione por su nombre (por ejemplo, "todos los hospitales de la región de la Toscana"). + + |
+ + string + | +
+
+ value
+
+ |
+ + Valor + | +
+ El valor total estimado superior del acuerdo marco. + + |
+ + Value object + | +
+
+ period
+
+ |
+ + Periodo + | +
+ El período durante el cual se estima que el acuerdo marco estará activo. + + |
+ + Period object + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Una descripción resumida del acuerdo marco. Esto complementa cualquier información estructurada proporcionada utilizando los otros campos. + + |
+ + string + | +
+ The extension defines a new DynamicPurchasingSystem
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ type
+
+ |
+ + Tipo + | +
+ En el caso de las centrales de compras, si el sistema de compra dinámica puede ser utilizado por compradores que no figuran en el proceso de contratación. + + |
+ + string from closed dynamicPurchasingSystemType codelist + | +
+
+ status
+
+ |
+ + Estado + | +
+ El estado del sistema de compra dinámica. + + |
+ + string from closed dynamicPurchasingSystemStatus codelist + | +
+ The extension defines a new ElectronicAuction
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ url
+
+ |
+ + URL + | +
+ La dirección de Internet de la subasta electrónica. + + |
+ + string + | +
+
+ description
+
+ |
+ + Descripción + | +
+ Cualquier información adicional sobre la subasta electrónica. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/tenderClassification/master/ +
++ Agregar una serie de objetos de clasificación al objeto de licitación para categorizar el procedimiento o la solicitud de orden de compra como un todo. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Código + | ++ Título + | ++ Descripción + | +
---|---|---|
+
+ TED_CATEGORY
+
+ |
+ + EC Public passenger transport services covered + | +
+ A classification of the services covered by the award of contracts for public passenger transport services according to Regulation 1370/2007 of the European Parliament. + +
|
+
+ Agregar una serie de objetos de clasificación al objeto de licitación para categorizar el procedimiento o la solicitud de orden de compra como un todo. +
+Agregar una lista de objetos de clasificación al objeto de licitación para categorizar el procedimiento o la solicitud de orden de compra como un todo.
+Se espera que los ítems a ser adquiridos tengan clasificaciones más específicas que el procedimiento en su conjunto.
+In the European Union, this extension's fields correspond to eForms BG-261 (Classification). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.
+{
+ "tender": {
+ "classification": {
+ "description": "Advertising management services",
+ "id": "79341200-8",
+ "scheme": "CPV"
+ },
+ "additionalClassifications": [
+ {
+ "description": "Advertising campaign services",
+ "id": "79341400-0",
+ "scheme": "CPV"
+ },
+ {
+ "description": "Customer services",
+ "id": "79342300-6",
+ "scheme": "CPV"
+ }
+ ]
+ }
+}
+
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.
+minProperties
, minItems
y/o minLength
.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) y en pull requests.
++ Agregar una serie de objetos de clasificación al objeto de licitación para categorizar el procedimiento o la solicitud de orden de compra como un todo. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ classification
+
+ |
+ + Clasificación de la licitación + | +
+ La clasificación primaria del proceso de contratación. + + |
+ + Classification object + | +
+
+ additionalClassifications
+
+ |
+ + Clasificaciones adicionales de licitaciones + | +
+ Clasificaciones adicionales del proceso de contratación. + + |
+ + array of Classification objects + | +
+ + This page has moved to a /es/extensions/tender_datePublished/master/ +
++ Agregar un campo de fecha para indicar cuándo se publicó la licitación. +
+Esta extensión agrega un campo para indicar explícitamente la fecha y hora en que se publicó la licitación. Este campo puede ser diferente de los campos tender/tenderPeriod/startDate
y date
.
Tener esta información de manera fácil de acceder puede tener muchos beneficios, por ejemplo, poder computar algunos indicadores que dirán cuántos días tiene un potencial oferente para preparar una oferta.
+Para satisfacer tales casos de uso, se debe utilizar el campo tender/datePublished
.
{
+ "tender": {
+ "datePublished": "2019-07-23T1:27:10.673000-06:00"
+ }
+}
+
Esta extensión se discutió originalmente en https://github.com/open-contracting/standard/issues/892.
+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.
++ Agregar un campo de fecha para indicar cuándo se publicó la licitación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Tender
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ datePublished
+
+ |
+ + Fecha de publicación + | +
+ La fecha en que se publicó la licitación. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/transaction_milestones/master/ +
++ Agregar un campo a relatedImplementationMilestone a los objetos de transacción, para que los pagos de un contrato puedan vincularse a un hito de implementación. +
+Esta extensión agrega un campo relatedImplementationMilestone
a los objetos de la transacción, para que los pagos de un contrato puedan vincularse con un hito de implementación.
This extension must be used with the Metrics extension.
+{
+ "contracts": [
+ {
+ "id": "1",
+ "awardID": "1",
+ "implementation": {
+ "milestones": [
+ {
+ "id": "1234",
+ "title": "Example milestone",
+ "dueDate": "2017-01-01T17:00:00Z",
+ "dateMet": "2016-12-28T17:00:00Z",
+ "status": "met",
+ "dateModified": "2016-12-28T17:00:00Z"
+ }
+ ],
+ "transactions": [
+ {
+ "id": "ABC-123",
+ "source": "http://www.example.com/budget/FY17",
+ "date": "2017-01-05T13:00:00Z",
+ "value": {
+ "amount": 150000,
+ "currency": "GBP"
+ },
+ "payer": {
+ "id": "GB-GOV-00000000",
+ "name": "Example ministry"
+ },
+ "payee": {
+ "id": "GB-COH-99999999",
+ "name": "Example consortium"
+ },
+ "relatedImplementationMilestone": {
+ "id": "1234",
+ "title": "Example milestone"
+ }
+ }
+ ]
+ }
+ }
+ ]
+}
+
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.
++ Agregar un campo a relatedImplementationMilestone a los objetos de transacción, para que los pagos de un contrato puedan vincularse a un hito de implementación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Transaction
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedImplementationMilestone
+
+ |
+ + Hito de implementación relacionado + | +
+ Un enlace al hito en la sección de implementación de OCDS a la que se refiere esta transacción. + + |
+ + MilestoneReference object + | +
+ Agregar un campo a relatedImplementationMilestone a los objetos de transacción, para que los pagos de un contrato puedan vincularse a un hito de implementación. +
+En OCDS las transactions
son propiedad del objeto implementation
.
Algunos contratos vinculan los pagos con un contrato a hitos específicos para la entrega del contrato.
+Esta extensión agrega una propiedad relatedImplementationMilestone
al objeto transaction
.
La propiedad relatedImplementationMilestone
es un objeto de milestoneReference
.
El objeto milestoneReference
es introducido por la extensión de métricas.
"implementation": {
+ "milestones": [
+ {
+ "id": "1234",
+ "title": "Example milestone",
+ "dueDate": "2017-01-01T17:00:00Z",
+ "dateMet": "2016-12-28T17:00:00Z",
+ "status": "met",
+ "dateModified": "2016-12-28T17:00:00Z"
+ }
+ ],
+ "transactions": [
+ {
+ "id": "ABC-123",
+ "source": "http://www.example.com/budget/FY17",
+ "date": "2017-01-05T13:00:00Z",
+ "value": {
+ "amount": 150000,
+ "currency": "GBP"
+ },
+ "payer": {
+ "id": "GB-GOV-00000000",
+ "name": "Example ministry"
+ },
+ "payee": {
+ "id": "GB-COH-99999999",
+ "name": "Example consortium"
+ },
+ "relatedImplementationMilestone": {
+ "id": "1234",
+ "title": "Example milestone"
+ }
+ }
+ ]
+}
+
+ Agregar un campo a relatedImplementationMilestone a los objetos de transacción, para que los pagos de un contrato puedan vincularse a un hito de implementación. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Transaction
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedImplementationMilestone
+
+ |
+ + Hito de implementación relacionado + | +
+ Un enlace al hito en la sección de implementación de OCDS a la que se refiere esta transacción. + + |
+ + MilestoneReference object + | +
+ + This page has moved to a /es/extensions/unstructuredChanges/master/ +
++ Agrega una matriz unstructuredChanges al objeto Amendment. +
+Agrega una matriz unstructuredChanges al objeto Amendment.
+En muchos regímenes de contratación, es habitual modificar un anuncio de licitación describiendo los cambios en palabras, en lugar de volver a publicar el anuncio completo. Esto se debe a que el proceso está diseñado para los humanos: es más fácil para un humano leer una descripción de los cambios, que calcular la diferencia entre dos anuncios completos.
+En cambio, para una máquina es fácil calcular la diferencia entre dos notificaciones completas, pero es difícil o imposible interpretar una descripción de cambios. Hay muchas formas en las que una descripción de cambios puede salir mal, de las que un humano puede recuperarse, pero que una máquina no puede. Por ejemplo:
+El OCDS está diseñado para ser leído por máquinas. Lo ideal es que el sistema fuente desde el que se exportan los datos de OCDS contenga los valores de cada campo antes y después de un cambio. En ese caso, debería seguir simplemente el modelo de entregas y registros.
+Esta extensión está pensada para ser utilizada sólo en los casos en que un sistema de origen no rastrea los valores de los campos, sino que rastrea una descripción de los cambios, como en la UE (véase Contexto legal más abajo). Nota: La falta de estructura impide muchos análisis de datos.
+Esta extensión se desarrolló principalmente para permitir la asignación de los formularios estándar de la Unión Europea para la contratación pública a OCDS (específicamente el Formulario 14 Corrigendum), pero podría ser útil en contextos no comunitarios.
+See OCDS for the European Union for guidance on how to use it with TED F14 data.
+{
+ "tender": {
+ "amendments": [
+ {
+ "id": "1",
+ "unstructuredChanges": [
+ {
+ "oldValue": {
+ "text": "https://city.example.org/procurement"
+ },
+ "newValue": {
+ "text": "https://procurement.example.org"
+ },
+ "where": {
+ "section": "I.1",
+ "label": "Main address"
+ }
+ },
+ {
+ "oldValue": {
+ "date": "2020-12-15"
+ },
+ "newValue": {
+ "date": "2019-12-15T14:00:00+03:00"
+ },
+ "where": {
+ "section": "I.4",
+ "label": "Notice date"
+ }
+ },
+ {
+ "oldValue": {
+ "classifications": [
+ {
+ "scheme": "CPV",
+ "id": "79000000"
+ }
+ ]
+ },
+ "newValue": {
+ "classifications": [
+ {
+ "scheme": "CPV",
+ "id": "79822500"
+ }
+ ]
+ },
+ "where": {
+ "section": "II.2.2",
+ "label": "Main CPV code"
+ },
+ "relatedLot": "lot-2"
+ }
+ ]
+ }
+ ]
+ }
+}
+
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.
+minProperties
, minItems
y/o minLength
.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/63), en pull resquests.
++ Agrega una matriz unstructuredChanges al objeto Amendment. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the Amendment
object from OCDS:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ unstructuredChanges
+
+ |
+ + Cambios no estructurados + | +
+ Cambios no estructurados o semi-estructurados de una notificación anterior. + + |
+ + array of UnstructuredChange objects + | +
+ The extension defines a new UnstructuredChange
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ relatedLot
+
+ |
+ + Lote relacionado + | +
+ El identificador del lote al que se refiere este cambio, si lo hubiera. + + |
+ + string + | +
+
+ oldValue
+
+ |
+ + Valor viejo + | +
+ El valor del elemento de datos al que hace referencia el campo |
+ + UnstructuredChangeValue object + | +
+
+ newValue
+
+ |
+ + Nuevo valor + | +
+ El valor del elemento de datos al que hace referencia el campo |
+ + UnstructuredChangeValue object + | +
+
+ where
+
+ |
+ + Donde + | +
+ Una referencia a un elemento de datos de una notificación anterior que se está modificando. + + |
+ + object + | +
+
+ where.
+ |
+ + Sección + | +
+ El identificador de la sección que contiene el elemento de datos, si el aviso anterior está organizado en secciones. + + |
+ + string + | +
+
+ where.
+ |
+ + Etiqueta + | +
+ La etiqueta del elemento de datos. + + |
+ + string + | +
+ The extension defines a new UnstructuredChangeValue
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ text
+
+ |
+ + Valor del texto + | +
+ Un texto. Si el cambio eliminó o borró el elemento de datos, utilice la cadena vacía (""). + + |
+ + string + | +
+
+ classifications
+
+ |
+ + Clasificaciones + | +
+ Una lista de clasificaciones + + |
+ + array of Classification objects + | +
+
+ date
+
+ |
+ + Fecha + | +
+ Una fecha. + + |
+ + string + | +
+ + This page has moved to a /es/extensions/withheldInformation/master/ +
++ Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld. +
+
+ You can download the +itemClassificationScheme.csv
file in English.
+
+ The extension adds these codes to the itemClassificationScheme.csv
codelist.
+
+ Code + | ++ Title + | ++ Description + | +
---|---|---|
+
+ eu-non-publication-justification
+
+ |
+ + European Union non-publication justification + | +
+ The main reasons for not immediately publishing information required by eForms within the context of public procurement according to the legislation of the European Parliament. + +
|
+
+ Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld. +
+Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld.
+In the European Union, this extension's fields correspond to eForms BG-8 (Not Immediately Published). For correspondences to eForms fields, see OCDS for eForms.
+{
+ "withheldInformation": [
+ {
+ "id": "cro-bor-law-18d27a53-0109-4f93-9231-6659d931bce0",
+ "field": "cro-bor-law",
+ "name": "Cross Border Law",
+ "rationale": "Publication of this information is delayed because...",
+ "rationaleClassifications": [
+ {
+ "scheme": "eu-non-publication-justification",
+ "id": "oth-int",
+ "description": "Other public interest",
+ "uri": "http://publications.europa.eu/resource/authority/non-publication-justification/oth-int"
+ }
+ ],
+ "availabilityDate": "2024-12-31T09:00:00+01:00"
+ }
+ ]
+}
+
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.
++ Adds a top-level withheld information array to describe items of information whose publication is temporarily or permanently withheld. +
+
+ You can download the release-schema.json
file in English.
+
+ The extension defines these fields in the release schema: +
+ ++ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ withheldInformation
+
+ |
+ + Withheld information + | +
+ Details of items of information whose publication is temporarily or permanently withheld. + + |
+ + array of WithheldInformationItem objects + | +
+ The extension defines a new WithheldInformationItem
object with these fields:
+
+ Field + | ++ Title + | ++ Description + | ++ Type(s) + | +
---|---|---|---|
+
+ id
+
+ |
+ + ID + | +
+ The locally unique identifier for the withheld information item. + + |
+ + string + | +
+
+ field
+
+ |
+ + Field + | +
+ The identifier of the field with which the withheld information would otherwise be published. + + |
+ + string + | +
+
+ name
+
+ |
+ + Name + | +
+ The name or title of the field with which the withheld information would otherwise be published. + + |
+ + string + | +
+
+ availabilityDate
+
+ |
+ + Availability date + | +
+ The date on which the withheld information will be published. + + |
+ + string + | +
+
+ rationale
+
+ |
+ + Rationale + | +
+ The rationale for withholding the information. + + |
+ + string + | +
+
+ rationaleClassifications
+
+ |
+ + Rationale classifications + | +
+ Classifications of the rationale for withholding the information. + + |
+ + array of Classification objects + | +
+ Disclose more data about your contracting processes, using extensions to the Open Contracting Data Standard. +
+ +OCDS defines a core set of fields and codes for describing contracting processes. You can use extensions to describe additional fields outside the core set.
+ Read the publisher guidance +OCDS data can include fields and codes from the OCDS schema and from extensions. To understand extended data, you need to identify which extensions are used and read the extensions' documentation.
+ Read the user guidance ++ To implement OCDS, you must identify the fields and codes in OCDS that match the data elements that you want to publish. Some data elements might not match any field or code in OCDS. To cover such cases, you can add additional fields or codes to your OCDS data. Extensions provide a way to document these additional fields and codes. +
+ ++ We recommend using extensions to describe your additional fields and codes so that: +
+ ++ To publish additional fields or codes using an extension: +
+ +
+ {"extensions": ["https://raw.githubusercontent.com/open-contracting-extensions/ocds_bid_extension/master/extension.json"]}
+
+ + If you can’t find a suitable extension to describe the data elements you want to publish, you can create an extension. +
+ ++ Extensions can introduce new fields, add codes to open codelists and introduce additional validation rules to existing OCDS fields. However, extensions cannot remove fields, change the title or description of fields or add codes to closed codelists. To suggest such changes, open an issue on the standard issue tracker. +
+ ++ You should also consider whether the data you want to publish belongs to the contracting process or whether it exists independently. Data that exists independently of the contracting process is typically better published in a separate dataset. For example, data on changes to the beneficial ownership of suppliers, which is usually tracked outside of procurement systems. +
+ ++ To create an extension you need to understand JSON Schema and the structure of the OCDS schema. Extensions are fragments of JSON Schema that can be merged into the OCDS schema to create an extended schema. +
+ ++ The standard extension template describes the structure and components of an extension and the technical steps to document an extension. +
+ ++ There are five steps to creating an extension: +
+ ++ Before creating an extension, search for related discussions on the standard issue tracker. +
+ ++ If you can’t find any related discussions, open an issue to describe the extension you plan to create. The issue’s description should include: +
+ ++ You first need to decide on the name, structure and format of the fields in your extension. +
+ ++ You can start by mocking up an example of the data you are creating an extension for in JSON format. Consider: +
+ ++ Before continuing, you should invite feedback on your mockup using the Github issue you created in the previous step. +
+ ++ Once you have settled on a model, you should then document the schema for your extension. The following tools are available to help you: +
+ ++ Your schema should follow the schema style guide. +
+ ++ You will need to find somewhere to host your extension online at a stable URL. Creating a GitHub repository for your extension is a good option because it offers version control and issue tracking. +
+ ++ You also need to write a README file and/or other documentation for your extension. +
+ ++ Your documentation should include a description of the extension and its use cases, and examples of data structured according to the extension. +
+ ++ Test your extension by following steps 2-4 in Use an extension. +
+ ++ We encourage you to register your extension so that others can discover it using the Extension Explorer. +
+ ++ Extensions that are useful to only a single publisher do not need to be registered. +
+ ++ To register an extension, it must meet the following criteria: +
+ ++ OCDS extensions should use semantic versioning. +
+ ++ To use data, you first need to understand its structure and meaning. OCDS data can contain fields from: +
+ +
+ To identify which extensions are used in OCDS data, you can either: +
+ +extensions
field at the package level. For data with extensions, this field contains an array of URLs to extension.json
files. Each file contains a documentationUrl
object with a URL to the extension's documentation. Open the URL to read its documentation (in many cases, the URL leads to this website). For example, the following data declares the Bid statistics and details extension:
+
+ {"extensions": ["https://raw.githubusercontent.com/open-contracting-extensions/ocds_bid_extension/master/extension.json"]}
+
+ + + This page has moved to a /en/ +
+