Auction¶
Schema¶
id: | uuid, auto-generated, read-only Internal id of the procedure. |
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
date: | Date, auto-generated, read-only The date of the procedure creation/undoing. |
||||||||||||||||||
owner: | string, auto-generated, read-only The entity (eMall) whom the procedure has been created by. |
||||||||||||||||||
title: | string, multilingual, required Can be edited during the rectificationPeriod.
Oprionally can be mentioned in English/Russian. The name of the auction, displayed in listings. |
||||||||||||||||||
description: | string, multilingual, required Can be edited during the rectificationPeriod. OpenContracting Description: A description of the goods, services to be provided.
|
||||||||||||||||||
dgfDecisionID: | string, required Can be edited during the rectificationPeriod. The number of the decision. |
||||||||||||||||||
dgfDecisionDate: | |||||||||||||||||||
Date, required Can be edited during the rectificationPeriod. The date of the decision on the approval of the terms of sale. |
|||||||||||||||||||
procurementMethod: | |||||||||||||||||||
string, auto-generated, read-only Purchase method. The only value is “open”. |
|||||||||||||||||||
auctionID: | string, auto-generated, read-only The auction identifier to refer auction to in “paper” documentation. OpenContracting Description: AuctionID should always be the same as the OCID. It is included to make the flattened data structure more convenient. |
||||||||||||||||||
dgfID: | string, required Can be edited during the rectificationPeriod. Identification number of the auction (also referred to as lot) in the XLS of Deposit Guarantee Fund. |
||||||||||||||||||
procurementMethodType: | |||||||||||||||||||
string, required Auction announcement. Possible values:
|
|||||||||||||||||||
procurementMethodDetails: | |||||||||||||||||||
string, optional Parameter that accelerates auction periods. Set quick, accelerator=1440 as text value for procurementMethodDetails for the time frames to be reduced in 1440 times. This mode will work only in the sandbox. |
|||||||||||||||||||
submissionMethod: | |||||||||||||||||||
string, auto-generated, read-only The given value is electronicAuction. |
|||||||||||||||||||
awardCriteria: | string, auto-generated, read-only Сriterion of a winner selection. The given value is highestCost. |
||||||||||||||||||
procuringEntity: | |||||||||||||||||||
ProcuringEntity (Organizer), required Organization conducting the auction. OpenContracting Description: The entity managing the procurement, which may be different from the buyer who is paying / using the items being procured. |
|||||||||||||||||||
tenderAttempts: | integer, required Can be edited during the rectificationPeriod. The number which represents what time (from 1 up to 8) tender is taking place. |
||||||||||||||||||
value: | Value, required Auction starting price. Bids lower than OpenContracting Description: The total estimated value of the procurement. |
||||||||||||||||||
guarantee: |
Can be edited during the rectificationPeriod. guarantee.amount can not be greater than value.amount.
|
||||||||||||||||||
items: | Array of Item objects, required Can be edited during the rectificationPeriod (Can editing in 2 ways: each object from the array separately and the entire array together). List that contains single item being sold. OpenContracting Description: The goods and services to be purchased, broken into line items wherever possible. Items should not be duplicated, but a quantity of 2 specified instead. |
||||||||||||||||||
features: | Array of Feature objects Features of auction. |
||||||||||||||||||
documents: | Array of Document objects OpenContracting Description: All documents and attachments related to the auction. |
||||||||||||||||||
dateModified: | Date, auto-generated, read-only OpenContracting Description: Date when the auction was last modified |
||||||||||||||||||
questions: | Array of Question objects Questions to |
||||||||||||||||||
bids: | Array of Bid objects A list of all bids placed in the auction with information about participants, their proposals and other qualification documentation. OpenContracting Description: A list of all the companies who entered submissions for the auction. |
||||||||||||||||||
minimalStep: | Value, required Can be edited during the rectificationPeriod. minimalStep.amount can not be greater than value.amount. Auction step (increment). Validation rules:
|
||||||||||||||||||
awards: | Array of Award objects All qualifications (disqualifications and awards). |
||||||||||||||||||
contracts: | Array of Contract objects OpenContracting Description: Information on contracts signed as part of a process. |
||||||||||||||||||
rectificationPeriod: | |||||||||||||||||||
Period, auto-generated, read-only The time span during which the owner can edit some data within the procedure. |
|||||||||||||||||||
enquiryPeriod: | Period, auto-generated, read-only Period when questions are allowed. OpenContracting Description: The period during which enquiries may be made and will be answered. |
||||||||||||||||||
tenderPeriod: | Period, auto-generated, read-only Period when bids can be submitted. OpenContracting Description: The period when the auction is open for submissions. The end date is the closing date for auction submissions. |
||||||||||||||||||
auctionPeriod: | Period, required Period when Auction is conducted. startDate should be provided. |
||||||||||||||||||
auctionUrl: | url, auto-generated, read-only A web address where auction is accessible for view. |
||||||||||||||||||
awardPeriod: | Period, auto-generated, read-only Awarding process period. OpenContracting Description: The date or period on which an award is anticipated to be made. |
||||||||||||||||||
status: | string, required
Auction status. |
||||||||||||||||||
eligibilityCriteria: | |||||||||||||||||||
string, auto-generated, read-only Required for dgfFinancialAssets procedure. This field is multilingual:
|
|||||||||||||||||||
cancellations: | Array of Cancellation objects. Contains 1 object with active status in case of cancelled Auction. The Cancellation object describes the reason of auction cancellation and contains accompanying documents if there are any. |
||||||||||||||||||
revisions: | Array of Revision objects, auto-generated Historical changes to Auction object properties. |
||||||||||||||||||
numberOfBids: | integer, auto-generated, read-only Number of bids submitted within the auction. |