Schema
You can download the release-schema.json
file in English.
ParticipationFee
The extension defines a new ParticipationFee
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
id
|
Fee ID |
The locally unique identifier for the fee. |
string |
type
|
Fee type |
The type of the fee. |
array of strings from closed participationFeeType codelist |
value
|
Value |
The monetary value of the fee. |
Value object |
relativeValue
|
Relative value |
The value of the fee, as a proportion of a monetary value. |
RelativeValue object |
description
|
Description |
Additional information about the 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
|
Payment methods |
The accepted ways to pay the fee. |
array of strings from open methodOfPayment codelist |
paymentAddress
|
Payment address |
The physical address to which to submit non-electronic payments. |
Address object |
payee
|
Payee |
The organization that receives the fee. |
OrganizationReference object |
Tender
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 |
RelativeValue
The extension defines a new RelativeValue
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
proportion
|
Proportion |
The proportion of the monetary value, expressed as a decimal between 0 and 1. |
number |
monetaryValue
|
Monetary value |
The name of the monetary value. |
string from closed monetaryValue codelist |