Lot

Schema

id

string, auto-generated

title

string, multilingual

The name of the tender lot.

description

string, multilingual

Detailed description of tender lot.

value

Value, required

Total available tender lot budget. Bids greater then value will be rejected.

Absent in Energy Service Contracting procedure - esco

guarantee

Guarantee

Bid guarantee

Absent in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick

date

string, Date, auto-generated

minimalStep

Value, required

The minimal step of auction (reduction). Validation rules:

  • amount should be less then Lot.value.amount

  • currency should either be absent or match Lot.value.currency

  • valueAddedTaxIncluded should either be absent or match Lot.value.valueAddedTaxIncluded

Absent in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick and Energy Service Contracting procedure - esco

auctionPeriod

Period, read-only

Period when Auction is conducted.

Absent in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick

auctionUrl

url

A web address for view auction.

Absent in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick

status

string

active

Active tender lot (active)

unsuccessful

Unsuccessful tender lot (unsuccessful)

complete

Complete tender lot (complete)

cancelled

Cancelled tender lot (cancelled)

Status of the Lot.

Additionally in Energy Service Contracting procedure - esco:

minimalStepPercentage

float, required

Minimum step increment of the energy service contract performance indicator during auction that is calculated on participant’s bid. Possible values: from 0.005 to 0.03 (from 0.5% to 3% respectively) with 3-digit precision after comma.

fundingKind

string, required

Lot funding source

Possible values:

  • budget - Budget funding.

  • other - Supplier funding.

Default value: other

yearlyPaymentsPercentageRange

float, required

Fixed percentage of participant’s cost reduction sum, with 3-digit precision after comma.

Possible values:

  • from 0.8 to 1 (from 80% to 100% respectively) if lot:fundingKind:other.

  • from 0 to 0.8 (from 0% to 80% respectively) if lot:fundingKind:budget.

    Input precision - 3 digits after comma.

Workflow in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick, Energy Service Contracting procedure - esco and Open procedure with publication in English - aboveThresholdEU

digraph G {
    A [ label="active*" ]
    B [ label="complete"]
    C [ label="cancelled"]
    D [ label="unsuccessful"]
     A -> B;
     A -> C;
     A -> D;
}

* marks initial state