Skip to content

Latest commit

 

History

History
109 lines (69 loc) · 1.67 KB

File metadata and controls

109 lines (69 loc) · 1.67 KB

Bid, Parameter, LotValue, bidder, participant, pretendent

Bid

Schema

tenderers

List of Organization objects

date

string, date, auto-generated

Date when bid has been submitted.

id

UID, auto-generated

status

string

Possible values are:

  • draft
  • active
value

Value, required

Validation rules:

  • amount should be less than Auction.value.amout
  • currency should either be absent or match Auction.value.currency
  • valueAddedTaxIncluded should either be absent or match Auction.value.valueAddedTaxIncluded
documents

List of Document objects

parameters

List of Parameter objects

participationUrl

URL

A web address for participation in auction.

qualified

bool, required

eligible

bool

Required for dgfFinancialAssets procedure.

Parameter

Schema

code

string, required

Feature code.

value

float, required

Feature value.