From 85b0219dc68474ae239241ed6b8595c740a6f5c2 Mon Sep 17 00:00:00 2001 From: Halyna Leshchuk Date: Mon, 18 Sep 2017 18:38:10 +0300 Subject: [PATCH] editing the standard --- docs/source/standard/award.rst | 2 +- docs/source/standard/bid.rst | 8 +--- docs/source/standard/contract.rst | 2 +- docs/source/standard/item.rst | 13 +------ docs/source/standard/lot.rst | 35 +++++++++++------ docs/source/standard/tender.rst | 37 ++++++++++-------- docs/source/standard/util.rst | 63 +++++++++++++------------------ 7 files changed, 75 insertions(+), 85 deletions(-) diff --git a/docs/source/standard/award.rst b/docs/source/standard/award.rst index 1ac5e5d..4ff52f0 100644 --- a/docs/source/standard/award.rst +++ b/docs/source/standard/award.rst @@ -63,7 +63,7 @@ Schema The date of the contract award. :value: - List of :ref:`ESCOValue` objects, auto-generated, read-only + List of :ref:`Value` objects, auto-generated, read-only |ocdsDescription| The total value of this award. diff --git a/docs/source/standard/bid.rst b/docs/source/standard/bid.rst index b87bc9e..bbe42d7 100644 --- a/docs/source/standard/bid.rst +++ b/docs/source/standard/bid.rst @@ -32,13 +32,7 @@ Schema * `deleted` :value: - :ref:`ESCOValue`, required - - Validation rules: - - * `amount` should be greater than `Tender.minValue.amout` - * `currency` should either be absent or match `Tender.minValue.currency` - * `valueAddedTaxIncluded` should either be absent or match `Tender.minValue.valueAddedTaxIncluded` + :ref:`Value`, required :subcontractingDetails: string diff --git a/docs/source/standard/contract.rst b/docs/source/standard/contract.rst index c772f2b..84c919b 100644 --- a/docs/source/standard/contract.rst +++ b/docs/source/standard/contract.rst @@ -73,7 +73,7 @@ Schema List of :ref:`Organization` objects, auto-generated, read-only :value: - `ESCOValue` object, auto-generated, read-only + `Value` object, auto-generated, read-only |ocdsDescription| The total value of this contract. diff --git a/docs/source/standard/item.rst b/docs/source/standard/item.rst index dd01ee0..8b7502e 100644 --- a/docs/source/standard/item.rst +++ b/docs/source/standard/item.rst @@ -49,19 +49,8 @@ Schema Description of the unit which the good comes in e.g. hours, kilograms. Made up of a unit name, and the value of a single unit. -:quantity: - integer - - |ocdsDescription| - The number of units required - -:deliveryDate: - :ref:`Period`, required - - Period during which the item should be delivered. - :deliveryAddress: - :ref:`Address`, required + :ref:`Address`, not required Address, where the item should be delivered. diff --git a/docs/source/standard/lot.rst b/docs/source/standard/lot.rst index 38f24c0..bc62586 100644 --- a/docs/source/standard/lot.rst +++ b/docs/source/standard/lot.rst @@ -24,24 +24,15 @@ Schema Detailed description of tender lot. -:minValue: - :ref:`minValue`, required - - Total available tender lot budget. Bids smaller then ``minValue`` will be rejected. - :guarantee: :ref:`Guarantee` Bid guarantee -:minimalStep: - :ref:`value`, required +:minimalStepPercentage: + float, required - The minimal step of auction (reduction). Validation rules: - - * `amount` should be less then `Lot.minValue.amount` - * `currency` should either be absent or match `Lot.minValue.currency` - * `valueAddedTaxIncluded` should either be absent or match `Lot.minValue.valueAddedTaxIncluded` + Minimum step increment of the energy service contract performance indicator during auction that is calculated on participant’s bid. Possible values: from 0.05 to 0.3 (from 0.5% to 3% respectively) with 3-digit precision after comma. :auctionPeriod: :ref:`period`, read-only @@ -66,6 +57,26 @@ Schema Cancelled tender lot Status of the Lot. + +: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. - Default value. + * from 0 to 0.8 (from 0% to 80% respectively) if lot:fundingKind:budget. + + Input precision - 3-digit after comma. + Workflow -------- diff --git a/docs/source/standard/tender.rst b/docs/source/standard/tender.rst index cf65bca..056f7b6 100644 --- a/docs/source/standard/tender.rst +++ b/docs/source/standard/tender.rst @@ -47,18 +47,12 @@ Schema |ocdsDescription| The entity managing the procurement, which may be different from the buyer who is paying / using the items being procured. -:minValue: - :ref:`minValue`, required - - Calculated minimal energy service contract performance indicator. Bids smaller then ``minValue`` will be rejected. - - |ocdsDescription| - The total estimated minValue of the procurement. :NBUdiscountRate: float, required - NBU Discount Rate. + NBU Discount Rate as of tender notice publication date. Possible values: from 0 to 0.99 (from 0% to 99% respectively), with 3-digit precision after comma (e.g. 00.000). NBUdiscountRate change is interpreted as a change of tender conditions. + :guarantee: :ref:`Guarantee` @@ -101,14 +95,11 @@ Schema |ocdsDescription| A list of all the companies who entered submissions for the tender. -:minimalStep: - :ref:`value`, required +:minimalStepPercentage: + :ref:`value`, Float, required. - The minimal step of auction (reduction). Validation rules: - - * `amount` should be less then `Tender.minValue.amount` - * `currency` should either be absent or match `Tender.minValue.currency` - * `valueAddedTaxIncluded` should either be absent or match `Tender.minValue.valueAddedTaxIncluded` + Minimum step increment of the energy service contract performance indicator during auction that is calculated from participant’s bid. + Possible values: from 0.05 to 0.3 (from 0.5% to 3%), with 3-digit precision after comma. :awards: List of :ref:`award` objects @@ -217,3 +208,19 @@ Schema * `tenderPeriod.startDate` * `enquiryPeriod.endDate` * `tenderPeriod.endDate` + +:fundingKind: + String, required. + + Tender funding source. Possible values: + * budget - Budget funding. + * other - exclusively supplier’s 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 tender:fundingKind:other. - Default value. + * from 0 to 0.8 (from 0% to 80% respectively) if tender:fundingKind:budget. diff --git a/docs/source/standard/util.rst b/docs/source/standard/util.rst index 88ef70f..6dc1388 100644 --- a/docs/source/standard/util.rst +++ b/docs/source/standard/util.rst @@ -40,14 +40,22 @@ Value Schema ------ -:amount: - float, required - - |ocdsDescription| - Amount as a number. - - Should be positive. +:amountPerformance: + float, autogenerated + + Calculated energy service contract performance indicator. Calculated by the energy service contract performance indicator energy service contract performance indicator formula. +:yearlyPaymentsPercentage: + float, autogenerated + + The percentage of annual payments in favor of Bidder. + + Possible values: + * from 0.8 to 1 (from 80% to 100% respectively) if fundingKind:other. - Default value. + * from 0 to 0.8 (from 0% to 80% respectively) if fundingKind:budget. + + Input precision - 3 digits after comma. + :currency: string, required @@ -57,43 +65,24 @@ Schema :valueAddedTaxIncluded: bool, required -.. index:: ESCOValue -.. _escovalue: - -ESCOValue -========= - -Schema ------- - -:amount: +:amount: float, autogenerated + + Calculated energy service contract value. Calculated by the energy service - |ocdsDescription| - Amount as a number. - - Should be positive. +:ContractDuration: + value, required. -:currency: - string, required - - |ocdsDescription| - The currency in 3-letter ISO 4217 format. - -:valueAddedTaxIncluded: - bool, required - -:yearlyPayments: - float, required + Contract duration. + * Years: integer, required. Possible values: 0-15. + * Days: string, not required. Possible values: 0-364. Default value: 0. :annualCostsReduction: - float, required + list of Floats, required. + + Buyer’s annual costs reduction. A 21-element array where the 1st element indicates cost reduction starting from the period of tender notice publication date till the end of the year. Value can be changed only during active tendering period (active.tendering). -:contractDuration: - integer, required -.. index:: Revision, Change Tracking -.. _revision: Revision ========