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

  • Ukrainian by default (required) - Ukrainian title
  • title_en (English) - English title
  • title_ru (Russian) - Russian title

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.

  • Ukrainian by default - Ukrainian decription
  • decription_en (English) - English decription
  • decription_ru (Russian) - Russian decription

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
draft:
Lot created but not yet available
composing:
Attachment of the asset to the lot
verification:
Asset availability check
pending:
Editing the lot
invalid:
If the lot is incorrectly created
active.salable:
Expecting the start of the auction
pending.deleted:
 
Separating the asset
deleted:
Delete a lot
active.auction:
Holding an auction by lot
active.contracting:
 
Contracting process
pending.sold:
Separating the asset. Lot sold
sold:
Lot sold
pending.dissolution:
 
Separating the asset
dissolved:
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:

  • redemption - lotType for the buyout.
contracts:

Array of Сontracts, auto-generated, read-only

Information of the related contract.

Period

Schema

startDate:

string, Date

OpenContracting Description: The start date for the period. startDate should always precede endDate.

endDate:

string, Date

OpenContracting Description: The end date for the period.

Date

Date/time in ISO 8601.

Decisions

Schema

title:

string, multilingual, optional

  • Ukrainian by default (optional) - Ukrainian title
  • title_en (English) - English title
  • title_ru (Russian) - Russian title
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:

  • lot
  • asset
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.