Agreement in Electronic Catalogue framework

Schema

id:

uid, required, auto-generated

agreementID:

string, auto-generated, read-only

agreementType:

string, auto-generated, value: electronicCatalogue, read-only

frameworkID:

string, auto-generated, read-only

status:

string, required

The current status of agreement. Possible values are:

  • active

  • terminated

terminationDetails:

string

date:

string, Date, auto-generated, read-only

The date of the agreement change status.

dateModified:

string, Date, auto-generated, read-only

The date of the agreement change.

dateCreated:

string, Date, auto-generated, read-only

The date of the agreement creation.

procuringEntity:

ProcuringEntity, auto-generated from framework, read-only

Organization conducting the agreement.

period:

Period

The timeframe when agreement is in force.

classification:

Classification, required, auto-generated from framework, read-only

additionalClassifications:

List of Classification objects, auto-generated from framework, read-only

contracts:

List of Contract objects

items:

List of Item objects

frameworkDetails:

string

Agreement in Close Framework Agreement procedure - closeFrameworkAgreement

Schema

id:

uid, required, auto-generated

agreementID:

string, auto-generated, read-only

agreementNumber:

string

agreementType:

string, value: closeFrameworkAgreementUA

changes:

List of ChangeTaxRate in cfaua, ChangeItemPriceVariation in cfaua, ChangePartyWithdrawal in cfaua or ChangeThirdParty in cfaua objects.

Only in agreements container.

date:

string, Date, auto-generated, read-only

The date of the agreement change.

dateModified:

string, Date, auto-generated, read-only

The date of the agreement change.

dateCreated:

string, Date, auto-generated, read-only

The date of the agreement creation.

dateSigned:

string, Date

The date of the agreement signed.

description:

string, multilingual

Agreement description

description_en:

string, multilingual

Agreement description

description_ru:

string, multilingual

Agreement description

documents:

List of Document objects

OpenContracting Description: All documents and attachments related to the agreement, including any notices.

items:

List of Item objects

features:

List of Feature objects

milestones:

List of Milestone objects

period:

Period

The timeframe when agreement is in force. Maximum 4 years.

status:

string, required

The current status of agreement. Possible values are:

  • pending - the agreement is under signing between procuring entity and Contract

  • unsuccessful - the agreement has not been signed between procuring entity and Contract

  • active - the agreement is signed between procuring entity and Contract

  • cancelled - the agreement has been cancelled within cancellation of tender/lot.

Different in agreement container:

  • active - the agreement is active and can be used for creating selection procedure

  • terminated - the agreement is cannot be used, for creating selection procedure

terminationDetails:

string

contracts:

List of Contract objects

procuringEntity:

ProcuringEntity, auto-generated from framework, read-only

numberOfContracts:

integer, auto-generated, read-only

Number of active contracts in the agreement.

title:

string

Agreement title

title_ru:

string

Agreement title

title_en:

string

Agreement title

Workflow

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

Workflow in Agreement API

digraph G {
    A [ label="active*" ]
    B [ label="terminated"]
     A -> B;
}

* marks initial state

Agreement in Price Quotation procedure - priceQuotation

Schema

id:

uid, required

ID for related Agreement from Electronic Catalogue framework