Lot¶
Schema¶
| id: | uuid, auto-generated, read-only Internal identifier for this lot. |
|---|---|
| lotID: | string, auto-generated, read-only The lot identifier to refer that lot to in the paper documentation. OpenContracting Description: LotID is included to make the flattened data structure more convenient. |
| owner: | string, auto-generated, read-only The entity whom the lot is owned by. |
| date: | string, auto-generated, read-only The date of lot creation/undoing. |
| title: | string, multilingual, required
Oprionally can be mentioned in English/Russian. Initial data originates from asset.title. |
| description: | string, multilingual, required OpenContracting Description: A description of the goods, services to be provided.
Initial data originates from asset.description. |
| dateModified: | string, auto-generated, read-only OpenContracting Description: Date when the lot was last modified. |
| status: | string, required The lot status within the Registry. |
| Status | Description | ||||
|---|---|---|---|---|---|
|
Lot created but not yet available | ||||
|
Attachment of the asset to the lot | ||||
|
Asset availability check | ||||
|
Editing the lot | ||||
|
If the lot is incorrectly created | ||||
|
Expecting the start of the auction | ||||
|
Separating the asset | ||||
|
Delete a lot | ||||
|
Holding an auction by lot | ||||
|
Contracting process | ||||
|
Separating the asset. Lot sold | ||||
|
Lot sold | ||||
|
Separating the asset | ||||
|
Dissolution lot | ||||
| relatedProcesses: | |
|---|---|
Array of Related Processes Block containing information about the relation to objects beyond the lot. |
|
| decisions: | Array of Decisions, required Also include the data from asset.decisions. |
| lotCustodian: | Organization, required An entity managing the lot. Initial data originates from asset.assetCustodian. |
| items: | Array of Item, required Initial data originates from asset.items. |
| lotHolder: | Organization, required Initial data originates from asset.assetHolder. |
| rectificationPeriod: | |
Period, auto-generated, read-only Period during which the lot’s owner can edit it. |
|
| auctions: | Array of Auction, required Auction conditions due to which the lot is to be sold. |
| documents: | Array of Documents objects OpenContracting Description: All documents and attachments related to the lot. |
| mode: | string, optional The additional parameter with a value test. |
| sandboxParameters: | |
string, optional Parameter that accelerates lot periods. Set quick, accelerator=1440 as text value for sandboxParameters for the time frames to be reduced in 1440 times. |
|
| lotType: | string, auto-generated, read-only Type of the given lot. Given value:
|
| contracts: | Array of Сontracts, auto-generated, read-only Information of the related contract. |
Period¶
Decisions¶
Schema¶
| title: | string, multilingual, optional
|
|---|---|
| decisionDate: | Date, required OpenContracting Description: The date on which the document was first published. |
| decisionID: | string, required The decision identifier to refer to in the paper documentation. |
| decisionOf: | string, required Possible values are:
|
| relatedItem: | string, auto-generated Internal id of related asset. |
Сontracts¶
Schema¶
| type: | string, auto-generated, read-only Type of the contract. The only value is yoke. |
|---|---|
| id: | uuid, auto-generated, read-only Internal identifier of the object within the Module of Contracting. Added as long as the contract is being created within the Module of Contracting. |
| status: | string, auto-generated, read-only Status of contract within the Module of Contracting. Added as long as the contract is being created within the Module of Contracting. |