The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCollectAlert_1859": {
"additionalProperties": false,
"properties": {
"activeValue": {
"type": "number"
},
"cropCode": {
"type": "string"
},
"cropLabel": {
"type": "string"
},
"deliveryMode": {
"type": "string"
},
"harvest": {
"type": "integer"
},
"increaseValue": {
"type": "number"
},
"notificationId": {
"type": "integer"
},
"periodCode": {
"type": "string"
},
"periodLabel": {
"type": "string"
},
"placeCode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"placeName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"productBase": {
"type": "string"
},
"productId": {
"type": "integer"
},
"productName": {
"type": "string"
},
"saleAgreement": {
"anyOf": [
{
"$ref": "#/definitions/DefaultSaleAgreement_2812",
"type": "object"
},
{
"type": "null"
}
]
},
"thresholdValue": {
"type": "number"
}
},
"required": [
"activeValue",
"cropCode",
"cropLabel",
"deliveryMode",
"harvest",
"increaseValue",
"notificationId",
"periodCode",
"periodLabel",
"productBase",
"productId",
"productName",
"thresholdValue"
],
"title": "CollectAlert - DefaultCollectAlert",
"type": "object"
},
"DefaultSaleAgreement_2812": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"comment": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"expirationDate": {
"type": "string"
},
"idDeliveryAddress": {
"type": "string"
},
"notificationId": {
"type": "integer"
},
"quantity": {
"type": "number"
},
"saleAgreementId": {
"type": "integer"
}
},
"required": [
"expirationDate",
"idDeliveryAddress",
"notificationId",
"quantity",
"saleAgreementId"
],
"title": "SaleAgreement - DefaultSaleAgreement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cropCode": {
"description": "Jamais utilisé ",
"type": "string"
},
"cropLabel": {
"anyOf": [
{
"description": "Jamais utilisé ",
"type": "string"
},
{
"type": "null"
}
]
},
"harvest": {
"description": "Jamais utilisé ",
"type": "integer"
},
"notifications": {
"items": {
"$ref": "#/definitions/DefaultCollectAlert_1859",
"type": "object"
},
"type": "array"
},
"totalQuantity": {
"description": "Jamais utilisé ",
"type": "number"
}
},
"required": [
"cropCode",
"harvest",
"notifications",
"totalQuantity"
],
"title": "SaleAgreementSummaryResponse - DefaultSaleAgreementSummaryResponse",
"type": "object"
}
[
{
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS",
"harvest": 2021,
"notifications": [
{
"activeValue": 0,
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS",
"deliveryMode": "DEP2",
"harvest": 2021,
"increaseValue": 0,
"notificationId": 41,
"periodCode": "moisson",
"periodLabel": "MOISSON",
"productId": 204,
"productName": "ORGE FANTEX",
"saleAgreement": {
"expirationDate": "2021-08-31T00:00:00",
"idDeliveryAddress": "90127191",
"quantity": 56,
"saleAgreementId": 10000002
},
"thresholdValue": 200
}
],
"totalQuantity": 56
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCollectAlert_1859": {
"additionalProperties": false,
"properties": {
"activeValue": {
"type": "number"
},
"cropCode": {
"type": "string"
},
"cropLabel": {
"type": "string"
},
"deliveryMode": {
"type": "string"
},
"harvest": {
"type": "integer"
},
"increaseValue": {
"type": "number"
},
"notificationId": {
"type": "integer"
},
"periodCode": {
"type": "string"
},
"periodLabel": {
"type": "string"
},
"placeCode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"placeName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"productBase": {
"type": "string"
},
"productId": {
"type": "integer"
},
"productName": {
"type": "string"
},
"saleAgreement": {
"anyOf": [
{
"$ref": "#/definitions/DefaultSaleAgreement_2812",
"type": "object"
},
{
"type": "null"
}
]
},
"thresholdValue": {
"type": "number"
}
},
"required": [
"activeValue",
"cropCode",
"cropLabel",
"deliveryMode",
"harvest",
"increaseValue",
"notificationId",
"periodCode",
"periodLabel",
"productBase",
"productId",
"productName",
"thresholdValue"
],
"title": "CollectAlert - DefaultCollectAlert",
"type": "object"
},
"DefaultSaleAgreement_2812": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"comment": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"expirationDate": {
"type": "string"
},
"idDeliveryAddress": {
"type": "string"
},
"notificationId": {
"type": "integer"
},
"quantity": {
"type": "number"
},
"saleAgreementId": {
"type": "integer"
}
},
"required": [
"expirationDate",
"idDeliveryAddress",
"notificationId",
"quantity",
"saleAgreementId"
],
"title": "SaleAgreement - DefaultSaleAgreement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cropCode": {
"description": "Jamais utilisé ",
"type": "string"
},
"cropLabel": {
"anyOf": [
{
"description": "Jamais utilisé ",
"type": "string"
},
{
"type": "null"
}
]
},
"harvest": {
"description": "Jamais utilisé ",
"type": "integer"
},
"notifications": {
"items": {
"$ref": "#/definitions/DefaultCollectAlert_1859",
"type": "object"
},
"type": "array"
},
"totalQuantity": {
"description": "Jamais utilisé ",
"type": "number"
}
},
"required": [
"cropCode",
"harvest",
"notifications",
"totalQuantity"
],
"title": "SaleAgreementSummaryResponse - DefaultSaleAgreementSummaryResponse",
"type": "object"
}
[
{
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS",
"harvest": 2021,
"notifications": [
{
"activeValue": 0,
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS",
"deliveryMode": "DEP2",
"harvest": 2021,
"increaseValue": 0,
"notificationId": 41,
"periodCode": "moisson",
"periodLabel": "MOISSON",
"productId": 204,
"productName": "ORGE FANTEX",
"saleAgreement": {
"expirationDate": "2021-08-31T00:00:00",
"idDeliveryAddress": "90127191",
"quantity": 56,
"saleAgreementId": 10000002
},
"thresholdValue": 200
}
],
"totalQuantity": 56
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCollectAlert_1859": {
"additionalProperties": false,
"properties": {
"activeValue": {
"type": "number"
},
"cropCode": {
"type": "string"
},
"cropLabel": {
"type": "string"
},
"deliveryMode": {
"type": "string"
},
"harvest": {
"type": "integer"
},
"increaseValue": {
"type": "number"
},
"notificationId": {
"type": "integer"
},
"periodCode": {
"type": "string"
},
"periodLabel": {
"type": "string"
},
"placeCode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"placeName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"productBase": {
"type": "string"
},
"productId": {
"type": "integer"
},
"productName": {
"type": "string"
},
"saleAgreement": {
"anyOf": [
{
"$ref": "#/definitions/DefaultSaleAgreement_2812",
"type": "object"
},
{
"type": "null"
}
]
},
"thresholdValue": {
"type": "number"
}
},
"required": [
"activeValue",
"cropCode",
"cropLabel",
"deliveryMode",
"harvest",
"increaseValue",
"notificationId",
"periodCode",
"periodLabel",
"productBase",
"productId",
"productName",
"thresholdValue"
],
"title": "CollectAlert - DefaultCollectAlert",
"type": "object"
},
"DefaultSaleAgreement_2812": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"comment": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"expirationDate": {
"type": "string"
},
"idDeliveryAddress": {
"type": "string"
},
"notificationId": {
"type": "integer"
},
"quantity": {
"type": "number"
},
"saleAgreementId": {
"type": "integer"
}
},
"required": [
"expirationDate",
"idDeliveryAddress",
"notificationId",
"quantity",
"saleAgreementId"
],
"title": "SaleAgreement - DefaultSaleAgreement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cropCode": {
"description": "Jamais utilisé ",
"type": "string"
},
"cropLabel": {
"anyOf": [
{
"description": "Jamais utilisé ",
"type": "string"
},
{
"type": "null"
}
]
},
"harvest": {
"description": "Jamais utilisé ",
"type": "integer"
},
"notifications": {
"items": {
"$ref": "#/definitions/DefaultCollectAlert_1859",
"type": "object"
},
"type": "array"
},
"totalQuantity": {
"description": "Jamais utilisé ",
"type": "number"
}
},
"required": [
"cropCode",
"harvest",
"notifications",
"totalQuantity"
],
"title": "SaleAgreementSummaryResponse - DefaultSaleAgreementSummaryResponse",
"type": "object"
}
{
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS",
"harvest": 2021,
"notifications": [
{
"activeValue": 0,
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS",
"deliveryMode": "DEP2",
"harvest": 2021,
"increaseValue": 0,
"notificationId": 41,
"periodCode": "moisson",
"periodLabel": "MOISSON",
"productId": 204,
"productName": "ORGE FANTEX",
"saleAgreement": {
"expirationDate": "2021-08-31T00:00:00",
"idDeliveryAddress": "90127191",
"quantity": 56,
"saleAgreementId": 10000002
},
"thresholdValue": 200
}
],
"totalQuantity": 56
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"DefaultCollectAlert_1859": {
"additionalProperties": false,
"properties": {
"activeValue": {
"type": "number"
},
"cropCode": {
"type": "string"
},
"cropLabel": {
"type": "string"
},
"deliveryMode": {
"type": "string"
},
"harvest": {
"type": "integer"
},
"increaseValue": {
"type": "number"
},
"notificationId": {
"type": "integer"
},
"periodCode": {
"type": "string"
},
"periodLabel": {
"type": "string"
},
"placeCode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"placeName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"productBase": {
"type": "string"
},
"productId": {
"type": "integer"
},
"productName": {
"type": "string"
},
"saleAgreement": {
"anyOf": [
{
"$ref": "#/definitions/DefaultSaleAgreement_2812",
"type": "object"
},
{
"type": "null"
}
]
},
"thresholdValue": {
"type": "number"
}
},
"required": [
"activeValue",
"cropCode",
"cropLabel",
"deliveryMode",
"harvest",
"increaseValue",
"notificationId",
"periodCode",
"periodLabel",
"productBase",
"productId",
"productName",
"thresholdValue"
],
"title": "CollectAlert - DefaultCollectAlert",
"type": "object"
},
"DefaultSaleAgreement_2812": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"comment": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"expirationDate": {
"type": "string"
},
"idDeliveryAddress": {
"type": "string"
},
"notificationId": {
"type": "integer"
},
"quantity": {
"type": "number"
},
"saleAgreementId": {
"type": "integer"
}
},
"required": [
"expirationDate",
"idDeliveryAddress",
"notificationId",
"quantity",
"saleAgreementId"
],
"title": "SaleAgreement - DefaultSaleAgreement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"cropCode": {
"description": "Jamais utilisé ",
"type": "string"
},
"cropLabel": {
"anyOf": [
{
"description": "Jamais utilisé ",
"type": "string"
},
{
"type": "null"
}
]
},
"harvest": {
"description": "Jamais utilisé ",
"type": "integer"
},
"notifications": {
"items": {
"$ref": "#/definitions/DefaultCollectAlert_1859",
"type": "object"
},
"type": "array"
},
"totalQuantity": {
"description": "Jamais utilisé ",
"type": "number"
}
},
"required": [
"cropCode",
"harvest",
"notifications",
"totalQuantity"
],
"title": "SaleAgreementSummaryResponse - DefaultSaleAgreementSummaryResponse",
"type": "object"
}
[
{
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS",
"harvest": 2021,
"notifications": [
{
"activeValue": 0,
"cropCode": "OP",
"cropLabel": "ORGE PRINTEMPS",
"deliveryMode": "DEP2",
"harvest": 2021,
"increaseValue": 0,
"notificationId": 41,
"periodCode": "moisson",
"periodLabel": "MOISSON",
"productId": 204,
"productName": "ORGE FANTEX",
"saleAgreement": {
"expirationDate": "2021-08-31T00:00:00",
"idDeliveryAddress": "90127191",
"quantity": 56,
"saleAgreementId": 10000002
},
"thresholdValue": 200
}
],
"totalQuantity": 56
}
]
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"ContractIdentifier_2761": {
"additionalProperties": false,
"properties": {
"crmId": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"crmId",
"id"
],
"title": "Contract - ContractIdentifier",
"type": "object"
},
"DefaultCellVariety_2771": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"variety": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContractSample_2772": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cellVarieties": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultCellVariety_2771",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"characteristics": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"quantity": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"title": "ContractSample - DefaultContractSample",
"type": "object"
},
"DefaultDeliveryCharacteristic_2766": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryCharacteristic - DefaultDeliveryCharacteristic",
"type": "object"
},
"DefaultDeliveryInvoice_2768": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"characteristics": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"lines": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDeliveryLine_2769",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"prices": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDeliveryPrice_2773",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"productLabel": {
"type": "string"
}
},
"required": [
"amount",
"productLabel"
],
"title": "DeliveryInvoice - DefaultDeliveryInvoice",
"type": "object"
},
"DefaultDeliveryLine_2769": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoiceDate": {
"type": "string"
},
"invoiceNumber": {
"type": "string"
},
"label": {
"type": "string"
},
"netPrice": {
"type": "number"
}
},
"required": [
"code",
"invoiceDate",
"invoiceNumber",
"label",
"netPrice"
],
"title": "DeliveryLine - DefaultDeliveryLine",
"type": "object"
},
"DefaultDeliveryPrice_2773": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryPrice - DefaultDeliveryPrice",
"type": "object"
},
"DefaultDelivery_2767": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"basePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"contractualizableOffer": {
"type": "boolean"
},
"date": {
"type": "string"
},
"deliveryModeCode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"deliveryNumber": {
"type": "string"
},
"invoices": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDeliveryInvoice_2768",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"netAmount": {
"type": "number"
},
"netPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"normedAmount": {
"type": "number"
},
"placeId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"siteLabel": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"stockType": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
}
},
"required": [
"characteristics",
"contractualizableOffer",
"date",
"deliveryNumber",
"netAmount",
"normedAmount",
"productCode",
"productName",
"variety",
"varietyName"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultSettlement_2762": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"date": {
"description": "Date au format \"YYYY-MM-DD\"",
"type": "string"
},
"price": {
"type": "number"
},
"status": {
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"activePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"amountToDeliver": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"authorizedUnlock": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"commencementDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"commodityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/ContractIdentifier_2761",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"crmId": {
"type": "string"
},
"date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"deliveredAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_2767",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"depositedAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"fiscalYear": {
"type": "integer"
},
"gain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"isClosed": {
"type": "boolean"
},
"itkFeedback": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"message": {
"anyOf": [
{
"description": "Message à afficher si authorizedUnlock est à faux, pour les débouclages des contrats Euronext",
"type": "string"
},
{
"type": "null"
}
]
},
"minimumPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"potentialGain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"qualityBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultContractSample_2772",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"settlements": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultSettlement_2762",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"specialBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"stockType": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"strike": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"surface": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminationDate": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"totalAmount": {
"type": "number"
},
"type": {
"type": "string"
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
},
"varietyStandardDeviation": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"warrantyCost": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"yield": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"crmId",
"fiscalYear",
"id",
"isClosed",
"name",
"productCode",
"productName",
"totalAmount",
"type",
"variety",
"varietyName"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"contracts": [
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"contracts": [
{
"crmId": "335211-000",
"id": "348515"
}
],
"crmId": "43990-000",
"date": "2019-11-14",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "49876",
"isClosed": false,
"name": "Contrat d'Engagement",
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"surface": 6.4,
"terminationDate": "2020-08-31",
"totalAmount": 25,
"type": "P01",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 4,
"yield": 3.906
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"contracts": [
{
"crmId": "335210-000",
"id": "348470"
}
],
"crmId": "43467-000",
"date": "2019-10-31",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "49355",
"isClosed": false,
"name": "Contrat d'Engagement",
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"surface": 13,
"terminationDate": "2020-08-31",
"totalAmount": 50,
"type": "P01",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 4,
"yield": 3.846
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407687-000",
"date": "2021-01-14",
"deliveredAmount": 0,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 80
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": true,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8929-3",
"netAmount": 12,
"normedAmount": 12,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS R",
"stockType": 1,
"variety": "BT",
"varietyName": "BLE TENDRE"
}
],
"depositedAmount": 12,
"fiscalYear": 2020,
"id": "420765",
"isClosed": false,
"name": "Contrat de déstockage",
"price": 185,
"productCode": "000021",
"productName": "BLE APACHE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 1,
"strike": 0,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 12,
"type": "MED",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 15,
"authorizedUnlock": true,
"commencementDate": "2021-01-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407686-000",
"date": "2021-01-14",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420764",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 18981,
"name": "Contrat Euronext",
"potentialGain": 9,
"price": 196.81,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 226.75,
"surface": 0,
"terminationDate": "2021-03-31",
"totalAmount": 15,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 7,
"yield": 0
},
{
"amountToDeliver": 90,
"authorizedUnlock": false,
"commencementDate": "2020-11-01",
"commodity": "EMA",
"contracts": [],
"crmId": "407684-000",
"date": "2021-01-14",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "420762",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 200.81,
"productCode": "000621",
"productName": "MAIS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-03-31",
"totalAmount": 90,
"type": "APF",
"variety": "MAI",
"varietyName": "MAIS",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407680-000",
"date": "2021-01-04",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420759",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 171,
"name": "Contrat Euronext",
"potentialGain": 17.75,
"price": 179,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 218,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 90,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407678-000",
"date": "2021-01-04",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420757",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 171,
"name": "Contrat Euronext",
"potentialGain": 17.75,
"price": 192,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 218,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 0,
"yield": 0
},
{
"activePrice": 432.75,
"amountToDeliver": 60,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "COM",
"contracts": [],
"crmId": "407675-000",
"date": "2020-12-02",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420752",
"isClosed": false,
"maturity": "FEB-21",
"maturityId": "Feb21",
"message": "La maturité a expirée.",
"minimumPrice": 390,
"name": "Contrat Euronext",
"price": 398,
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 405,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 90,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407674-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420751",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 170,
"name": "Contrat Euronext",
"potentialGain": 41.75,
"price": 178,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 194,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 432.75,
"amountToDeliver": 60,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "COM",
"contracts": [],
"crmId": "407673-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420750",
"isClosed": false,
"maturity": "FEB-21",
"maturityId": "Feb21",
"message": "La maturité a expirée.",
"minimumPrice": 407,
"name": "Contrat Euronext",
"price": 415,
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 405,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-09-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407672-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 5.5,
"id": "420749",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 174,
"name": "Contrat Euronext",
"potentialGain": 34.75,
"price": 182,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 10,
"date": "2020-12-16",
"price": 206.5,
"status": 0
}
],
"stockType": 0,
"strike": 201,
"surface": 0,
"terminationDate": "2020-12-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"amountToDeliver": 100,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407671-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420748",
"isClosed": false,
"maturity": "SEP-20",
"message": "Les prix de marché ne sont pas à jour.",
"minimumPrice": 175,
"name": "Contrat Euronext",
"price": 182,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 185,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 100,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 7,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 90,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407670-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 4.9,
"id": "420747",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 173,
"name": "Contrat Euronext",
"potentialGain": 37.75,
"price": 181,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 199,
"status": 0
},
{
"amount": 30,
"date": "2020-12-02",
"price": 205.5,
"status": 0
}
],
"stockType": 0,
"strike": 198,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407669-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 7,
"id": "420746",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 167,
"name": "Contrat Euronext",
"potentialGain": 46.75,
"price": 175,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 196,
"status": 0
}
],
"stockType": 0,
"strike": 189,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 60,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407668-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 11.333,
"id": "420745",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 170,
"name": "Contrat Euronext",
"price": 178,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 201,
"status": 0
},
{
"amount": 20,
"date": "2020-12-02",
"price": 204,
"status": 0
},
{
"amount": 20,
"date": "2020-12-02",
"price": 208,
"status": 0
}
],
"stockType": 0,
"strike": 193,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 50,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407667-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 10.5,
"id": "420744",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 177,
"name": "Contrat Euronext",
"price": 185,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 25,
"date": "2020-12-02",
"price": 200,
"status": 0
},
{
"amount": 25,
"date": "2020-12-02",
"price": 209,
"status": 0
}
],
"stockType": 0,
"strike": 194,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 50,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 235.75,
"amountToDeliver": 25,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407666-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 30.25,
"id": "420743",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 187,
"name": "Contrat Euronext",
"price": 195,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 25,
"date": "2020-12-02",
"price": 210.25,
"status": 0
}
],
"stockType": 0,
"strike": 180,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 25,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "400492-000",
"date": "2020-10-30",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "413751",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 184,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "397031-000",
"date": "2020-10-22",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "409890",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 197,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2020-12-01",
"contracts": [],
"crmId": "395784-000",
"date": "2020-10-16",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "409084",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 184,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-03-31",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2020-09-01",
"contracts": [],
"crmId": "389054-000",
"date": "2020-09-22",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "402032",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 185,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 60,
"authorizedUnlock": false,
"commencementDate": "2020-09-01",
"contracts": [],
"crmId": "381443-000",
"date": "2020-09-02",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "394824",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 170,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 60,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 90,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "378370-000",
"date": "2020-08-14",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "391926",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 160,
"productCode": "000668",
"productName": "ORGE PLANET",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-15",
"totalAmount": 90,
"type": "APF",
"variety": "OP",
"varietyName": "ORGE PRINTEMPS",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2020-09-01",
"contracts": [],
"crmId": "376833-000",
"date": "2020-08-04",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "390335",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 160,
"productCode": "000668",
"productName": "ORGE PLANET",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-03-31",
"totalAmount": 30,
"type": "APF",
"variety": "OP",
"varietyName": "ORGE PRINTEMPS",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"contracts": [],
"crmId": "371504-000",
"date": "2020-07-13",
"deliveredAmount": 4.446,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 8.3
},
{
"code": "02",
"label": "Impuretés",
"value": 3.5
}
],
"contractualizableOffer": true,
"date": "2020-07-12",
"deliveryModeCode": "RDU2",
"deliveryNumber": "26522-3",
"invoices": [
{
"amount": 4.446,
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 379
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 379
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 379
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 4.56,
"normedAmount": 4.446,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
}
],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "385266",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 379,
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 4.446,
"type": "APF",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"contracts": [],
"crmId": "370008-000",
"date": "2020-07-02",
"deliveredAmount": 11.845,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 8.9
},
{
"code": "02",
"label": "Impuretés",
"value": 2.3
}
],
"contractualizableOffer": true,
"date": "2020-07-01",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25994-4",
"invoices": [
{
"amount": 11.845,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 342.7
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416411",
"label": "Complément Prix",
"netPrice": 13.3
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 344
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 356
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 12.001,
"normedAmount": 11.845,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
}
],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "383645",
"isClosed": false,
"name": "Contrat Optimum Sécurisé",
"price": 0,
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 11.845,
"type": "APO",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"contracts": [],
"crmId": "369993-000",
"date": "2020-07-02",
"deliveredAmount": 7,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 8.9
},
{
"code": "02",
"label": "Impuretés",
"value": 2.3
}
],
"contractualizableOffer": true,
"date": "2020-07-01",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25994-7",
"invoices": [
{
"amount": 1.036,
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 368
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 368
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 368
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 1.05,
"normedAmount": 1.036,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 8.5
},
{
"code": "02",
"label": "Impuretés",
"value": 2.6
}
],
"contractualizableOffer": true,
"date": "2020-07-01",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25997-4",
"invoices": [
{
"amount": 5.964,
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 368
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 368
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 368
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 6.061,
"normedAmount": 5.964,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
}
],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "383644",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 368,
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 7,
"type": "APF",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "365132-000",
"date": "2020-04-21",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "378551",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 177,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-04-01",
"contracts": [],
"crmId": "358808-000",
"date": "2020-02-26",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "372264",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 160,
"productCode": "000945",
"productName": "BLE FRUCTIDOR",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"contracts": [],
"crmId": "335211-000",
"date": "2019-11-14",
"deliveredAmount": 25,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 8.5
},
{
"code": "02",
"label": "Impuretés",
"value": 4.8
}
],
"contractualizableOffer": true,
"date": "2020-06-29",
"deliveryModeCode": "RDU2",
"deliveryNumber": "12568-1",
"invoices": [
{
"amount": 7.042,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 342.7
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416411",
"label": "Complément Prix",
"netPrice": 13.3
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 344
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 356
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 7.32,
"normedAmount": 7.042,
"placeId": "0077",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "PREMIERFAIT R",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 7.6
},
{
"code": "02",
"label": "Impuretés",
"value": 2.2
}
],
"contractualizableOffer": true,
"date": "2020-06-30",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25978-1",
"invoices": [
{
"amount": 17.231,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 342.7
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416411",
"label": "Complément Prix",
"netPrice": 13.3
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 344
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 356
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 17.44,
"normedAmount": 17.231,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 8.5
},
{
"code": "02",
"label": "Impuretés",
"value": 2.6
}
],
"contractualizableOffer": true,
"date": "2020-07-01",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25997-1",
"invoices": [
{
"amount": 0.727,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 342.7
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416411",
"label": "Complément Prix",
"netPrice": 13.3
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 344
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 356
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 0.739,
"normedAmount": 0.727,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
}
],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "348515",
"isClosed": false,
"name": "Contrat Optimum Sécurisé",
"price": 0,
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 6.4,
"terminationDate": "2020-08-31",
"totalAmount": 25,
"type": "APO",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 0,
"yield": 3.906
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"contracts": [],
"crmId": "335212-000",
"date": "2019-11-14",
"deliveredAmount": 99.68,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 12.4
},
{
"code": "02",
"label": "Impuretés",
"value": 0.7
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 68.9
},
{
"code": "04",
"label": "Calibrage",
"value": 93
},
{
"code": "05",
"label": "Protéine",
"value": 10.5
}
],
"contractualizableOffer": true,
"date": "2020-06-23",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25705-1",
"invoices": [
{
"amount": 18.37,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390363",
"label": "Décompte",
"netPrice": 140.3
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416410",
"label": "Complément Prix",
"netPrice": 7.7
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 136
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 148
}
],
"productLabel": "ESC ETINCEL"
}
],
"netAmount": 18.5,
"normedAmount": 18.37,
"placeId": "0024",
"productCode": "000162",
"productName": "ESC ETINCEL",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "OH",
"varietyName": "ORGE HIVER"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11.8
},
{
"code": "02",
"label": "Impuretés",
"value": 0.6
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 69.7
},
{
"code": "04",
"label": "Calibrage",
"value": 93
},
{
"code": "05",
"label": "Protéine",
"value": 10.3
}
],
"contractualizableOffer": true,
"date": "2020-06-23",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25709-1",
"invoices": [
{
"amount": 19.701,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390363",
"label": "Décompte",
"netPrice": 140.3
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416410",
"label": "Complément Prix",
"netPrice": 7.7
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 136
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 148
}
],
"productLabel": "ESC ETINCEL"
}
],
"netAmount": 19.82,
"normedAmount": 19.701,
"placeId": "0024",
"productCode": "000162",
"productName": "ESC ETINCEL",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "OH",
"varietyName": "ORGE HIVER"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11.7
},
{
"code": "02",
"label": "Impuretés",
"value": 0.7
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 69.2
},
{
"code": "04",
"label": "Calibrage",
"value": 92
},
{
"code": "05",
"label": "Protéine",
"value": 10
}
],
"contractualizableOffer": true,
"date": "2020-06-23",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25720-1",
"invoices": [
{
"amount": 18.946,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390363",
"label": "Décompte",
"netPrice": 140.3
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416410",
"label": "Complément Prix",
"netPrice": 7.7
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 136
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 148
}
],
"productLabel": "ESC ETINCEL"
}
],
"netAmount": 19.08,
"normedAmount": 18.946,
"placeId": "0024",
"productCode": "000162",
"productName": "ESC ETINCEL",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "OH",
"varietyName": "ORGE HIVER"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11.5
},
{
"code": "02",
"label": "Impuretés",
"value": 0.7
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 70.4
},
{
"code": "04",
"label": "Calibrage",
"value": 94
},
{
"code": "05",
"label": "Protéine",
"value": 10.4
}
],
"contractualizableOffer": true,
"date": "2020-06-23",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25722-1",
"invoices": [
{
"amount": 19.761,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390363",
"label": "Décompte",
"netPrice": 140.3
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416410",
"label": "Complément Prix",
"netPrice": 7.7
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 136
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 148
}
],
"productLabel": "ESC ETINCEL"
}
],
"netAmount": 19.9,
"normedAmount": 19.761,
"placeId": "0024",
"productCode": "000162",
"productName": "ESC ETINCEL",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "OH",
"varietyName": "ORGE HIVER"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11.4
},
{
"code": "02",
"label": "Impuretés",
"value": 0.6
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 70.5
},
{
"code": "04",
"label": "Calibrage",
"value": 93
},
{
"code": "05",
"label": "Protéine",
"value": 10.8
}
],
"contractualizableOffer": true,
"date": "2020-06-23",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25727-1",
"invoices": [
{
"amount": 9.841,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390363",
"label": "Décompte",
"netPrice": 140.3
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416410",
"label": "Complément Prix",
"netPrice": 7.7
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 136
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 148
}
],
"productLabel": "ESC ETINCEL"
}
],
"netAmount": 9.9,
"normedAmount": 9.841,
"placeId": "0024",
"productCode": "000162",
"productName": "ESC ETINCEL",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "OH",
"varietyName": "ORGE HIVER"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11.1
},
{
"code": "02",
"label": "Impuretés",
"value": 0.6
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 69.9
},
{
"code": "04",
"label": "Calibrage",
"value": 92
},
{
"code": "05",
"label": "Protéine",
"value": 11
}
],
"contractualizableOffer": true,
"date": "2020-06-24",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25792-1",
"invoices": [
{
"amount": 13.061,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390363",
"label": "Décompte",
"netPrice": 140.3
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416410",
"label": "Complément Prix",
"netPrice": 7.7
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 136
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 148
}
],
"productLabel": "ESC ETINCEL"
}
],
"netAmount": 13.14,
"normedAmount": 13.061,
"placeId": "0024",
"productCode": "000162",
"productName": "ESC ETINCEL",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "OH",
"varietyName": "ORGE HIVER"
}
],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "348471",
"isClosed": false,
"name": "Contrat Optimum Sécurisé",
"price": 0,
"productCode": "000162",
"productName": "ESC ETINCEL",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 120,
"type": "APO",
"variety": "OH",
"varietyName": "ORGE HIVER",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"contracts": [],
"crmId": "335210-000",
"date": "2019-11-14",
"deliveredAmount": 50,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 7.4
},
{
"code": "02",
"label": "Impuretés",
"value": 2.3
}
],
"contractualizableOffer": true,
"date": "2020-06-30",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25980-1",
"invoices": [
{
"amount": 15.693,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 342.7
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416411",
"label": "Complément Prix",
"netPrice": 13.3
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 344
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 356
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 15.9,
"normedAmount": 15.693,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 7.4
},
{
"code": "02",
"label": "Impuretés",
"value": 2.4
}
],
"contractualizableOffer": true,
"date": "2020-07-01",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25984-1",
"invoices": [
{
"amount": 16.644,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 342.7
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416411",
"label": "Complément Prix",
"netPrice": 13.3
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 344
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 356
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 16.88,
"normedAmount": 16.644,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9.4
},
{
"code": "02",
"label": "Impuretés",
"value": 2.5
}
],
"contractualizableOffer": true,
"date": "2020-07-01",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25986-1",
"invoices": [
{
"amount": 16.963,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 342.7
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416411",
"label": "Complément Prix",
"netPrice": 13.3
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 344
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 356
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 17.32,
"normedAmount": 16.963,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 8.9
},
{
"code": "02",
"label": "Impuretés",
"value": 2.3
}
],
"contractualizableOffer": true,
"date": "2020-07-01",
"deliveryModeCode": "RDU2",
"deliveryNumber": "25994-1",
"invoices": [
{
"amount": 0.7,
"characteristics": [
{
"code": "B1",
"label": "Engagement",
"value": 10
},
{
"code": "C1",
"label": "Approche",
"value": 2
}
],
"lines": [
{
"code": "DEC",
"invoiceDate": "2020-07-24",
"invoiceNumber": "16390364",
"label": "Décompte",
"netPrice": 342.7
},
{
"code": "COM",
"invoiceDate": "2020-10-21",
"invoiceNumber": "16416411",
"label": "Complément Prix",
"netPrice": 13.3
}
],
"prices": [
{
"code": "XFAC01",
"label": "Prix de base",
"value": 344
},
{
"code": "XFAC02",
"label": "Complément",
"value": 12
},
{
"code": "XFAC08",
"label": "Prix Net",
"value": 356
}
],
"productLabel": "COLZA D HIVER"
}
],
"netAmount": 0.709,
"normedAmount": 0.7,
"placeId": "0024",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ARCIS S AUBE",
"stockType": 0,
"variety": "COL",
"varietyName": "COLZA"
}
],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "348470",
"isClosed": false,
"name": "Contrat Optimum Sécurisé",
"price": 0,
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 13,
"terminationDate": "2020-08-31",
"totalAmount": 50,
"type": "APO",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 0,
"yield": 3.846
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"contracts": [],
"crmId": "HC-000311-1",
"deliveredAmount": 0,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 4
}
],
"contractualizableOffer": true,
"date": "2020-09-04",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16053-1",
"netAmount": 3.34,
"normedAmount": 3.206,
"placeId": "0009",
"productCode": "000311",
"productName": "TOURNESOL OLEIQUE",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "TOU",
"varietyName": "TOURNESOL"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 7.5
},
{
"code": "02",
"label": "Impuretés",
"value": 7.5
}
],
"contractualizableOffer": true,
"date": "2020-09-02",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16054-1",
"netAmount": 5.16,
"normedAmount": 4.773,
"placeId": "0009",
"productCode": "000311",
"productName": "TOURNESOL OLEIQUE",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "TOU",
"varietyName": "TOURNESOL"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 8
},
{
"code": "02",
"label": "Impuretés",
"value": 5
}
],
"contractualizableOffer": true,
"date": "2020-09-02",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16055-1",
"netAmount": 6.14,
"normedAmount": 5.833,
"placeId": "0009",
"productCode": "000311",
"productName": "TOURNESOL OLEIQUE",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "TOU",
"varietyName": "TOURNESOL"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 10
},
{
"code": "02",
"label": "Impuretés",
"value": 4.6
}
],
"contractualizableOffer": true,
"date": "2020-09-04",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16056-1",
"netAmount": 6.32,
"normedAmount": 5.959,
"placeId": "0009",
"productCode": "000311",
"productName": "TOURNESOL OLEIQUE",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "TOU",
"varietyName": "TOURNESOL"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 4
}
],
"contractualizableOffer": true,
"date": "2020-09-02",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16057-1",
"netAmount": 6.54,
"normedAmount": 6.278,
"placeId": "0009",
"productCode": "000311",
"productName": "TOURNESOL OLEIQUE",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "TOU",
"varietyName": "TOURNESOL"
}
],
"depositedAmount": 26.049,
"fiscalYear": 2020,
"id": "0",
"isClosed": false,
"name": "Hors Contrat",
"price": 0,
"productCode": "000311",
"productName": "TOURNESOL OLEIQUE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 1,
"surface": 0,
"totalAmount": 0,
"type": "HC",
"variety": "TOU",
"varietyName": "TOURNESOL",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"contracts": [],
"crmId": "HC-000129-1",
"deliveredAmount": 0,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 0
}
],
"contractualizableOffer": true,
"date": "2021-01-14",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8936-1",
"netAmount": 24.85,
"normedAmount": 24.85,
"placeId": "0004",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "PLEURS R",
"stockType": 1,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 0
}
],
"contractualizableOffer": false,
"date": "2021-01-19",
"deliveryNumber": "14881-1",
"netAmount": 18,
"normedAmount": 18,
"placeId": "0008",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "PONT S SEINE R",
"stockType": 1,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 0
}
],
"contractualizableOffer": false,
"date": "2021-01-19",
"deliveryNumber": "14882-1",
"netAmount": 7,
"normedAmount": 7,
"placeId": "0008",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "PONT S SEINE R",
"stockType": 1,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 0
}
],
"contractualizableOffer": true,
"date": "2021-01-14",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16062-1",
"netAmount": 18,
"normedAmount": 18,
"placeId": "0009",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 0
}
],
"contractualizableOffer": true,
"date": "2021-01-14",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16063-1",
"netAmount": 23.3,
"normedAmount": 23.3,
"placeId": "0009",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 0
}
],
"contractualizableOffer": false,
"date": "2021-01-19",
"deliveryNumber": "51899-1",
"netAmount": 20,
"normedAmount": 20,
"placeId": "0003",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "GARE NOGENT S SEINE",
"stockType": 1,
"variety": "COL",
"varietyName": "COLZA"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 9
},
{
"code": "02",
"label": "Impuretés",
"value": 0
}
],
"contractualizableOffer": false,
"date": "2021-01-19",
"deliveryNumber": "51900-1",
"netAmount": 10,
"normedAmount": 10,
"placeId": "0003",
"productCode": "000129",
"productName": "COLZA D HIVER",
"siteLabel": "GARE NOGENT S SEINE",
"stockType": 1,
"variety": "COL",
"varietyName": "COLZA"
}
],
"depositedAmount": 121.15,
"fiscalYear": 2020,
"id": "0",
"isClosed": false,
"name": "Hors Contrat",
"price": 0,
"productCode": "000129",
"productName": "COLZA D HIVER",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 1,
"surface": 0,
"totalAmount": 0,
"type": "HC",
"variety": "COL",
"varietyName": "COLZA",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"contracts": [],
"crmId": "HC-000021-1",
"deliveredAmount": 0,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": true,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8927-1",
"netAmount": 12.5,
"normedAmount": 12.5,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS R",
"stockType": 1,
"variety": "BT",
"varietyName": "BLE TENDRE"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 11
}
],
"contractualizableOffer": true,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8928-3",
"netAmount": 12.25,
"normedAmount": 12.25,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS R",
"stockType": 1,
"variety": "BT",
"varietyName": "BLE TENDRE"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": true,
"date": "2020-07-10",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16052-1",
"netAmount": 16.75,
"normedAmount": 16.733,
"placeId": "0009",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "BT",
"varietyName": "BLE TENDRE"
}
],
"depositedAmount": 41.483,
"fiscalYear": 2020,
"id": "0",
"isClosed": false,
"name": "Hors Contrat",
"price": 0,
"productCode": "000021",
"productName": "BLE APACHE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 1,
"surface": 0,
"totalAmount": 0,
"type": "HC",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"contracts": [],
"crmId": "HC-000021-0",
"deliveredAmount": 41,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": true,
"date": "2021-01-13",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16058-1",
"netAmount": 15,
"normedAmount": 15,
"placeId": "0009",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "ANGLURE R",
"stockType": 0,
"variety": "BT",
"varietyName": "BLE TENDRE"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 82
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": true,
"date": "2021-01-13",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16059-1",
"netAmount": 26,
"normedAmount": 26,
"placeId": "0009",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "ANGLURE R",
"stockType": 0,
"variety": "BT",
"varietyName": "BLE TENDRE"
}
],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "0",
"isClosed": false,
"name": "Hors Contrat",
"price": 0,
"productCode": "000021",
"productName": "BLE APACHE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"surface": 0,
"totalAmount": 0,
"type": "HC",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"contracts": [],
"crmId": "HC-000005-1",
"deliveredAmount": 0,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 12
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 81
},
{
"code": "05",
"label": "Protéine",
"value": 12.5
}
],
"contractualizableOffer": true,
"date": "2021-01-14",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8935-1",
"netAmount": 26,
"normedAmount": 26,
"placeId": "0004",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "PLEURS R",
"stockType": 1,
"variety": "BT",
"varietyName": "BLE TENDRE"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 82
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": true,
"date": "2021-01-14",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16060-1",
"netAmount": 17,
"normedAmount": 17,
"placeId": "0009",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "BT",
"varietyName": "BLE TENDRE"
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 82
},
{
"code": "05",
"label": "Protéine",
"value": 11
}
],
"contractualizableOffer": true,
"date": "2021-01-14",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16061-1",
"netAmount": 24,
"normedAmount": 24,
"placeId": "0009",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "ANGLURE R",
"stockType": 1,
"variety": "BT",
"varietyName": "BLE TENDRE"
}
],
"depositedAmount": 67,
"fiscalYear": 2020,
"id": "0",
"isClosed": false,
"name": "Hors Contrat",
"price": 0,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 1,
"surface": 0,
"totalAmount": 0,
"type": "HC",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"ContractIdentifier_2761": {
"additionalProperties": false,
"properties": {
"crmId": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"crmId",
"id"
],
"title": "Contract - ContractIdentifier",
"type": "object"
},
"DefaultCellVariety_2771": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"variety": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContractSample_2772": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cellVarieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_2771",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"date": {
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"type": "number"
}
},
"required": [
"cellVarieties",
"characteristics",
"date",
"number",
"quantity"
],
"title": "ContractSample - DefaultContractSample",
"type": "object"
},
"DefaultDeliveryCharacteristic_2766": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryCharacteristic - DefaultDeliveryCharacteristic",
"type": "object"
},
"DefaultDeliveryInvoice_2768": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultDeliveryLine_2769",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultDeliveryPrice_2773",
"type": "object"
},
"type": "array"
},
"productLabel": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"productLabel"
],
"title": "DeliveryInvoice - DefaultDeliveryInvoice",
"type": "object"
},
"DefaultDeliveryLine_2769": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoiceDate": {
"type": "string"
},
"invoiceNumber": {
"type": "string"
},
"label": {
"type": "string"
},
"netPrice": {
"type": "number"
}
},
"required": [
"code",
"invoiceDate",
"invoiceNumber",
"label",
"netPrice"
],
"title": "DeliveryLine - DefaultDeliveryLine",
"type": "object"
},
"DefaultDeliveryPrice_2773": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryPrice - DefaultDeliveryPrice",
"type": "object"
},
"DefaultDelivery_2767": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"basePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"contractualizableOffer": {
"type": "boolean"
},
"date": {
"type": "string"
},
"deliveryModeCode": {
"type": "string"
},
"deliveryNumber": {
"type": "string"
},
"invoices": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDeliveryInvoice_2768",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"netAmount": {
"type": "number"
},
"netPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"normedAmount": {
"type": "number"
},
"placeId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"siteLabel": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"stockType": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
}
},
"required": [
"characteristics",
"contractualizableOffer",
"date",
"deliveryModeCode",
"deliveryNumber",
"netAmount",
"normedAmount",
"productCode",
"productName",
"variety",
"varietyName"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultSettlement_2762": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"date": {
"description": "Date au format \"YYYY-MM-DD\"",
"type": "string"
},
"price": {
"type": "number"
},
"status": {
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"activePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"amountToDeliver": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"authorizedUnlock": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"commencementDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"commodityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/ContractIdentifier_2761",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"crmId": {
"type": "string"
},
"date": {
"format": "date",
"type": "string"
},
"deliveredAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_2767",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"depositedAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"fiscalYear": {
"type": "integer"
},
"gain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"isClosed": {
"type": "boolean"
},
"itkFeedback": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"message": {
"anyOf": [
{
"description": "Message à afficher si authorizedUnlock est à faux, pour les débouclages des contrats Euronext",
"type": "string"
},
{
"type": "null"
}
]
},
"minimumPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"potentialGain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"qualityBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultContractSample_2772",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"settlements": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultSettlement_2762",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"specialBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"stockType": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"strike": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"surface": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminationDate": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"totalAmount": {
"type": "number"
},
"type": {
"type": "string"
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
},
"varietyStandardDeviation": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"warrantyCost": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"yield": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"crmId",
"date",
"fiscalYear",
"id",
"isClosed",
"name",
"productCode",
"productName",
"totalAmount",
"type",
"variety",
"varietyName"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"contracts": [
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2019-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "285471-000",
"date": "2019-01-25",
"deliveredAmount": 18,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": true,
"date": "2020-05-15",
"deliveryModeCode": "DEP2",
"deliveryNumber": "4619-1",
"netAmount": 16.305,
"normedAmount": 16.305,
"placeId": "0004",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "PLEURS",
"stockType": 0
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 15
},
{
"code": "02",
"label": "Impuretés",
"value": 1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2020-05-14",
"deliveryNumber": "111020-6",
"netAmount": 0.497,
"normedAmount": 0.495,
"placeId": "0001",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "SARRAIL NOGENT S SEINE",
"stockType": 0
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 15
},
{
"code": "02",
"label": "Impuretés",
"value": 0.5
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 76
},
{
"code": "05",
"label": "Protéine",
"value": 11
}
],
"contractualizableOffer": false,
"date": "2020-05-14",
"deliveryNumber": "111021-3",
"netAmount": 1.2,
"normedAmount": 1.2,
"placeId": "0001",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "SARRAIL NOGENT S SEINE",
"stockType": 0
}
],
"depositedAmount": 0,
"fiscalYear": 2019,
"id": "238447",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 190.65,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2019-08-31",
"totalAmount": 18,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"ContractIdentifier_2761": {
"additionalProperties": false,
"properties": {
"crmId": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"crmId",
"id"
],
"title": "Contract - ContractIdentifier",
"type": "object"
},
"DefaultCellVariety_2771": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"variety": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContractSample_2772": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cellVarieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_2771",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"date": {
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"type": "number"
}
},
"required": [
"cellVarieties",
"characteristics",
"date",
"number",
"quantity"
],
"title": "ContractSample - DefaultContractSample",
"type": "object"
},
"DefaultDeliveryCharacteristic_2766": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryCharacteristic - DefaultDeliveryCharacteristic",
"type": "object"
},
"DefaultDeliveryInvoice_2768": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultDeliveryLine_2769",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultDeliveryPrice_2773",
"type": "object"
},
"type": "array"
},
"productLabel": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"productLabel"
],
"title": "DeliveryInvoice - DefaultDeliveryInvoice",
"type": "object"
},
"DefaultDeliveryLine_2769": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoiceDate": {
"type": "string"
},
"invoiceNumber": {
"type": "string"
},
"label": {
"type": "string"
},
"netPrice": {
"type": "number"
}
},
"required": [
"code",
"invoiceDate",
"invoiceNumber",
"label",
"netPrice"
],
"title": "DeliveryLine - DefaultDeliveryLine",
"type": "object"
},
"DefaultDeliveryPrice_2773": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryPrice - DefaultDeliveryPrice",
"type": "object"
},
"DefaultDelivery_2767": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"basePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"contractualizableOffer": {
"type": "boolean"
},
"date": {
"type": "string"
},
"deliveryModeCode": {
"type": "string"
},
"deliveryNumber": {
"type": "string"
},
"invoices": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDeliveryInvoice_2768",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"netAmount": {
"type": "number"
},
"netPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"normedAmount": {
"type": "number"
},
"placeId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"siteLabel": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"stockType": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
}
},
"required": [
"characteristics",
"contractualizableOffer",
"date",
"deliveryModeCode",
"deliveryNumber",
"netAmount",
"normedAmount",
"productCode",
"productName",
"variety",
"varietyName"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultSettlement_2762": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"date": {
"description": "Date au format \"YYYY-MM-DD\"",
"type": "string"
},
"price": {
"type": "number"
},
"status": {
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"activePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"amountToDeliver": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"authorizedUnlock": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"commencementDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"commodityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/ContractIdentifier_2761",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"crmId": {
"type": "string"
},
"date": {
"format": "date",
"type": "string"
},
"deliveredAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_2767",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"depositedAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"fiscalYear": {
"type": "integer"
},
"gain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"isClosed": {
"type": "boolean"
},
"itkFeedback": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"message": {
"anyOf": [
{
"description": "Message à afficher si authorizedUnlock est à faux, pour les débouclages des contrats Euronext",
"type": "string"
},
{
"type": "null"
}
]
},
"minimumPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"potentialGain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"qualityBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultContractSample_2772",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"settlements": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultSettlement_2762",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"specialBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"stockType": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"strike": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"surface": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminationDate": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"totalAmount": {
"type": "number"
},
"type": {
"type": "string"
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
},
"varietyStandardDeviation": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"warrantyCost": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"yield": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"crmId",
"date",
"fiscalYear",
"id",
"isClosed",
"name",
"productCode",
"productName",
"totalAmount",
"type",
"variety",
"varietyName"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"commencementDate": "2019-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "285471-000",
"date": "2019-01-25",
"deliveredAmount": 18,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": true,
"date": "2020-05-15",
"deliveryModeCode": "DEP2",
"deliveryNumber": "4619-1",
"netAmount": 16.305,
"normedAmount": 16.305,
"placeId": "0004",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "PLEURS",
"stockType": 0
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 15
},
{
"code": "02",
"label": "Impuretés",
"value": 1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 78
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2020-05-14",
"deliveryNumber": "111020-6",
"netAmount": 0.497,
"normedAmount": 0.495,
"placeId": "0001",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "SARRAIL NOGENT S SEINE",
"stockType": 0
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 15
},
{
"code": "02",
"label": "Impuretés",
"value": 0.5
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 76
},
{
"code": "05",
"label": "Protéine",
"value": 11
}
],
"contractualizableOffer": false,
"date": "2020-05-14",
"deliveryNumber": "111021-3",
"netAmount": 1.2,
"normedAmount": 1.2,
"placeId": "0001",
"productCode": "000005",
"productName": "BLE 1",
"siteLabel": "SARRAIL NOGENT S SEINE",
"stockType": 0
}
],
"depositedAmount": 0,
"fiscalYear": 2019,
"id": "238447",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 190.65,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2019-08-31",
"totalAmount": 18,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"ContractIdentifier_2761": {
"additionalProperties": false,
"properties": {
"crmId": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"crmId",
"id"
],
"title": "Contract - ContractIdentifier",
"type": "object"
},
"DefaultCellVariety_2771": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"variety": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContractSample_2772": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cellVarieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_2771",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"date": {
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"type": "number"
}
},
"required": [
"cellVarieties",
"characteristics",
"date",
"number",
"quantity"
],
"title": "ContractSample - DefaultContractSample",
"type": "object"
},
"DefaultDeliveryCharacteristic_2766": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryCharacteristic - DefaultDeliveryCharacteristic",
"type": "object"
},
"DefaultDeliveryInvoice_2768": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultDeliveryLine_2769",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultDeliveryPrice_2773",
"type": "object"
},
"type": "array"
},
"productLabel": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"productLabel"
],
"title": "DeliveryInvoice - DefaultDeliveryInvoice",
"type": "object"
},
"DefaultDeliveryLine_2769": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoiceDate": {
"type": "string"
},
"invoiceNumber": {
"type": "string"
},
"label": {
"type": "string"
},
"netPrice": {
"type": "number"
}
},
"required": [
"code",
"invoiceDate",
"invoiceNumber",
"label",
"netPrice"
],
"title": "DeliveryLine - DefaultDeliveryLine",
"type": "object"
},
"DefaultDeliveryPrice_2773": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryPrice - DefaultDeliveryPrice",
"type": "object"
},
"DefaultDelivery_2767": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"basePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"contractualizableOffer": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"date": {
"type": "string"
},
"deliveryModeCode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"deliveryNumber": {
"type": "string"
},
"invoices": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDeliveryInvoice_2768",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"netAmount": {
"type": "number"
},
"netPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"normedAmount": {
"type": "number"
},
"placeId": {
"type": "string"
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"siteLabel": {
"type": "string"
},
"stockType": {
"type": "integer"
},
"variety": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"varietyName": {
"type": "string"
}
},
"required": [
"characteristics",
"date",
"deliveryNumber",
"netAmount",
"normedAmount",
"placeId",
"productCode",
"productName",
"siteLabel",
"stockType",
"varietyName"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultSettlement_2762": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"date": {
"description": "Date au format \"YYYY-MM-DD\"",
"type": "string"
},
"price": {
"type": "number"
},
"status": {
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"activePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"amountToDeliver": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"authorizedUnlock": {
"type": "boolean"
},
"commencementDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"commodityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/ContractIdentifier_2761",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"crmId": {
"type": "string"
},
"date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"deliveredAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"deliveries": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultDelivery_2767",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"depositedAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"fiscalYear": {
"type": "integer"
},
"gain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"isClosed": {
"type": "boolean"
},
"itkFeedback": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"message": {
"anyOf": [
{
"description": "Message à afficher si authorizedUnlock est à faux, pour les débouclages des contrats Euronext",
"type": "string"
},
{
"type": "null"
}
]
},
"minimumPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"potentialGain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"qualityBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultContractSample_2772",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"settlements": {
"anyOf": [
{
"items": {
"$ref": "#/definitions/DefaultSettlement_2762",
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
},
"specialBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"stockType": {
"type": "integer"
},
"strike": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"surface": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminationDate": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"totalAmount": {
"type": "number"
},
"type": {
"type": "string"
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
},
"varietyStandardDeviation": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"warrantyCost": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"yield": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"authorizedUnlock",
"crmId",
"fiscalYear",
"id",
"isClosed",
"name",
"productCode",
"productName",
"stockType",
"totalAmount",
"type",
"variety",
"varietyName"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"contracts": [
{
"activePrice": 225,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407680-000",
"date": "2021-01-04",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420759",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 171,
"name": "Contrat Euronext",
"potentialGain": 7,
"price": 179,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 218,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 225,
"amountToDeliver": 90,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407678-000",
"date": "2021-01-04",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420757",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 171,
"name": "Contrat Euronext",
"potentialGain": 7,
"price": 192,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 218,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 0,
"yield": 0
},
{
"activePrice": 225,
"amountToDeliver": 90,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407674-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420751",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 170,
"name": "Contrat Euronext",
"potentialGain": 31,
"price": 178,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 194,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 225,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-09-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407672-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 5.5,
"id": "420749",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 174,
"name": "Contrat Euronext",
"potentialGain": 24,
"price": 182,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 10,
"date": "2020-12-16",
"price": 206.5,
"status": 0
}
],
"stockType": 0,
"strike": 201,
"surface": 0,
"terminationDate": "2020-12-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"amountToDeliver": 100,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407671-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420748",
"isClosed": false,
"maturity": "SEP-20",
"message": "Les prix de marché ne sont pas à jour.",
"minimumPrice": 175,
"name": "Contrat Euronext",
"price": 182,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 185,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 100,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 7,
"yield": 0
},
{
"activePrice": 225,
"amountToDeliver": 90,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407670-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 4.9,
"id": "420747",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 173,
"name": "Contrat Euronext",
"potentialGain": 27,
"price": 181,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 199,
"status": 0
},
{
"amount": 30,
"date": "2020-12-02",
"price": 205.5,
"status": 0
}
],
"stockType": 0,
"strike": 198,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 225,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407669-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 7,
"id": "420746",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 167,
"name": "Contrat Euronext",
"potentialGain": 36,
"price": 175,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 196,
"status": 0
}
],
"stockType": 0,
"strike": 189,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 225,
"amountToDeliver": 60,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407668-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 11.333,
"id": "420745",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 170,
"name": "Contrat Euronext",
"price": 178,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 201,
"status": 0
},
{
"amount": 20,
"date": "2020-12-02",
"price": 204,
"status": 0
},
{
"amount": 20,
"date": "2020-12-02",
"price": 208,
"status": 0
}
],
"stockType": 0,
"strike": 193,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 225,
"amountToDeliver": 50,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407667-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 10.5,
"id": "420744",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 177,
"name": "Contrat Euronext",
"price": 185,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 25,
"date": "2020-12-02",
"price": 200,
"status": 0
},
{
"amount": 25,
"date": "2020-12-02",
"price": 209,
"status": 0
}
],
"stockType": 0,
"strike": 194,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 50,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 225,
"amountToDeliver": 25,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407666-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 30.25,
"id": "420743",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 187,
"name": "Contrat Euronext",
"price": 195,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 25,
"date": "2020-12-02",
"price": 210.25,
"status": 0
}
],
"stockType": 0,
"strike": 180,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 25,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "400492-000",
"date": "2020-10-30",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "413751",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 184,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "397031-000",
"date": "2020-10-22",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "409890",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 197,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2020-12-01",
"contracts": [],
"crmId": "395784-000",
"date": "2020-10-16",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "409084",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 184,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-03-31",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2020-09-01",
"contracts": [],
"crmId": "389054-000",
"date": "2020-09-22",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "402032",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 185,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 60,
"authorizedUnlock": false,
"commencementDate": "2020-09-01",
"contracts": [],
"crmId": "381443-000",
"date": "2020-09-02",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "394824",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 170,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 60,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "365132-000",
"date": "2020-04-21",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "378551",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 177,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-04-01",
"contracts": [],
"crmId": "358808-000",
"date": "2020-02-26",
"deliveredAmount": 0,
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "372264",
"isClosed": false,
"name": "Contrat Prix Ferme",
"price": 160,
"productCode": "000945",
"productName": "BLE FRUCTIDOR",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"contracts": [],
"crmId": "HC-000021-1",
"deliveredAmount": 0,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8927-1",
"netAmount": 12.5,
"normedAmount": 12.5,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS",
"stockType": 1
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 11
}
],
"contractualizableOffer": false,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8928-3",
"netAmount": 12.25,
"normedAmount": 12.25,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS",
"stockType": 1
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 80
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8929-1",
"netAmount": 12,
"normedAmount": 12,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS",
"stockType": 1
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2020-07-10",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16052-1",
"netAmount": 16.75,
"normedAmount": 16.733,
"placeId": "0009",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "ANGLURE T",
"stockType": 1
}
],
"depositedAmount": 53.483,
"fiscalYear": 2020,
"id": "0",
"isClosed": false,
"name": "Hors Contrat",
"price": 0,
"productCode": "000021",
"productName": "BLE APACHE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 1,
"surface": 0,
"totalAmount": 0,
"type": "HC",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"contracts": [],
"crmId": "HC-000021-0",
"deliveredAmount": 41,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2021-01-13",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16058-1",
"netAmount": 15,
"normedAmount": 15,
"placeId": "0009",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "ANGLURE T",
"stockType": 0
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 82
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2021-01-13",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16059-1",
"netAmount": 26,
"normedAmount": 26,
"placeId": "0009",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "ANGLURE T",
"stockType": 0
}
],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "0",
"isClosed": false,
"name": "Hors Contrat",
"price": 0,
"productCode": "000021",
"productName": "BLE APACHE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"surface": 0,
"totalAmount": 0,
"type": "HC",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
}
]
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"ContractIdentifier_2761": {
"additionalProperties": false,
"properties": {
"crmId": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"crmId",
"id"
],
"title": "Contract - ContractIdentifier",
"type": "object"
},
"DefaultCellVariety_2771": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"variety": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContractSample_2772": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cellVarieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_2771",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"date": {
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"type": "number"
}
},
"required": [
"cellVarieties",
"characteristics",
"date",
"number",
"quantity"
],
"title": "ContractSample - DefaultContractSample",
"type": "object"
},
"DefaultDeliveryCharacteristic_2766": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryCharacteristic - DefaultDeliveryCharacteristic",
"type": "object"
},
"DefaultDeliveryInvoice_2768": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultDeliveryLine_2769",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultDeliveryPrice_2773",
"type": "object"
},
"type": "array"
},
"productLabel": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"productLabel"
],
"title": "DeliveryInvoice - DefaultDeliveryInvoice",
"type": "object"
},
"DefaultDeliveryLine_2769": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoiceDate": {
"type": "string"
},
"invoiceNumber": {
"type": "string"
},
"label": {
"type": "string"
},
"netPrice": {
"type": "number"
}
},
"required": [
"code",
"invoiceDate",
"invoiceNumber",
"label",
"netPrice"
],
"title": "DeliveryLine - DefaultDeliveryLine",
"type": "object"
},
"DefaultDeliveryPrice_2773": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryPrice - DefaultDeliveryPrice",
"type": "object"
},
"DefaultDelivery_2767": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"basePrice": {
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"contractualizableOffer": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"date": {
"type": "string"
},
"deliveryModeCode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"deliveryNumber": {
"type": "string"
},
"invoices": {
"items": {
"$ref": "#/definitions/DefaultDeliveryInvoice_2768",
"type": "object"
},
"type": "array"
},
"netAmount": {
"type": "number"
},
"netPrice": {
"type": "number"
},
"normedAmount": {
"type": "number"
},
"placeId": {
"type": "string"
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"siteLabel": {
"type": "string"
},
"stockType": {
"type": "integer"
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
}
},
"required": [
"basePrice",
"characteristics",
"date",
"deliveryNumber",
"invoices",
"netAmount",
"netPrice",
"normedAmount",
"placeId",
"productCode",
"productName",
"siteLabel",
"stockType",
"variety",
"varietyName"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultSettlement_2762": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"date": {
"description": "Date au format \"YYYY-MM-DD\"",
"type": "string"
},
"price": {
"type": "number"
},
"status": {
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"activePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"amountToDeliver": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"authorizedUnlock": {
"type": "boolean"
},
"commencementDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"commodityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/ContractIdentifier_2761",
"type": "object"
},
"type": "array"
},
"crmId": {
"type": "string"
},
"date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"deliveredAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"deliveries": {
"items": {
"$ref": "#/definitions/DefaultDelivery_2767",
"type": "object"
},
"type": "array"
},
"depositedAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"fiscalYear": {
"type": "integer"
},
"gain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"isClosed": {
"type": "boolean"
},
"itkFeedback": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"type": "string"
},
"maturityId": {
"type": "string"
},
"message": {
"anyOf": [
{
"description": "Message à afficher si authorizedUnlock est à faux, pour les débouclages des contrats Euronext",
"type": "string"
},
{
"type": "null"
}
]
},
"minimumPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"potentialGain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"qualityBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultContractSample_2772",
"type": "object"
},
"type": "array"
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_2762",
"type": "object"
},
"type": "array"
},
"specialBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"stockType": {
"type": "integer"
},
"strike": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"surface": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminationDate": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"totalAmount": {
"type": "number"
},
"type": {
"type": "string"
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
},
"varietyStandardDeviation": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"warrantyCost": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"yield": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"authorizedUnlock",
"contracts",
"crmId",
"deliveries",
"fiscalYear",
"id",
"isClosed",
"maturity",
"maturityId",
"name",
"productCode",
"productName",
"samples",
"settlements",
"stockType",
"totalAmount",
"type",
"variety",
"varietyName"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"contracts": [
{
"activePrice": 216,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407680-000",
"date": "2021-01-04",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420759",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 171,
"name": "Contrat Euronext",
"price": 179,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 218,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 216,
"amountToDeliver": 90,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407678-000",
"date": "2021-01-04",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420757",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il y a un débouclage en attente de validation.",
"minimumPrice": 171,
"name": "Contrat Euronext",
"price": 192,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 6,
"date": "2021-01-05",
"price": 216.25,
"status": 1
}
],
"stockType": 0,
"strike": 218,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 0,
"yield": 0
},
{
"activePrice": 216,
"amountToDeliver": 90,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407674-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420751",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il y a un débouclage en attente de validation.",
"minimumPrice": 170,
"name": "Contrat Euronext",
"potentialGain": 22,
"price": 178,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 1,
"date": "2021-01-06",
"price": 217.75,
"status": 1
}
],
"stockType": 0,
"strike": 194,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 216,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-09-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407672-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 5.5,
"id": "420749",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 174,
"name": "Contrat Euronext",
"potentialGain": 15,
"price": 182,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 10,
"date": "2020-12-16",
"price": 206.5,
"status": 0
}
],
"stockType": 0,
"strike": 201,
"surface": 0,
"terminationDate": "2020-12-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"amountToDeliver": 100,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407671-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 0,
"id": "420748",
"isClosed": false,
"maturity": "SEP-20",
"maturityId": "",
"message": "Les prix de marché ne sont pas à jour.",
"minimumPrice": 175,
"name": "Contrat Euronext",
"price": 182,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 185,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 100,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 7,
"yield": 0
},
{
"activePrice": 216,
"amountToDeliver": 90,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407670-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 4.9,
"id": "420747",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 173,
"name": "Contrat Euronext",
"potentialGain": 18,
"price": 181,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 199,
"status": 0
},
{
"amount": 30,
"date": "2020-12-02",
"price": 205.5,
"status": 0
}
],
"stockType": 0,
"strike": 198,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 90,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 216,
"amountToDeliver": 60,
"authorizedUnlock": true,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407669-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 7,
"id": "420746",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"minimumPrice": 167,
"name": "Contrat Euronext",
"potentialGain": 27,
"price": 175,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 196,
"status": 0
}
],
"stockType": 0,
"strike": 189,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 216,
"amountToDeliver": 60,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407668-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 11.333,
"id": "420745",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 170,
"name": "Contrat Euronext",
"price": 178,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 20,
"date": "2020-12-02",
"price": 201,
"status": 0
},
{
"amount": 20,
"date": "2020-12-02",
"price": 204,
"status": 0
},
{
"amount": 20,
"date": "2020-12-02",
"price": 208,
"status": 0
}
],
"stockType": 0,
"strike": 193,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 60,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 216,
"amountToDeliver": 50,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407667-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 10.5,
"id": "420744",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 177,
"name": "Contrat Euronext",
"price": 185,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 25,
"date": "2020-12-02",
"price": 200,
"status": 0
},
{
"amount": 25,
"date": "2020-12-02",
"price": 209,
"status": 0
}
],
"stockType": 0,
"strike": 194,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 50,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"activePrice": 216,
"amountToDeliver": 25,
"authorizedUnlock": false,
"commencementDate": "2020-07-01",
"commodity": "BL2",
"contracts": [],
"crmId": "407666-000",
"date": "2020-12-01",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"gain": 30.25,
"id": "420743",
"isClosed": false,
"maturity": "MAR-21",
"maturityId": "Mar21",
"message": "Il n’y a plus de quantité à déboucler.",
"minimumPrice": 187,
"name": "Contrat Euronext",
"price": 195,
"productCode": "000005",
"productName": "BLE 1",
"qualityBonus": 0,
"samples": [],
"settlements": [
{
"amount": 25,
"date": "2020-12-02",
"price": 210.25,
"status": 0
}
],
"stockType": 0,
"strike": 180,
"surface": 0,
"terminationDate": "2020-08-31",
"totalAmount": 25,
"type": "AE1",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"warrantyCost": 8,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "400492-000",
"date": "2020-10-30",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "413751",
"isClosed": false,
"maturity": "",
"maturityId": "",
"name": "Contrat Prix Ferme",
"price": 184,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "397031-000",
"date": "2020-10-22",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "409890",
"isClosed": false,
"maturity": "",
"maturityId": "",
"name": "Contrat Prix Ferme",
"price": 197,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2020-12-01",
"contracts": [],
"crmId": "395784-000",
"date": "2020-10-16",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "409084",
"isClosed": false,
"maturity": "",
"maturityId": "",
"name": "Contrat Prix Ferme",
"price": 184,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-03-31",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2020-09-01",
"contracts": [],
"crmId": "389054-000",
"date": "2020-09-22",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "402032",
"isClosed": false,
"maturity": "",
"maturityId": "",
"name": "Contrat Prix Ferme",
"price": 185,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 60,
"authorizedUnlock": false,
"commencementDate": "2020-09-01",
"contracts": [],
"crmId": "381443-000",
"date": "2020-09-02",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "394824",
"isClosed": false,
"maturity": "",
"maturityId": "",
"name": "Contrat Prix Ferme",
"price": 170,
"productCode": "000038",
"productName": "BLE BPMF MEUNERIE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 60,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-02-01",
"contracts": [],
"crmId": "365132-000",
"date": "2020-04-21",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "378551",
"isClosed": false,
"maturity": "",
"maturityId": "",
"name": "Contrat Prix Ferme",
"price": 177,
"productCode": "000026",
"productName": "BLE ARKEOS",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 30,
"authorizedUnlock": false,
"commencementDate": "2021-04-01",
"contracts": [],
"crmId": "358808-000",
"date": "2020-02-26",
"deliveredAmount": 0,
"deliveries": [],
"depositedAmount": 0,
"fiscalYear": 2020,
"id": "372264",
"isClosed": false,
"maturity": "",
"maturityId": "",
"name": "Contrat Prix Ferme",
"price": 160,
"productCode": "000945",
"productName": "BLE FRUCTIDOR",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 0,
"strike": 0,
"surface": 0,
"terminationDate": "2021-04-30",
"totalAmount": 30,
"type": "APF",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
},
{
"amountToDeliver": 0,
"authorizedUnlock": false,
"contracts": [],
"crmId": "HC-000021-1",
"deliveredAmount": 0,
"deliveries": [
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8927-1",
"netAmount": 12.5,
"normedAmount": 12.5,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS",
"stockType": 1
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 11
}
],
"contractualizableOffer": false,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8928-3",
"netAmount": 12.25,
"normedAmount": 12.25,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS",
"stockType": 1
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 80
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2020-07-10",
"deliveryModeCode": "RDU2",
"deliveryNumber": "8929-1",
"netAmount": 12,
"normedAmount": 12,
"placeId": "0004",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "PLEURS",
"stockType": 1
},
{
"characteristics": [
{
"code": "01",
"label": "Humidité",
"value": 11
},
{
"code": "02",
"label": "Impuretés",
"value": 0.1
},
{
"code": "03",
"label": "Poids Spécifique",
"value": 79
},
{
"code": "05",
"label": "Protéine",
"value": 12
}
],
"contractualizableOffer": false,
"date": "2020-07-10",
"deliveryModeCode": "RDU1",
"deliveryNumber": "16052-1",
"netAmount": 16.75,
"normedAmount": 16.733,
"placeId": "0009",
"productCode": "000021",
"productName": "BLE APACHE",
"siteLabel": "ANGLURE T",
"stockType": 1
}
],
"depositedAmount": 53.483,
"fiscalYear": 2020,
"id": "0",
"isClosed": false,
"maturity": "",
"maturityId": "",
"name": "Hors Contrat",
"price": 0,
"productCode": "000021",
"productName": "BLE APACHE",
"qualityBonus": 0,
"samples": [],
"settlements": [],
"stockType": 1,
"surface": 0,
"totalAmount": 0,
"type": "HC",
"variety": "BT",
"varietyName": "BLE TENDRE",
"varietyStandardDeviation": 0,
"yield": 0
}
]
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {
"ContractIdentifier_2761": {
"additionalProperties": false,
"properties": {
"crmId": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"crmId",
"id"
],
"title": "Contract - ContractIdentifier",
"type": "object"
},
"DefaultCellVariety_2771": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cell": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"variety": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"title": "CellVariety - DefaultCellVariety",
"type": "object"
},
"DefaultContractSample_2772": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"cellVarieties": {
"items": {
"$ref": "#/definitions/DefaultCellVariety_2771",
"type": "object"
},
"type": "array"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"date": {
"type": "string"
},
"number": {
"type": "string"
},
"quantity": {
"type": "number"
}
},
"required": [
"cellVarieties",
"characteristics",
"date",
"number",
"quantity"
],
"title": "ContractSample - DefaultContractSample",
"type": "object"
},
"DefaultDeliveryCharacteristic_2766": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryCharacteristic - DefaultDeliveryCharacteristic",
"type": "object"
},
"DefaultDeliveryInvoice_2768": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"lines": {
"items": {
"$ref": "#/definitions/DefaultDeliveryLine_2769",
"type": "object"
},
"type": "array"
},
"prices": {
"items": {
"$ref": "#/definitions/DefaultDeliveryPrice_2773",
"type": "object"
},
"type": "array"
},
"productLabel": {
"type": "string"
}
},
"required": [
"amount",
"characteristics",
"lines",
"prices",
"productLabel"
],
"title": "DeliveryInvoice - DefaultDeliveryInvoice",
"type": "object"
},
"DefaultDeliveryLine_2769": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"invoiceDate": {
"type": "string"
},
"invoiceNumber": {
"type": "string"
},
"label": {
"type": "string"
},
"netPrice": {
"type": "number"
}
},
"required": [
"code",
"invoiceDate",
"invoiceNumber",
"label",
"netPrice"
],
"title": "DeliveryLine - DefaultDeliveryLine",
"type": "object"
},
"DefaultDeliveryPrice_2773": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"code",
"label",
"value"
],
"title": "DeliveryPrice - DefaultDeliveryPrice",
"type": "object"
},
"DefaultDelivery_2767": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"basePrice": {
"type": "number"
},
"characteristics": {
"items": {
"$ref": "#/definitions/DefaultDeliveryCharacteristic_2766",
"type": "object"
},
"type": "array"
},
"contractualizableOffer": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"date": {
"type": "string"
},
"deliveryModeCode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"deliveryNumber": {
"type": "string"
},
"invoices": {
"items": {
"$ref": "#/definitions/DefaultDeliveryInvoice_2768",
"type": "object"
},
"type": "array"
},
"netAmount": {
"type": "number"
},
"netPrice": {
"type": "number"
},
"normedAmount": {
"type": "number"
},
"placeId": {
"type": "string"
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"siteLabel": {
"type": "string"
},
"stockType": {
"type": "integer"
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
}
},
"required": [
"basePrice",
"characteristics",
"date",
"deliveryNumber",
"invoices",
"netAmount",
"netPrice",
"normedAmount",
"placeId",
"productCode",
"productName",
"siteLabel",
"stockType",
"variety",
"varietyName"
],
"title": "Delivery - DefaultDelivery",
"type": "object"
},
"DefaultSettlement_2762": {
"additionalProperties": false,
"description": "Automatically generated (please edit me)",
"properties": {
"amount": {
"type": "number"
},
"date": {
"description": "Date au format \"YYYY-MM-DD\"",
"type": "string"
},
"price": {
"type": "number"
},
"status": {
"type": "integer"
}
},
"required": [
"amount",
"date",
"price",
"status"
],
"title": "Settlement - DefaultSettlement",
"type": "object"
}
},
"description": "Automatically generated (please edit me)",
"properties": {
"contracts": {
"items": {
"additionalProperties": false,
"properties": {
"activePrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"amountToDeliver": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"authorizedUnlock": {
"type": "boolean"
},
"commencementDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"commodity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"commodityId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"contracts": {
"items": {
"$ref": "#/definitions/ContractIdentifier_2761",
"type": "object"
},
"type": "array"
},
"crmId": {
"type": "string"
},
"date": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
]
},
"deliveredAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"deliveries": {
"items": {
"$ref": "#/definitions/DefaultDelivery_2767",
"type": "object"
},
"type": "array"
},
"depositedAmount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"fiscalYear": {
"type": "integer"
},
"gain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"id": {
"type": "string"
},
"isClosed": {
"type": "boolean"
},
"itkFeedback": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maturity": {
"type": "string"
},
"maturityId": {
"type": "string"
},
"message": {
"anyOf": [
{
"description": "Message à afficher si authorizedUnlock est à faux, pour les débouclages des contrats Euronext",
"type": "string"
},
{
"type": "null"
}
]
},
"minimumPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"potentialGain": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"productCode": {
"type": "string"
},
"productName": {
"type": "string"
},
"qualityBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"samples": {
"items": {
"$ref": "#/definitions/DefaultContractSample_2772",
"type": "object"
},
"type": "array"
},
"settlements": {
"items": {
"$ref": "#/definitions/DefaultSettlement_2762",
"type": "object"
},
"type": "array"
},
"specialBonus": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"stockType": {
"type": "integer"
},
"strike": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"surface": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"terminationDate": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"totalAmount": {
"type": "number"
},
"type": {
"type": "string"
},
"variety": {
"type": "string"
},
"varietyName": {
"type": "string"
},
"varietyStandardDeviation": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"warrantyCost": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"yield": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"authorizedUnlock",
"contracts",
"crmId",
"deliveries",
"fiscalYear",
"id",
"isClosed",
"maturity",
"maturityId",
"name",
"productCode",
"productName",
"samples",
"settlements",
"stockType",
"totalAmount",
"type",
"variety",
"varietyName"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"contracts"
],
"title": "Contract - DefaultContract",
"type": "object"
}
{
"contracts": [
{
"authorizedUnlock": false,
"contracts": [
{
"crmId": "ut sit in nisi deserunt",
"id": "eu reprehender"
},
{
"crmId": "cillum magna esse ex laboris",
"id": "Excepteur laboris"
},
{
"crmId": "cillum ipsum laborum",
"id": "consectetur sunt"
},
{
"crmId": "ut laborum qui",
"id": "sed mollit labore dolore consequat"
},
{
"crmId": "adipisicing ad in anim",
"id": "ea sed commodo culpa laboris"
}
],
"crmId": "cupidatat aliqua ea",
"deliveries": [
{
"basePrice": 9388783.780483529,
"characteristics": [
{
"code": "exercitation",
"label": "do",
"value": -54606967.09344584
},
{
"code": "nulla in elit",
"label": "labore",
"value": 6051023.533238232
},
{
"code": "tempor sint",
"label": "sint velit proident",
"value": 78117394.49262825
}
],
"date": "laboris",
"deliveryNumber": "aliqua irure",
"invoices": [
{
"amount": -73199034.7715858,
"characteristics": [
{
"code": "mollit",
"label": "ipsum culpa ",
"value": 90077576.18282825
},
{
"code": "ut dolore velit do",
"label": "quis adipisicing",
"value": -99060713.33487473
}
],
"lines": [
{
"code": "Excepteur in",
"invoiceDate": "ut f",
"invoiceNumber": "ad voluptate quis in",
"label": "dolore elit Ut Lorem qui",
"netPrice": -58422308.914230704
},
{
"code": "minim",
"invoiceDate": "culpa nisi officia",
"invoiceNumber": "culpa elit aliqua commodo",
"label": "mollit culpa sed laborum magna",
"netPrice": -78894699.39040063
},
{
"code": "aute proident ullamco exercitation",
"invoiceDate": "laboris cillum",
"invoiceNumber": "deserunt amet minim labore sint",
"label": "irure magna Excepteur",
"netPrice": -38344530.58440332
}
],
"prices": [
{
"code": "Lorem et ut ipsum",
"label": "do amet reprehenderi",
"value": -86426327.37558125
},
{
"code": "sunt culpa magna occaecat nisi",
"label": "enim dolor",
"value": -99296931.79326758
},
{
"code": "ipsum aliqua do ut",
"label": "ea proident",
"value": -12519528.17708975
},
{
"code": "do",
"label": "laboris anim dolor ex",
"value": 58078412.89426312
}
],
"productLabel": "ex"
},
{
"amount": 56847656.54214084,
"characteristics": [
{
"code": "nostrud commodo aliqua deserunt cupidatat",
"label": "occaecat enim labore aute",
"value": 80988946.46730107
},
{
"code": "voluptate nulla ",
"label": "nulla do ex dolor velit",
"value": 70010068.31107754
},
{
"code": "elit quis",
"label": "deserunt amet dolore minim veniam",
"value": 51262010.714990735
},
{
"code": "nostrud occaecat",
"label": "ad",
"value": 72310646.2704449
},
{
"code": "",
"label": "Ut labore esse",
"value": 23698047.86037855
}
],
"lines": [
{
"code": "cupidatat Lorem et proident",
"invoiceDate": "irure aute",
"invoiceNumber": "cillum quis",
"label": "dolore",
"netPrice": 15002193.340372473
},
{
"code": "in ipsum",
"invoiceDate": "in et",
"invoiceNumber": "sunt irure ullamco",
"label": "nulla dolore fugiat voluptate amet",
"netPrice": 98229200.80704924
},
{
"code": "eu sed fugiat Ut in",
"invoiceDate": "fugiat culpa",
"invoiceNumber": "qui irure laborum aute enim",
"label": "Lorem qui ",
"netPrice": 47605830.52627313
},
{
"code": "id voluptate anim",
"invoiceDate": "ad aute et ipsum",
"invoiceNumber": "est",
"label": "dolore est",
"netPrice": -35378770.42652342
},
{
"code": "magna",
"invoiceDate": "Ut",
"invoiceNumber": "ad reprehend",
"label": "dolor sed in",
"netPrice": 91866041.23990318
}
],
"prices": [
{
"code": "fugia",
"label": "in dolore incididunt",
"value": 69282017.02827409
},
{
"code": "aute minim mollit",
"label": "minim incididunt proident voluptate",
"value": -88557436.76816604
},
{
"code": "aliquip do ex enim",
"label": "qui officia",
"value": -30427254.976817638
}
],
"productLabel": "enim sed cillum nulla pariatur"
},
{
"amount": 586128.5971345603,
"characteristics": [
{
"code": "dolor ea occaecat exercitation",
"label": "Ut eu",
"value": -3652607.641667232
},
{
"code": "deserunt ex nostrud",
"label": "dolore pariatur aliqua adipisicing",
"value": -53000935.77193752
},
{
"code": "nostrud exercitation",
"label": "irure nisi",
"value": -79309144.25247496
}
],
"lines": [
{
"code": "magna cupidata",
"invoiceDate": "ut exercitation aliquip",
"invoiceNumber": "non",
"label": "volup",
"netPrice": -47470523.742569126
},
{
"code": "culpa quis ad",
"invoiceDate": "officia minim enim in",
"invoiceNumber": "culpa",
"label": "sed occaecat ut",
"netPrice": 87254001.8322368
}
],
"prices": [
{
"code": "culpa dolor",
"label": "velit",
"value": 90920876.28913102
},
{
"code": "Lorem sed laborum qui",
"label": "amet quis Duis ut enim",
"value": -9821080.004959583
},
{
"code": "dolo",
"label": "eu sint",
"value": -82837344.44803366
}
],
"productLabel": "ut veniam labore"
},
{
"amount": 14658283.491155058,
"characteristics": [
{
"code": "Excepteur eu aute",
"label": "aute Lorem",
"value": 96531502.78002906
},
{
"code": "mollit nostrud consequat",
"label": "sint ut dolore",
"value": 54633036.10850251
},
{
"code": "laboris commodo",
"label": "anim ipsum ullamco",
"value": -6211058.830388129
},
{
"code": "consequat nostrud",
"label": "aute eiusmod irure amet",
"value": 41060464.41028476
},
{
"code": "minim eiusmod",
"label": "in culpa dolor consectetur qui",
"value": 3751374.9938705415
}
],
"lines": [
{
"code": "mollit elit ad pariatu",
"invoiceDate": "irure",
"invoiceNumber": "dolor Duis culpa eiusmod fugiat",
"label": "commodo incididunt in",
"netPrice": -25590991.059367284
},
{
"code": "veniam consequat mollit irure qui",
"invoiceDate": "incididunt",
"invoiceNumber": "in",
"label": "magna proident laborum",
"netPrice": 70105557.08667079
},
{
"code": "non sunt",
"invoiceDate": "officia fugiat esse",
"invoiceNumber": "ad aute anim ex voluptate",
"label": "ex",
"netPrice": -13793510.627300248
}
],
"prices": [
{
"code": "ut non et pariatur nostrud",
"label": "Excepteur",
"value": -37320913.87653869
},
{
"code": "velit Ut",
"label": "qui anim",
"value": -97648256.78633504
},
{
"code": "in",
"label": "in magna",
"value": -42429976.998581864
},
{
"code": "sit",
"label": "in ipsum magna ut proident",
"value": -58646312.885229565
}
],
"productLabel": "ex"
}
],
"netAmount": -47577272.90690914,
"netPrice": 87673437.73198143,
"normedAmount": -18252406.720787033,
"placeId": "elit culpa velit et",
"productCode": "eiusmod",
"productName": "quis",
"siteLabel": "aliqua",
"stockType": -55840479,
"variety": "enim culpa non fugiat sed",
"varietyName": "tempor adipisicing cillum commodo consectetur"
},
{
"basePrice": 14530467.855589226,
"characteristics": [
{
"code": "ad incididunt anim ullamco sunt",
"label": "cillum in velit",
"value": 49658064.0956907
},
{
"code": "sit voluptate tempor",
"label": "ullamco eiusmod Lorem dolor",
"value": 50658132.329064995
},
{
"code": "minim ullamco culpa",
"label": "anim culpa quis voluptate ut",
"value": -33744246.99875047
}
],
"date": "nulla commodo Duis",
"deliveryNumber": "fugiat cupidatat in",
"invoices": [
{
"amount": 67990544.0176667,
"characteristics": [
{
"code": "magna sint nulla cupidatat do",
"label": "est",
"value": -80555444.97105172
},
{
"code": "exercitation ut consectetur elit ci",
"label": "deserunt volupt",
"value": 7274897.048027724
},
{
"code": "fugiat veniam sint",
"label": "et officia dolore consequat",
"value": 91129150.1128735
},
{
"code": "Duis i",
"label": "qui dolore elit",
"value": 75898849.14438295
},
{
"code": "commodo sunt non dolor Excepteur",
"label": "in deserunt ullamco consectetur ipsum",
"value": -96279350.35512727
}
],
"lines": [
{
"code": "mollit ea non sit",
"invoiceDate": "ad",
"invoiceNumber": "dolore",
"label": "labore do lab",
"netPrice": -91537465.61820762
},
{
"code": "magna minim laborum cillum enim",
"invoiceDate": "non in fugiat labore",
"invoiceNumber": "irure reprehenderit culpa aliqua occaecat",
"label": "veniam incididunt",
"netPrice": 17615031.35005586
}
],
"prices": [
{
"code": "in eiusmod reprehenderit Excepteur sed",
"label": "sed",
"value": -32025813.32366106
},
{
"code": "dolor",
"label": "adipisicing",
"value": 38567419.472236484
},
{
"code": "esse ad irure repr",
"label": "commodo Duis",
"value": 58664325.05679336
}
],
"productLabel": "enim voluptate"
},
{
"amount": -82050528.23097123,
"characteristics": [
{
"code": "amet exercit",
"label": "incid",
"value": -56935854.756626904
},
{
"code": "magna aute Ut non id",
"label": "ut magna Ut",
"value": 20445.037976428866
},
{
"code": "sed laboris exercitation",
"label": "in aute reprehenderit",
"value": -62942356.42837384
}
],
"lines": [
{
"code": "magna ut et",
"invoiceDate": "culpa ut aute ea esse",
"invoiceNumber": "cillum in",
"label": "incididunt",
"netPrice": -47586325.395665295
},
{
"code": "in laborum Excepteur sint",
"invoiceDate": "minim aliquip",
"invoiceNumber": "minim ullamco sint qui",
"label": "exercitation Excepteur non dolore voluptate",
"netPrice": 45852042.16072601
}
],
"prices": [
{
"code": "nostrud",
"label": "irure officia ea",
"value": 68951855.13342655
},
{
"code": "est dolore",
"label": "velit",
"value": 40026075.7050246
},
{
"code": "minim",
"label": "reprehenderit enim",
"value": 57879192.883842856
},
{
"code": "sed esse in officia veniam",
"label": "officia velit id culpa",
"value": -9779810.936120287
},
{
"code": "adipisicing sunt occaecat cupidatat",
"label": "aliquip consequat proid",
"value": 73481480.56306899
}
],
"productLabel": "dolore"
},
{
"amount": -89679613.02632141,
"characteristics": [
{
"code": "elit ipsum deserunt aute esse",
"label": "veniam in incididunt Duis",
"value": -99822764.99629278
},
{
"code": "culpa consectetur laboris dolor qui",
"label": "pariatur eu quis eiusmod",
"value": 85793481.23138618
}
],
"lines": [
{
"code": "eu in",
"invoiceDate": "sit dolore sed in",
"invoiceNumber": "ullamco adipisicing",
"label": "Lorem commodo cupidatat dolor est",
"netPrice": -59516753.04841082
},
{
"code": "dolore ipsum commodo",
"invoiceDate": "in",
"invoiceNumber": "dolor",
"label": "eiusmod laborum consequat mollit incididunt",
"netPrice": 89908506.22032717
},
{
"code": "velit nulla",
"invoiceDate": "sint reprehenderit elit eiusmod",
"invoiceNumber": "pariatur Excepteur laboris",
"label": "ut",
"netPrice": -26372382.388928324
},
{
"code": "elit qui",
"invoiceDate": "d",
"invoiceNumber": "tempor",
"label": "veniam",
"netPrice": 79246079.61159515
}
],
"prices": [
{
"code": "irure fugiat amet est",
"label": "labore voluptate et eu est",
"value": 90320202.6032443
},
{
"code": "do laborum",
"label": "in ad tempor fugiat nisi",
"value": -61487504.14582218
},
{
"code": "dolore ad deserunt",
"label": "ea velit",
"value": -87891395.73506768
}
],
"productLabel": "ea id"
}
],
"netAmount": 27125758.719105527,
"netPrice": 29980301.740663588,
"normedAmount": -38481076.92821396,
"placeId": "esse laboris qui non id",
"productCode": "ullamco",
"productName": "consequat Excepteur velit in ex",
"siteLabel": "dolor Lorem reprehenderit non labore",
"stockType": 68944633,
"variety": "ipsum",
"varietyName": "laborum aliqua exercitati"
},
{
"basePrice": 89756183.48357138,
"characteristics": [
{
"code": "Lorem",
"label": "ut sunt",
"value": 31881271.15611805
},
{
"code": "magna co",
"label": "ad Lorem",
"value": -95500656.66645686
},
{
"code": "minim p",
"label": "in dolore est cupidatat consequat",
"value": -53984033.27539696
},
{
"code": "sit adipisicing ut",
"label": "e",
"value": -71383907.67660621
},
{
"code": "officia elit",
"label": "in Duis culpa ullamco esse",
"value": 22875858.638769493
}
],
"date": "id do laborum dolore laboris",
"deliveryNumber": "minim proident magna esse",
"invoices": [
{
"amount": 13988114.279928297,
"characteristics": [
{
"code": "quis esse Lorem dolor enim",
"label": "mollit quis",
"value": -19690487.69391364
},
{
"code": "non voluptate irure adipisicing",
"label": "s",
"value": 98474918.06543109
}
],
"lines": [
{
"code": "culpa et pariatur",
"invoiceDate": "Duis in dolor tempor",
"invoiceNumber": "est ipsum",
"label": "consequat venia",
"netPrice": 45668693.48793262
},
{
"code": "quis non in veniam",
"invoiceDate": "consequat ipsum pariatur enim exercitation",
"invoiceNumber": "Ut",
"label": "dolor commodo ut",
"netPrice": 31682020.8353215
},
{
"code": "ullamco velit officia deserunt",
"invoiceDate": "aute volupta",
"invoiceNumber": "quis sit ut minim irure",
"label": "ma",
"netPrice": 33589825.22583398
},
{
"code": "enim velit",
"invoiceDate": "laboris",
"invoiceNumber": "amet in ut magna",
"label": "mollit dolor adipisicing nisi et",
"netPrice": -27858624.172783226
},
{
"code": "cillum",
"invoiceDate": "eiusmod nulla exercitation",
"invoiceNumber": "cupidatat Excepteur a",
"label": "laborum et velit officia",
"netPrice": -42730462.90739466
}
],
"prices": [
{
"code": "voluptate a",
"label": "in Lorem fugiat consequat",
"value": 99299125.76205754
},
{
"code": "sunt veniam mollit deserunt sed",
"label": "Lorem culpa",
"value": 82307593.24432987
},
{
"code": "cillum ullamco",
"label": "dolore ad occaecat reprehenderit laborum",
"value": -31229096.716403767
},
{
"code": "E",
"label": "magna nulla id",
"value": 78624680.06112131
}
],
"productLabel": "fugiat anim dolor aliqua nulla"
},
{
"amount": -85746163.83360785,
"characteristics": [
{
"code": "Lorem",
"label": "Excepteur ex fugiat non nulla",
"value": 98271520.7545132
},
{
"code": "et sit sunt",
"label": "do id ullamco",
"value": -67575066.96434854
}
],
"lines": [
{
"code": "incididu",
"invoiceDate": "ullamco ",
"invoiceNumber": "dolore",
"label": "dolor eiusmod dolore Lorem proident",
"netPrice": 41389870.05894196
},
{
"code": "reprehenderit",
"invoiceDate": "dolor ex magna nulla",
"invoiceNumber": "sint a",
"label": "consequat cillum anim D",
"netPrice": 82986956.32837814
},
{
"code": "es",
"invoiceDate": "dolor consequat irure",
"invoiceNumber": "aliqua est consectetur Lorem",
"label": "occaecat",
"netPrice": -53241825.9280544
},
{
"code": "ipsum",
"invoiceDate": "elit reprehenderit magna",
"invoiceNumber": "anim enim labore",
"label": "dolor est occaecat qui sint",
"netPrice": -44588812.84541425
},
{
"code": "dolore dolore cupidatat eiusmod in",
"invoiceDate": "officia ex incididunt",
"invoiceNumber": "sit dolor",
"label": "fugiat officia",
"netPrice": 46251445.245120734
}
],
"prices": [
{
"code": "esse in fugiat proident",
"label": "ea",
"value": 33138543.623456135
},
{
"code": "consequat",
"label": "tempor dolore labore",
"value": -26711744.21490474
},
{
"code": "Duis Excepteur sit eiusmod ut",
"label": "amet mollit pariatur ex",
"value": -28670907.627825588
},
{
"code": "dolor eiusmod",
"label": "ut Excepteur officia nulla cupidatat",
"value": 18158361.599273488
}
],
"productLabel": "laborum nisi aliquip dolor mollit"
},
{
"amount": 16632397.46728009,
"characteristics": [
{
"code": "sed laborum",
"label": "in",
"value": 3798262.212148845
},
{
"code": "sit consectetur",
"label": "consequat",
"value": -78562862.00963557
},
{
"code": "ipsum sit non Lorem",
"label": "quis cillum aliquip",
"value": 9468320.282451794
}
],
"lines": [
{
"code": "in id fugiat officia ullamco",
"invoiceDate": "sunt tempor cupidatat labore",
"invoiceNumber": "elit",
"label": "ullamco",
"netPrice": -63527806.14942901
},
{
"code": "sint ut",
"invoiceDate": "aliqua dolore proident",
"invoiceNumber": "in exercitation do consequat ",
"label": "nulla sint laboris cupidatat",
"netPrice": 7973641.939579815
},
{
"code": "dolor et nulla",
"invoiceDate": "aute officia dolor nisi",
"invoiceNumber": "in proident est quis qui",
"label": "Exc",
"netPrice": 77811005.55795622
}
],
"prices": [
{
"code": "elit cillum",
"label": "veniam irure dolore sunt",
"value": 1322915.885840416
},
{
"code": "incididunt",
"label": "aliquip ullamco labore",
"value": 60212690.00309402
},
{
"code": "enim Duis culpa",
"label": "labore",
"value": 13114936.001114503
}
],
"productLabel": "anim"
},
{
"amount": -65986436.35293277,
"characteristics": [
{
"code": "fugiat",
"label": "in",
"value": -72081672.96466228
},
{
"code": "dolore officia commodo ad",
"label": "dolor",
"value": 27203343.647398934
},
{
"code": "ex in laboris eu nulla",
"label": "Excepteu",
"value": 85850789.9007284
},
{
"code": "elit",
"label": "culpa eiusmod veniam",
"value": 34596799.57599753
}
],
"lines": [
{
"code": "dolore",
"invoiceDate": "adipisicing Lorem",
"invoiceNumber": "culpa amet",
"label": "veniam dolor ex cillum",
"netPrice": 35516843.380589545
},
{
"code": "et",
"invoiceDate": "ea incididunt Ut",
"invoiceNumber": "commodo veniam Ut ipsum sint",
"label": "la",
"netPrice": -14163750.48875001
},
{
"code": "dolore Ut",
"invoiceDate": "do aliquip officia in fugiat",
"invoiceNumber": "qui",
"label": "ut pariatur exercitation fugiat",
"netPrice": 57613736.02730262
},
{
"code": "id eiusmod",
"invoiceDate": "aute anim",
"invoiceNumber": "esse nostrud consequat laborum",
"label": "Ut enim",
"netPrice": 98912357.33610758
}
],
"prices": [
{
"code": "dolore in aute veniam Lorem",
"label": "Lorem officia non nisi",
"value": 72781586.32623363
},
{
"code": "aliqua",
"label": "aliquip cupidatat",
"value": -14149661.167621195
}
],
"productLabel": "elit ad enim eu"
},
{
"amount": 11925529.450881094,
"characteristics": [
{
"code": "Lorem proident sit",
"label": "labore tempor amet officia",
"value": -21925309.34337768
},
{
"code": "laborum",
"label": "nostrud mollit ad minim do",
"value": 26774465.703279972
},
{
"code": "consequat tempor sunt velit",
"label": "ut minim aliquip dolor velit",
"value": 87165230.16315123
}
],
"lines": [
{
"code": "esse pariatur in",
"invoiceDate": "in irure",
"invoiceNumber": "et mollit commodo esse",
"label": "qui id nisi culpa et",
"netPrice": 67316286.7009081
}
],
"prices": [
{
"code": "culpa in",
"label": "elit",
"value": 99538731.87316927
},
{
"code": "magna amet minim",
"label": "sed",
"value": 21314592.82529384
}
],
"productLabel": "ut"
}
],
"netAmount": 97663707.84145167,
"netPrice": 50869584.87030935,
"normedAmount": -81584818.13587533,
"placeId": "proident aliquip non esse ea",
"productCode": "tempor",
"productName": "dolor Ut velit ex",
"siteLabel": "ad est",
"stockType": -11749430,
"variety": "dolor est cupidatat ut",
"varietyName": "in tempor quis"
}
],
"fiscalYear": 89093505,
"id": "reprehenderit commodo enim",
"isClosed": true,
"maturity": "magna amet nisi adipisicing ci",
"maturityId": "exercitation aliqua",
"name": "minim in",
"productCode": "velit in",
"productName": "incididunt consectetur",
"samples": [
{
"cellVarieties": [
{}
],
"characteristics": [
{
"code": "sit",
"label": "elit en",
"value": -34998436.30680424
},
{
"code": "Duis sunt e",
"label": "ut enim nis",
"value": -90458903.5065174
}
],
"date": "elit ut sit",
"number": "nisi",
"quantity": -76149679.40883526
},
{
"cellVarieties": [
{},
{}
],
"characteristics": [
{
"code": "amet deserunt aute labore id",
"label": "tempor Lorem a",
"value": -34477767.85611696
},
{
"code": "dolor ullamco dolore",
"label": "magna proident eiusmod",
"value": -84580479.09191805
},
{
"code": "id officia consectetur magna et",
"label": "quis pariatur dolore elit cillum",
"value": -24706686.941069126
}
],
"date": "dolore n",
"number": "qui elit labore",
"quantity": 36147247.52528405
},
{
"cellVarieties": [
{}
],
"characteristics": [
{
"code": "magna pariatur",
"label": "cupidatat",
"value": -10992205.613004953
},
{
"code": "officia exercit",
"label": "ad sunt ex",
"value": 36677067.60267869
},
{
"code": "Excepteur veniam id Duis",
"label": "elit",
"value": 6510939.417113364
},
{
"code": "ut reprehenderit",
"label": "Lorem Duis ut",
"value": 95601813.73916349
}
],
"date": "culpa in amet dolor occaecat",
"number": "in qui ex",
"quantity": 3041650.703972727
}
],
"settlements": [
{
"amount": 89577529.07914251,
"date": "ad pariatur eiusmod cupidatat minim",
"price": 72826686.34850955,
"status": -5991507
}
],
"stockType": -13758718,
"totalAmount": -1338205.5164484084,
"type": "aliqua deserunt quis t",
"variety": "fugiat Lorem ut aliquip",
"varietyName": "dolore sunt"
},
{
"authorizedUnlock": true,
"contracts": [
{
"crmId": "ut nulla in incididunt",
"id": "repre"
},
{
"crmId": "aliquip velit ullamco",
"id": "fugiat"
}
],
"crmId": "est sed mollit officia veniam",
"deliveries": [
{
"basePrice": -38213161.68453257,
"characteristics": [
{
"code": "minim adipisicing qui proident",
"label": "irure",
"value": 61285925.68039578
},
{
"code": "ex Duis",
"label": "ex enim sit",
"value": 85693922.54733738
}
],
"date": "dolore",
"deliveryNumber": "fugiat sed sit nulla veniam",
"invoices": [
{
"amount": 61439247.425035596,
"characteristics": [
{
"code": "irure est",
"label": "consectetur et",
"value": 20878011.685551107
},
{
"code": "commodo mollit in consectetur",
"label": "consequat",
"value": -29764212.05559224
},
{
"code": "dolore sit",
"label": "consectetur qui quis eu",
"value": 18562620.37829879
}
],
"lines": [
{
"code": "eu veniam",
"invoiceDate": "exercitation in sit ut",
"invoiceNumber": "veniam ut in do minim",
"label": "ullamco eu dolor Ut aliquip",
"netPrice": 29162838.422663555
},
{
"code": "elit eiusmod veniam esse",
"invoiceDate": "magna sit",
"invoiceNumber": "consequat",
"label": "aliqua",
"netPrice": 40789818.59773001
}
],
"prices": [
{
"code": "anim consequat aliquip culpa ea",
"label": "cillum",
"value": -91106393.87064072
},
{
"code": "in ex amet voluptate ad",
"label": "i",
"value": 12402869.483368129
}
],
"productLabel": "aliquip cupidatat non incididunt"
},
{
"amount": 57201187.66913593,
"characteristics": [
{
"code": "laboris officia amet",
"label": "amet irure",
"value": 20316643.082025588
},
{
"code": "qui exercitation ull",
"label": "consectetur ali",
"value": -96858626.17072254
},
{
"code": "minim ut ipsum et sed",
"label": "nostrud in adipisicing aliqua",
"value": 67631994.74988708
},
{
"code": "officia Ut esse",
"label": "amet Excepteur",
"value": -72001815.02744746
},
{
"code": "non dolore",
"label": "cupidatat",
"value": -70645207.9387549
}
],
"lines": [
{
"code": "consequat in consectetur",
"invoiceDate": "incididunt Lorem id deserunt ",
"invoiceNumber": "incididunt ex d",
"label": "id voluptate esse sint",
"netPrice": 69798487.71069857
}
],
"prices": [
{
"code": "voluptate officia",
"label": "laboris proident",
"value": -50633041.22254304
}
],
"productLabel": "do pro"
},
{
"amount": 68434251.39891344,
"characteristics": [
{
"code": "velit irure et adipisici",
"label": "in consectetur minim officia laboris",
"value": -96467268.31061709
},
{
"code": "dolor ullamco",
"label": "esse est officia quis",
"value": -37904176.42819164
}
],
"lines": [
{
"code": "consequat deserunt esse adipisicing ad",
"invoiceDate": "nostrud ",
"invoiceNumber": "irure",
"label": "dolor",
"netPrice": -5804047.788870066
}
],
"prices": [
{
"code": "non",
"label": "dolor minim ea",
"value": 7749313.161295339
}
],
"productLabel": "veniam laboris Lorem"
},
{
"amount": 31458114.84506771,
"characteristics": [
{
"code": "ipsum eu",
"label": "dolore veniam laboris ad",
"value": 67218072.09953639
},
{
"code": "magna",
"label": "commodo",
"value": -39708011.870577395
},
{
"code": "exercitation laboris commodo",
"label": "qui in nisi dolore in",
"value": -15367270.99748303
},
{
"code": "nos",
"label": "in in aute",
"value": 94266893.196134
},
{
"code": "ullamco",
"label": "in irure Lorem culpa",
"value": -3004075.1330987215
}
],
"lines": [
{
"code": "nostrud fugiat ad reprehenderit in",
"invoiceDate": "mollit nulla pariatur",
"invoiceNumber": "et",
"label": "Ut elit voluptate tempor eiusmod",
"netPrice": -54829416.21268664
},
{
"code": "reprehenderit cillum proident dolore",
"invoiceDate": "id dolor",
"invoiceNumber": "in ipsum dolore",
"label": "commodo magna ullamco Duis",
"netPrice": -25380100.894818366
},
{
"code": "do enim magna nulla",
"invoiceDate": "proident laborum sunt",
"invoiceNumber": "pa",
"label": "nulla id",
"netPrice": -48441329.88481054
},
{
"code": "velit",
"invoiceDate": "reprehenderit sit laborum occaecat aute",
"invoiceNumber": "ut ut quis sunt enim",
"label": "dolor culpa occaecat in officia",
"netPrice": 49535045.009552985
}
],
"prices": [
{
"code": "adipisicing pariatur dolor veniam",
"label": "in",
"value": 68985715.9407278
},
{
"code": "enim veniam cupidatat ad anim",
"label": "anim",
"value": -6834512.090531677
},
{
"code": "consectetur quis velit ut ad",
"label": "commodo Excepteur",
"value": -9487479.529013366
},
{
"code": "dolor enim aute laborum sint",
"label": "tempor laboris",
"value": -62338669.27395622
},
{
"code": "elit do Excepteur",
"label": "nulla sed",
"value": -70127350.12227234
}
],
"productLabel": "qui"
},
{
"amount": 2692556.3585598916,
"characteristics": [
{
"code": "qui commodo ullamco do",
"label": "ut labore commo",
"value": -75456188.57675701
},
{
"code": "nulla Lorem",
"label": "in incididunt consequat id eu",
"value": 65091706.39238492
},
{
"code": "aliquip",
"label": "sint occaecat in ad adipisicing",
"value": -63740903.33182063
},
{
"code": "nisi veniam deserunt",
"label": "minim deserunt",
"value": 90576447.45303318
}
],
"lines": [
{
"code": "consequat amet labore",
"invoiceDate": "laborum aliqua dolor in",
"invoiceNumber": "laborum dolor",
"label": "incididunt",
"netPrice": 98967791.80850732
},
{
"code": "Excepteur veniam",
"invoiceDate": "reprehenderit ad pariatur",
"invoiceNumber": "aute dolore commodo",
"label": "incididunt Lorem ",
"netPrice": -8801048.667849183
},
{
"code": "reprehenderit veli",
"invoiceDate": "elit adipisicing",
"invoiceNumber": "Duis Lorem",
"label": "Lorem laboris",
"netPrice": 4907361.990027279
},
{
"code": "dolor ut dolore culpa",
"invoiceDate": "velit irure",
"invoiceNumber": "enim dolore reprehenderit dolor",
"label": "sit pariatur qui velit irure",
"netPrice": 92621908.91256887
},
{
"code": "ut velit fugiat nostrud sunt",
"invoiceDate": "cillum dolor tempor",
"invoiceNumber": "aliqua",
"label": "eiusmod id dolor nisi nostrud",
"netPrice": -25295411.525003076
}
],
"prices": [
{
"code": "irure cupidatat m",
"label": "aliquip Excepteur",
"value": -19655643.718330935
},
{
"code": "in reprehenderit voluptate consectetur",
"label": "dolor sed magna",
"value": -69481264.80823027
}
],
"productLabel": "labore ipsum"
}
],
"netAmount": 48894307.767666936,
"netPrice": 35664343.50587791,
"normedAmount": 33459933.72236848,
"placeId": "non veniam ut reprehenderit",
"productCode": "cupidatat laboris officia",
"productName": "consequat ullamco id nisi sint",
"siteLabel": "fugiat dolor",
"stockType": 79980440,
"variety": "sit eiusmod laboris",
"varietyName": "Excepteur officia nisi tempor sunt"
},
{
"basePrice": 61270576.5996179,
"characteristics": [
{
"code": "dolor pariatur dolore ullamco do",
"label": "est",
"value": 3413381.22230801
},
{
"code": "dolore",
"label": "dolore sint ",
"value": 14416613.699000403
}
],
"date": "est laboris sunt",
"deliveryNumber": "labore",
"invoices": [
{
"amount": -82169815.96645834,
"characteristics": [
{
"code": "culpa",
"label": "Excepteur tempor",
"value": 82825745.90294191
},
{
"code": "cupidatat aute dolor",
"label": "nulla dolore commodo ipsum",
"value": 20386400.569341928
},
{
"code": "mollit",
"label": "consequat",
"value": -62442868.55746792
},
{
"code": "fugiat",
"label": "occaecat",
"value": 39884051.81127003
}
],
"lines": [
{
"code": "reprehenderit enim id fugiat anim",
"invoiceDate": "in aliqua ut incididunt tempor",
"invoiceNumber": "qui Excepteur consequat",
"label": "tempor elit aliquip qui cupidatat",
"netPrice": -70931861.02222106
},
{
"code": "dolor velit enim est dolore",
"invoiceDate": "consequat adipisicing do ipsum",
"invoiceNumber": "qui consequat",
"label": "sed",
"netPrice": -39036544.422853224
},
{
"code": "dolore sunt reprehenderit elit",
"invoiceDate": "est commodo et laboris",
"invoiceNumber": "Duis",
"label": "exercitation aute laboris",
"netPrice": -91791046.01021804
},
{
"code": "magna dolore tempor Duis do",
"invoiceDate": "et ipsum",
"invoiceNumber": "Lorem",
"label": "sint an",
"netPrice": -84240190.97645119
},
{
"code": "ipsum est do ",
"invoiceDate": "laborum dolor cupidatat cillum sed",
"invoiceNumber": "deserunt nostrud Duis",
"label": "ad",
"netPrice": -22028800.47009246
}
],
"prices": [
{
"code": "consectetur sit aliquip sunt sint",
"label": "aute cupidatat fugiat",
"value": -18337891.62433943
},
{
"code": "sed",
"label": "dolore in esse Lorem officia",
"value": 1213842.131000042
},
{
"code": "in i",
"label": "magna",
"value": 34221828.25194654
},
{
"code": "do reprehenderit",
"label": "non sed ut dolore",
"value": -42846290.651501514
}
],
"productLabel": "off"
},
{
"amount": -39928999.2734694,
"characteristics": [
{
"code": "et mollit ",
"label": "aliqua qui esse",
"value": 36269114.13609332
},
{
"code": "aute pariatur do",
"label": "Ut dolore eu esse",
"value": 47064405.79802966
},
{
"code": "in elit aute dolore",
"label": "in ut",
"value": 72452932.3664819
},
{
"code": "aliqua no",
"label": "anim in Duis commodo labore",
"value": -7896404.880238578
},
{
"code": "esse Ut proident",
"label": "sed pariatur",
"value": -64541230.45024378
}
],
"lines": [
{
"code": "ad voluptate",
"invoiceDate": "eiusmod in quis Lorem",
"invoiceNumber": "esse laborum",
"label": "officia consectetur",
"netPrice": -92093358.28833383
},
{
"code": "dolor do Duis",
"invoiceDate": "id",
"invoiceNumber": "ullamco",
"label": "do minim magna ex",
"netPrice": 4765277.323044658
},
{
"code": "minim elit",
"invoiceDate": "non do",
"invoiceNumber": "veniam sit dolor est et",
"label": "anim",
"netPrice": -50516651.19963133
},
{
"code": "magna elit",
"invoiceDate": "esse",
"invoiceNumber": "sunt",
"label": "enim occaecat eiusmod mollit voluptate",
"netPrice": -96105698.43240024
}
],
"prices": [
{
"code": "officia adipisicing",
"label": "sint elit aliquip velit",
"value": -16962731.077640176
},
{
"code": "incididunt reprehenderit occaecat",
"label": "ex adipisicing esse dolor nisi",
"value": -19337817.659998402
},
{
"code": "commodo ut ex id",
"label": "in",
"value": -8313996.0934349
},
{
"code": "adipisicing pariatur commodo",
"label": "Duis aute",
"value": -61152825.8096043
}
],
"productLabel": "dolore"
},
{
"amount": -24179480.89131081,
"characteristics": [
{
"code": "tempor",
"label": "Lorem do commodo non eni",
"value": -24974048.04764524
},
{
"code": "ipsum cillum anim Duis",
"label": "tempor in nostrud laborum",
"value": -77480109.08565001
},
{
"code": "id eu nulla in",
"label": "ex tempor ut",
"value": 39519194.45507312
},
{
"code": "officia in tempor mollit aute",
"label": "culpa sunt",
"value": -63024998.159740694
}
],
"lines": [
{
"code": "velit mollit",
"invoiceDate": "officia",
"invoiceNumber": "anim culpa",
"label": "fugiat",
"netPrice": -29269763.003032163
}
],
"prices": [
{
"code": "veniam qui",
"label": "ea aute",
"value": -5892609.335184947
}
],
"productLabel": "incididunt reprehenderit Lorem officia"
},
{
"amount": 68721092.40431613,
"characteristics": [
{
"code": "est quis in veniam do",
"label": "exercitation quis",
"value": 42503287.37737942
},
{
"code": "fugiat esse velit enim",
"label": "sit occaecat",
"value": -84970697.29660583
},
{
"code": "aliquip laboris non",
"label": "amet quis",
"value": -74648072.05072743
}
],
"lines": [
{
"code": "minim ea",
"invoiceDate": "eiusmod esse",
"invoiceNumber": "incididunt sint do irure aute",
"label": "reprehende",
"netPrice": -82302505.44235606
}
],
"prices": [
{
"code": "exercitation nostrud nulla in",
"label": "exercitation",
"value": -53902409.795189984
},
{
"code": "ex incididunt",
"label": "dolor ut labore eius",
"value": -5854530.589400172
}
],
"productLabel": "in qui aliquip proident sunt"
},
{
"amount": 16808040.156178534,
"characteristics": [
{
"code": "sint",
"label": "quis culpa eu venia",
"value": 13789538.214638725
},
{
"code": "aliquip dolor ut ex",
"label": "aliquip dol",
"value": -52868239.07325493
},
{
"code": "pariatur sit ullamco",
"label": "dolore",
"value": -52659860.922858484
},
{
"code": "dolor irure eu",
"label": "u",
"value": 43531760.44903481
},
{
"code": "Ut quis",
"label": "dolore proident sed cupidatat",
"value": 71700583.0000216
}
],
"lines": [
{
"code": "sit est",
"invoiceDate": "veniam esse sunt sed cillum",
"invoiceNumber": "culpa labo",
"label": "cillum",
"netPrice": -18175373.208180726
},
{
"code": "voluptate irure sunt",
"invoiceDate": "esse ut ad",
"invoiceNumber": "sit",
"label": "ad",
"netPrice": 75362316.84313178
},
{
"code": "adipisicing laborum",
"invoiceDate": "eiusmod nisi qui officia fugiat",
"invoiceNumber": "amet in aliqua sit exercitation",
"label": "fugiat eiusmod proident",
"netPrice": -76555058.41988131
},
{
"code": "eiusmod labore",
"invoiceDate": "tempor nostrud cupidatat",
"invoiceNumber": "id Excepteur sun",
"label": "occaecat",
"netPrice": -60902339.89798457
},
{
"code": "enim esse elit ipsum",
"invoiceDate": "amet sit elit",
"invoiceNumber": "culpa velit laboris",
"label": "sed Duis dolore cillum",
"netPrice": 37787464.477681875
}
],
"prices": [
{
"code": "et aliquip mollit nulla",
"label": "ut ipsum sint sed",
"value": -2014011.880349502
},
{
"code": "ut quis consectetur",
"label": "ex d",
"value": 16576828.342176914
},
{
"code": "ad par",
"label": "ut tempor",
"value": 30056039.01496321
},
{
"code": "proident non sint ipsum",
"label": "nulla irur",
"value": 49742978.90337601
}
],
"productLabel": "cillum nisi id Duis eiusmod"
}
],
"netAmount": 61615332.063604325,
"netPrice": 58585146.95806268,
"normedAmount": -16929920.68995869,
"placeId": "sed anim fugiat",
"productCode": "laborum dolore deserunt ut anim",
"productName": "ut",
"siteLabel": "ad sint reprehenderit magna s",
"stockType": 61192202,
"variety": "",
"varietyName": "dolore nostrud"
},
{
"basePrice": 5137240.578953147,
"characteristics": [
{
"code": "laboris",
"label": "ad pariatur adipisicing",
"value": -97727887.66089557
},
{
"code": "aliquip id laboris enim",
"label": "id magna in",
"value": -5736606.952210322
},
{
"code": "minim do",
"label": "labore conseq",
"value": 8571794.378529057
},
{
"code": "veniam eiusmod sed nisi",
"label": "culpa nulla cupidatat qui",
"value": -92257814.71283971
},
{
"code": "in",
"label": "non in Lorem",
"value": 35254651.15249416
}
],
"date": "nisi veniam Lorem Ut aliquip",
"deliveryNumber": "minim ipsum Duis cillum",
"invoices": [
{
"amount": 96527996.05050185,
"characteristics": [
{
"code": "minim",
"label": "in ut",
"value": -93171754.9457149
},
{
"code": "proide",
"label": "sed ut",
"value": -96656663.726549
},
{
"code": "dolore",
"label": "amet",
"value": 74930090.97727758
},
{
"code": "magna Duis fugiat",
"label": "in",
"value": -6522873.506816447
},
{
"code": "enim commodo non",
"label": "in ullamco ",
"value": -81598805.80473673
}
],
"lines": [
{
"code": "laborum ",
"invoiceDate": "do",
"invoiceNumber": "fugiat cupidatat esse irure sint",
"label": "ipsum nisi proident in",
"netPrice": 44910643.83021617
},
{
"code": "velit",
"invoiceDate": "minim",
"invoiceNumber": "pariatur qui",
"label": "",
"netPrice": -8690924.426772729
},
{
"code": "sit dolor ullamco est",
"invoiceDate": "dolore",
"invoiceNumber": "eu in",
"label": "occaecat esse minim",
"netPrice": 12276599.78996721
}
],
"prices": [
{
"code": "Duis ea eiusmod proident cupidatat",
"label": "nisi occaecat",
"value": 11538590.550160602
},
{
"code": "dolor veniam et eiusmod nisi",
"label": "fugiat ea",
"value": 4550958.622783646
},
{
"code": "est minim magna aliquip",
"label": "occaecat sunt fugiat anim sit",
"value": 65668667.14931497
},
{
"code": "nisi cupidatat fugiat est in",
"label": "culpa aliquip fug",
"value": 2086733.3570264727
},
{
"code": "magna",
"label": "Ut magna",
"value": 22152478.51190391
}
],
"productLabel": "et aute"
},
{
"amount": -19514784.807595387,
"characteristics": [
{
"code": "exercitation incididunt occaecat",
"label": "sit",
"value": 96278295.99032924
}
],
"lines": [
{
"code": "in proident mollit pariatur cupidatat",
"invoiceDate": "do Excepteur",
"invoiceNumber": "non et ad",
"label": "ad",
"netPrice": -46542924.55700846
},
{
"code": "adipisicing cillum",
"invoiceDate": "in",
"invoiceNumber": "labore anim",
"label": "labore",
"netPrice": 88649226.06837964
},
{
"code": "nulla nostrud aliquip",
"invoiceDate": "officia quis labore do eiusmod",
"invoiceNumber": "eu cillum minim commodo fugiat",
"label": "dolor",
"netPrice": -42338562.056551866
},
{
"code": "cupidatat aliquip dolore",
"invoiceDate": "Duis Excepteur consectetur Lorem a",
"invoiceNumber": "te",
"label": "ad",
"netPrice": 73887929.55201939
}
],
"prices": [
{
"code": "adipisicing voluptate",
"label": "dolore voluptate ",
"value": 96108664.94902441
},
{
"code": "anim pariatur elit Lorem",
"label": "Lorem proi",
"value": -10719478.866655141
},
{
"code": "est",
"label": "ipsum nostrud",
"value": -32432434.722000897
},
{
"code": "qui ea sunt mollit laboris",
"label": "nisi",
"value": 21757500.8947172
}
],
"productLabel": "amet"
},
{
"amount": -36951780.46245151,
"characteristics": [
{
"code": "ad",
"label": "est irure nisi",
"value": 77734541.96433094
},
{
"code": "ut ex",
"label": "fugiat do",
"value": 8730063.848594233
},
{
"code": "in magna comm",
"label": "elit sit sunt labore laboris",
"value": 71327764.75944719
},
{
"code": "est fugiat",
"label": "consectetur veniam id nostrud",
"value": 3402726.5240921676
},
{
"code": "elit occaecat dolor ea",
"label": "in",
"value": 20334208.578187376
}
],
"lines": [
{
"code": "amet quis in in",
"invoiceDate": "mollit aliquip adipisicing",
"invoiceNumber": "deserunt",
"label": "nostrud dolore",
"netPrice": 47021496.186196506
},
{
"code": "irure Ut ea",
"invoiceDate": "sunt",
"invoiceNumber": "aliquip",
"label": "ea Excepteur",
"netPrice": 55402084.82921666
},
{
"code": "ullamco magna cillum",
"invoiceDate": "dolore dolore",
"invoiceNumber": "est occaecat",
"label": "ad est dolor Lorem",
"netPrice": -80526887.53108566
}
],
"prices": [
{
"code": "fugiat cillum",
"label": "non magna consectetur sint",
"value": 94975880.97736448
},
{
"code": "Duis",
"label": "qui",
"value": -6115248.306992263
},
{
"code": "ullamco fugiat consectetur incididunt",
"label": "aliquip elit cupidatat enim",
"value": -42662092.585625365
},
{
"code": "labore ali",
"label": "dolore nisi ex",
"value": -99743550.21977992
},
{
"code": "cupidatat",
"label": "Ut nostrud officia sed in",
"value": 74359300.31329027
}
],
"productLabel": "adipisicing"
},
{
"amount": 23965107.391233742,
"characteristics": [
{
"code": "qui ex",
"label": "in sed",
"value": 58704718.667381555
},
{
"code": "veniam voluptate do sunt",
"label": "ullamco",
"value": -84705949.74585892
},
{
"code": "sunt reprehenderit Lorem",
"label": "E",
"value": -16048584.039593905
},
{
"code": "amet",
"label": "irur",
"value": 4025957.5247692913
}
],
"lines": [
{
"code": "in Lorem aute",
"invoiceDate": "culpa in nostrud dolor",
"invoiceNumber": "aliquip sit ut",
"label": "qui elit eu Excepteur",
"netPrice": -14285765.758474872
}
],
"prices": [
{
"code": "laboris et id in",
"label": "tempor aliqua sit fugiat elit",
"value": 85525408.43276191
},
{
"code": "fugiat velit dolore id laborum",
"label": "tempor magna ullamco ",
"value": -29110833.787018552
},
{
"code": "quis",
"label": "in",
"value": 94304246.96107483
},
{
"code": "et commodo ad eu",
"label": "minim deserunt elit Excepteur",
"value": 71762992.10638651
}
],
"productLabel": "non"
},
{
"amount": 46404430.18978912,
"characteristics": [
{
"code": "pariatur aute",
"label": "aliquip labor",
"value": 77616872.19521698
},
{
"code": "consequat exercitation",
"label": "amet qui nostrud",
"value": -21647642.46403204
},
{
"code": "aliquip id eiusmod sit adipisicing",
"label": "aliquip esse labore",
"value": 84095892.99889871
},
{
"code": "veniam amet",
"label": "deserunt dolor veniam eiusmod reprehenderit",
"value": -36112722.541487716
}
],
"lines": [
{
"code": "aliqua pr",
"invoiceDate": "mollit incididunt",
"invoiceNumber": "laborum in elit ipsum",
"label": "consequat",
"netPrice": -96172210.7034482
},
{
"code": "sunt",
"invoiceDate": "aliquip dolore voluptate",
"invoiceNumber": "est deserunt enim",
"label": "cupidatat in nisi",
"netPrice": -38032745.06105598
},
{
"code": "magna sed anim",
"invoiceDate": "deserunt sed in",
"invoiceNumber": "laboris in sed commodo labore",
"label": "irure nulla cons",
"netPrice": 93342596.66713706
},
{
"code": "ut veniam ex in magna",
"invoiceDate": "eu",
"invoiceNumber": "reprehenderit non veniam",
"label": "labore",
"netPrice": 33347513.977062836
}
],
"prices": [
{
"code": "officia consectetur qui aute",
"label": "nulla anim ipsum occaecat pariatur",
"value": -91868125.74629882
}
],
"productLabel": "minim fugiat anim labore irure"
}
],
"netAmount": 97599698.16199297,
"netPrice": 28165288.112441808,
"normedAmount": -44253830.58002032,
"placeId": "labore",
"productCode": "dolore laborum sint",
"productName": "laboris i",
"siteLabel": "elit culpa qui",
"stockType": -57902671,
"variety": "incididunt cillum",
"varietyName": "dolor nostrud tempor la"
}
],
"fiscalYear": -19602775,
"id": "culpa esse",
"isClosed": true,
"maturity": "labore Ut cillum",
"maturityId": "voluptate",
"name": "non aliqua laborum deserunt ut",
"productCode": "ex in aliquip voluptate adipisicing",
"productName": "eu",
"samples": [
{
"cellVarieties": [
{}
],
"characteristics": [
{
"code": "tempor anim sed fugiat pariatur",
"label": "laborum est nostrud",
"value": -57735081.64809291
},
{
"code": "aliqua Lorem nulla",
"label": "laborum in",
"value": -84370971.22938737
},
{
"code": "Ut Duis",
"label": "enim nostrud aliqua commodo",
"value": 43557456.64232665
},
{
"code": "dolore laborum",
"label": "laborum amet",
"value": -35859836.3039873
},
{
"code": "offi",
"label": "eu",
"value": -5786967.908604398
}
],
"date": "reprehenderit id anim Lorem",
"number": "sed",
"quantity": -24347790.238763526
},
{
"cellVarieties": [
{},
{},
{},
{}
],
"characteristics": [
{
"code": "laboris nisi d",
"label": "esse in sint cupidatat enim",
"value": 80471997.36057457
},
{
"code": "aute",
"label": "irure nisi et labore sunt",
"value": 3593295.1789404005
}
],
"date": "nostrud enim reprehenderit consequat",
"number": "velit adipisicing",
"quantity": -78153259.06375436
},
{
"cellVarieties": [
{},
{}
],
"characteristics": [
{
"code": "Duis laborum pariatur",
"label": "consectetur sit",
"value": 21510862.554149225
},
{
"code": "aliqua laboris",
"label": "Duis ea",
"value": 18703493.381651267
},
{
"code": "qui ex",
"label": "tempor nisi",
"value": -9591488.32393679
},
{
"code": "minim elit adipisicing",
"label": "consequat ali",
"value": 94585535.24324924
},
{
"code": "sit nulla",
"label": "nulla",
"value": 79582175.02011141
}
],
"date": "occaecat id esse Excepteur ea",
"number": "anim nisi laboris",
"quantity": -55724484.90525197
},
{
"cellVarieties": [
{},
{},
{}
],
"characteristics": [
{
"code": "in veniam fugiat adipisicing et",
"label": "Excepteur fugiat ad anim",
"value": 33751790.35810855
},
{
"code": "elit in aliqua dolor id",
"label": "eu aliqua velit anim",
"value": -17490956.666559532
}
],
"date": "aliqua velit aute",
"number": "Lorem elit sit Duis dolor",
"quantity": 6214778.570709661
},
{
"cellVarieties": [
{},
{},
{}
],
"characteristics": [
{
"code": "magna Ut deserunt irure",
"label": "ea commodo",
"value": 3671078.807411507
},
{
"code": "exercitation id fugiat",
"label": "proident esse commodo i",
"value": -76638339.27602197
},
{
"code": "elit sit incididunt amet",
"label": "velit sunt irure amet",
"value": -48674496.3383972
}
],
"date": "veniam dolor fugiat",
"number": "nisi officia",
"quantity": -46840829.83073341
}
],
"settlements": [
{
"amount": -13328197.481482774,
"date": "velit reprehe",
"price": 44611048.0852797,
"status": -68878200
},
{
"amount": 41964426.79842192,
"date": "elit sin",
"price": 32038834.35263388,
"status": -43057474
},
{
"amount": 7994426.069958746,
"date": "fu",
"price": 65823842.29323867,
"status": 88700843
},
{
"amount": 25329758.5944034,
"date": "aliqua ea eu aute eiusmod",
"price": -23612178.73668067,
"status": -10231024
},
{
"amount": -40044818.19243524,
"date": "Duis est",
"price": -98247764.23974417,
"status": 893627
}
],
"stockType": -54038053,
"totalAmount": 7138175.571972296,
"type": "tempor",
"variety": "id",
"varietyName": "et anim"
},
{
"authorizedUnlock": false,
"contracts": [
{
"crmId": "sed pariatur consequat ad",
"id": "do"
}
],
"crmId": "sit incididunt nulla mollit",
"deliveries": [
{
"basePrice": -54825346.76822155,
"characteristics": [
{
"code": "id",
"label": "veniam eiusmod",
"value": 42326184.33643988
},
{
"code": "do",
"label": "quis eu est elit eiusmod",
"value": 93057901.51061061
}
],
"date": "dolor officia",
"deliveryNumber": "nostrud laborum",
"invoices": [
{
"amount": 31444277.152848706,
"characteristics": [
{
"code": "ea et",
"label": "laboris proident Ut",
"value": 19457547.14516239
},
{
"code": "reprehenderit nisi commodo fugiat",
"label": "officia velit in",
"value": -67965893.63128835
},
{
"code": "magna cupidatat",
"label": "enim fugiat voluptate",
"value": 26302415.640717313
}
],
"lines": [
{
"code": "magna dolore",
"invoiceDate": "id incididunt ullamco cillu",
"invoiceNumber": "ipsum",
"label": "ut qui non dolore",
"netPrice": -1875912.189991653
},
{
"code": "occaecat officia cillum",
"invoiceDate": "eiusmod ",
"invoiceNumber": "do ut",
"label": "incididunt aliqua",
"netPrice": 37913113.697936445
}
],
"prices": [
{
"code": "proident velit adipisicing in",
"label": "veniam",
"value": 12666534.260200277
},
{
"code": "esse culpa null",
"label": "non ",
"value": 13676031.796793044
},
{
"code": "ipsum deserunt ad",
"label": "occaecat",
"value": 5187036.030796662
},
{
"code": "in amet",
"label": "Excepteur",
"value": 86308425.78935781
},
{
"code": "aliqua sit dolor in",
"label": "et id",
"value": 39795347.10300326
}
],
"productLabel": "sed nulla"
},
{
"amount": 99131696.90968794,
"characteristics": [
{
"code": "culpa dolore nulla Except",
"label": "ipsum enim et",
"value": 74681227.18294477
},
{
"code": "deserunt ipsum minim sunt ad",
"label": "eu",
"value": 62190507.92938298
},
{
"code": "ipsum Ut velit labor",
"label": "labore qui nulla in eiusmod",
"value": 44047806.36336544
}
],
"lines": [
{
"code": "dolore enim nisi adipisicing sint",
"invoiceDate": "commodo occaecat cupidatat ex in",
"invoiceNumber": "fugiat labore",
"label": "elit",
"netPrice": 71304693.6868647
},
{
"code": "fugiat",
"invoiceDate": "enim nisi amet",
"invoiceNumber": "labore laborum commodo u",
"label": "exercitation commodo proident",
"netPrice": 78123653.1284562
},
{
"code": "eiusmod veniam Ut magna",
"invoiceDate": "pariatur Excepteur ullamco consectetur",
"invoiceNumber": "labore ea",
"label": "fugiat tempor et laboris",
"netPrice": -7468302.476830319
}
],
"prices": [
{
"code": "mollit in",
"label": "proident pariatur",
"value": -22156377.443595693
},
{
"code": "eiusmod ad",
"label": "id consequat reprehe",
"value": 72382222.66986245
}
],
"productLabel": "laborum dolore"
},
{
"amount": 35837199.27733463,
"characteristics": [
{
"code": "laborum incididunt consequat reprehenderit",
"label": "nostrud Excepteur Duis",
"value": 94056913.13843244
}
],
"lines": [
{
"code": "sit ut dolor officia do",
"invoiceDate": "nu",
"invoiceNumber": "ex",
"label": "irure dolor et pariatur",
"netPrice": -43988166.28358491
},
{
"code": "nulla consequat commodo sit aute",
"invoiceDate": "cupidatat dolore adipisicing dolor",
"invoiceNumber": "aliqua in incididunt laboris",
"label": "fugiat",
"netPrice": -66341706.89082786
},
{
"code": "elit do",
"invoiceDate": "anim magna non commodo",
"invoiceNumber": "aute dolore velit",
"label": "minim",
"netPrice": 95917561.43093306
},
{
"code": "ut cupidatat amet reprehenderit",
"invoiceDate": "ut",
"invoiceNumber": "adipisicing laboris commodo elit ullamco",
"label": "aliqua cupidatat est incididunt tempor",
"netPrice": -30310576.973558098
},
{
"code": "velit in occaecat incididunt",
"invoiceDate": "nisi dolor in aliqua fugiat",
"invoiceNumber": "voluptate elit nisi",
"label": "Excepteur",
"netPrice": 25710625.463598683
}
],
"prices": [
{
"code": "sint",
"label": "tempor ut",
"value": 71380234.27748922
},
{
"code": "Duis laborum cupidatat pariatur eu",
"label": "veniam in magna",
"value": 59416671.38944298
}
],
"productLabel": "exercitation consequat"
},
{
"amount": 43576719.293064445,
"characteristics": [
{
"code": "ex elit consequat adipisicing",
"label": "fugiat",
"value": -60664561.55432411
},
{
"code": "est reprehenderit",
"label": "nulla ut ipsum incididunt Lorem",
"value": -33068335.22275725
},
{
"code": "dolore anim pariatur sint tempor",
"label": "sint id labore ex",
"value": 30079007.201869994
},
{
"code": "veniam quis officia in",
"label": "aliqua sint amet",
"value": 72146019.77102149
}
],
"lines": [
{
"code": "dolor anim ad",
"invoiceDate": "pariatur non sint",
"invoiceNumber": "ut",
"label": "do incididunt magna",
"netPrice": -23686157.10105124
},
{
"code": "anim eiusmod dolore",
"invoiceDate": "fugiat ullamco proident in officia",
"invoiceNumber": "consequat laboris deserunt Ut",
"label": "aliqua labore eu amet",
"netPrice": -10721084.123487577
},
{
"code": "sint occaecat qui",
"invoiceDate": "culpa sit eu dolore consectetur",
"invoiceNumber": "incididunt ut",
"label": "non aliqua dolore",
"netPrice": -90168368.47171348
},
{
"code": "exercitation in",
"invoiceDate": "Duis dolor irure qui proident",
"invoiceNumber": "eiusmod ad do",
"label": "non aliqua officia ipsum dolor",
"netPrice": 5523872.038689122
},
{
"code": "ex tempor Lorem dolor",
"invoiceDate": "qui deserunt mollit esse",
"invoiceNumber": "Ex",
"label": "sit adipisicing Lorem Ut",
"netPrice": -69084246.0055812
}
],
"prices": [
{
"code": "ea",
"label": "quis aliqua incididunt cillum",
"value": -72598302.6967048
},
{
"code": "amet",
"label": "qui velit Ut s",
"value": 15020757.36302118
}
],
"productLabel": "deseru"
},
{
"amount": -78904568.25550172,
"characteristics": [
{
"code": "dolor ipsum",
"label": "et nisi",
"value": -84554811.4862428
}
],
"lines": [
{
"code": "non ad",
"invoiceDate": "cupidatat nisi",
"invoiceNumber": "officia ut ullamco eu",
"label": "commodo",
"netPrice": -70400400.27241403
},
{
"code": "cupidatat minim in aliqua tempor",
"invoiceDate": "culpa nostrud veniam tempor dolor",
"invoiceNumber": "elit",
"label": "anim ",
"netPrice": 11082102.370447174
},
{
"code": "culp",
"invoiceDate": "id dolore et voluptate reprehenderit",
"invoiceNumber": "nulla dolore incididunt fugia",
"label": "elit aliqua",
"netPrice": -48080629.87526278
},
{
"code": "ullamco d",
"invoiceDate": "ullamco",
"invoiceNumber": "anim magna ex velit",
"label": "nulla aliqua",
"netPrice": 76786081.94241318
},
{
"code": "consectetur in aliqua dolore",
"invoiceDate": "minim cupidatat exercitation in Excepteur",
"invoiceNumber": "in adipisicing",
"label": "laborum sint deserunt ea",
"netPrice": -92588807.50276406
}
],
"prices": [
{
"code": "id proident",
"label": "dolor",
"value": 64315377.582203805
},
{
"code": "id",
"label": "aliqua officia irure",
"value": 97786225.84060076
},
{
"code": "labore ad proid",
"label": "laboris eiusmod",
"value": -55587764.28062462
},
{
"code": "consequat elit mollit occaecat",
"label": "officia sit aliquip nulla ullamco",
"value": -54318525.24309631
}
],
"productLabel": "voluptate id"
}
],
"netAmount": -48415180.455212295,
"netPrice": -72438534.38018349,
"normedAmount": -52805317.32487286,
"placeId": "laboris consequat Duis sit occaecat",
"productCode": "culpa do eu nisi",
"productName": "deserunt sit in",
"siteLabel": "ipsum",
"stockType": -10952349,
"variety": "magna ex",
"varietyName": "mollit"
},
{
"basePrice": -18823754.808552444,
"characteristics": [
{
"code": "in voluptate nulla",
"label": "commodo",
"value": 7529517.176056981
}
],
"date": "nulla fugiat",
"deliveryNumber": "aute",
"invoices": [
{
"amount": 69723115.95471603,
"characteristics": [
{
"code": "culpa consequat Lorem Excepteur in",
"label": "tempor sed aliqua",
"value": -46215140.884926505
},
{
"code": "ullamco do",
"label": "aliquip in nulla nostrud",
"value": -18653578.754682913
},
{
"code": "eu voluptate ea sint",
"label": "culpa anim",
"value": 91967329.50048494
},
{
"code": "labore est voluptate in occaecat",
"label": "cillum tempor Duis",
"value": -9335603.251930326
},
{
"code": "ex",
"label": "min",
"value": -57482766.71620092
}
],
"lines": [
{
"code": "laboris est esse",
"invoiceDate": "ut sint et tempor",
"invoiceNumber": "velit nisi in commodo",
"label": "adipisicing Ut commodo cillum veniam",
"netPrice": 31610964.763956055
},
{
"code": "in fugiat ea ad",
"invoiceDate": "id anim",
"invoiceNumber": "voluptate cupidatat sint",
"label": "enim",
"netPrice": 13421494.544896007
},
{
"code": "Ut quis cillum dolore",
"invoiceDate": "dolore officia quis cupidatat",
"invoiceNumber": "in do",
"label": "dolore dolore nisi in",
"netPrice": 67807323.70774108
}
],
"prices": [
{
"code": "tempor laboris Lorem Excepteur reprehenderit",
"label": "exercitation fugiat ad",
"value": -63935316.45767934
},
{
"code": "ullamco qui commodo Duis",
"label": "si",
"value": 71365347.81198117
},
{
"code": "cillum elit ipsum eu",
"label": "ex consectetur consequat occaecat",
"value": 44449691.37897959
},
{
"code": "et occaecat",
"label": "ut dolore",
"value": -54040287.832671344
},
{
"code": "aute dolore ea eu quis",
"label": "Lorem sed ipsum",
"value": 26031573.45053506
}
],
"productLabel": "sit"
},
{
"amount": 79332732.72999024,
"characteristics": [
{
"code": "commodo aliqua sint deserunt amet",
"label": "dolor",
"value": -16006313.330456793
},
{
"code": "nulla",
"label": "occaecat",
"value": -56853656.6525053
},
{
"code": "cillum",
"label": "esse amet",
"value": -58232654.630644284
},
{
"code": "Ut Lorem ipsum eiusmod",
"label": "aute Duis sit eiusmod amet",
"value": 42373380.93904403
},
{
"code": "veniam voluptate in aliquip laborum",
"label": "fugiat",
"value": 67448363.29511198
}
],
"lines": [
{
"code": "aute quis laborum",
"invoiceDate": "quis",
"invoiceNumber": "consectetur Lorem o",
"label": "volup",
"netPrice": -77832347.18760857
},
{
"code": "ipsum",
"invoiceDate": "voluptate Excepteur",
"invoiceNumber": "occaecat veniam labore",
"label": "ea",
"netPrice": 85639681.07315022
},
{
"code": "reprehenderit",
"invoiceDate": "in",
"invoiceNumber": "commo",
"label": "velit sunt aut",
"netPrice": -19823173.206766143
},
{
"code": "est laborum sint cupidatat sit",
"invoiceDate": "nulla do nisi irure voluptate",
"invoiceNumber": "aliqua cupidatat u",
"label": "do eiusmod est",
"netPrice": -88053518.9398794
}
],
"prices": [
{
"code": "magna minim nisi",
"label": "pariatur mollit",
"value": 66465503.40486798
}
],
"productLabel": "est ut"
},
{
"amount": 76814710.61466527,
"characteristics": [
{
"code": "in aliqua ut dolor",
"label": "nostrud Ut deserunt ut",
"value": -62127017.078590855
},
{
"code": "non anim",
"label": "voluptate enim esse est deserunt",
"value": 74888130.58844706
},
{
"code": "commodo est in adipisicing",
"label": "deserunt dolore magna",
"value": 11913712.053869396
},
{
"code": "veniam irure mollit ipsum",
"label": "ipsum",
"value": -57752163.1230741
},
{
"code": "occaecat aliqua in laborum ex",
"label": "",
"value": -92689880.24452014
}
],
"lines": [
{
"code": "ea mollit",
"invoiceDate": "officia",
"invoiceNumber": "esse ipsum proident consectetur veniam",
"label": "deserunt Ut mollit reprehenderit",
"netPrice": -22890892.300128877
},
{
"code": "nul",
"invoiceDate": "enim",
"invoiceNumber": "laborum",
"label": "ex in reprehenderit",
"netPrice": 12228145.649876863
},
{
"code": "sed",
"invoiceDate": "amet Excepteur voluptate",
"invoiceNumber": "laboris in culpa dolor",
"label": "ex mollit sit Excepteur",
"netPrice": -52700100.78470051
}
],
"prices": [
{
"code": "et velit Ut occaecat",
"label": "esse id non sed",
"value": 99713117.85116893
}
],
"productLabel": "proident"
},
{
"amount": -57663654.17225203,
"characteristics": [
{
"code": "eiu",
"label": "voluptate aliquip est velit",
"value": -19764961.094105706
},
{
"code": "incididunt dolore nul",
"label": "consectetur",
"value": 3533939.910804525
},
{
"code": "non qui",
"label": "nisi c",
"value": -10170071.306127101
}
],
"lines": [
{
"code": "deserunt",
"invoiceDate": "in nostrud ea",
"invoiceNumber": "elit",
"label": "ullamco",
"netPrice": 97474628.62253293
}
],
"prices": [
{
"code": "consectetur dolor Excepteur sunt",
"label": "id exercitation nulla quis veniam",
"value": -43973464.19291721
},
{
"code": "in reprehenderit nisi dolor nulla",
"label": "laborum adipisicing",
"value": -75213410.57413334
}
],
"productLabel": "do irure in ea"
}
],
"netAmount": 84074893.36011201,
"netPrice": 19219897.53886026,
"normedAmount": -81121188.76034717,
"placeId": "aliquip",
"productCode": "irure dolore ex do qui",
"productName": "cupidatat",
"siteLabel": "Dui",
"stockType": -37350557,
"variety": "ad",
"varietyName": "occaecat"
},
{
"basePrice": 70025042.12294972,
"characteristics": [
{
"code": "ex",
"label": "laboris",
"value": 15574217.291402802
}
],
"date": "sed minim ut",
"deliveryNumber": "aliquip non consequat et",
"invoices": [
{
"amount": 17177768.50272949,
"characteristics": [
{
"code": "Duis exercitation",
"label": "anim",
"value": 39671280.763816476
},
{
"code": "elit nostrud minim laboris",
"label": "ipsum consectetur dolor aliqua",
"value": 30812833.671277225
},
{
"code": "ex voluptate",
"label": "",
"value": 18896575.48006341
}
],
"lines": [
{
"code": "Ut fugiat",
"invoiceDate": "et sunt exercitation",
"invoiceNumber": "in eiusmod occaecat",
"label": "exercitation sint occaecat et",
"netPrice": -39452019.22757633
},
{
"code": "labore adipisicing",
"invoiceDate": "magna",
"invoiceNumber": "ea dolor cillum exercitation",
"label": "sit nisi mollit",
"netPrice": 285945.42295335233
}
],
"prices": [
{
"code": "laborum ad nisi in adipisici",
"label": "Duis",
"value": 12458106.424767122
},
{
"code": "nulla nostrud veniam sed Ut",
"label": "aliqua paria",
"value": -55358177.20147742
},
{
"code": "tempor labore reprehenderit exercitation",
"label": "occaecat cupidatat veniam",
"value": -49813397.13446351
},
{
"code": "nisi",
"label": "velit minim",
"value": 18993354.964577585
}
],
"productLabel": "minim sed enim"
},
{
"amount": 80737852.93196177,
"characteristics": [
{
"code": "est Lorem qui proident",
"label": "irure dolor Ut ad",
"value": 87093203.18129116
},
{
"code": "minim nulla",
"label": "ea",
"value": -90908522.49695076
},
{
"code": "al",
"label": "consectetur non elit reprehenderit",
"value": -82445738.16199194
}
],
"lines": [
{
"code": "dolore proident aliquip amet",
"invoiceDate": "in non Duis",
"invoiceNumber": "eu qu",
"label": "sunt est",
"netPrice": -48654267.17164696
}
],
"prices": [
{
"code": "nulla ipsum id",
"label": "pariatur sunt Lorem in",
"value": -12822905.864737779
}
],
"productLabel": "incididu"
},
{
"amount": -58217861.32143325,
"characteristics": [
{
"code": "sunt",
"label": "sunt",
"value": 52179775.84520054
},
{
"code": "esse sint",
"label": "in dolore minim laborum",
"value": 42047700.34407836
},
{
"code": "nisi",
"label": "esse proident laborum",
"value": 56638952.76483753
},
{
"code": "id adipisicing",
"label": "magna qui adipisicing officia nostrud",
"value": -38064987.50501235
},
{
"code": "cons",
"label": "irure elit ullamco in eiusmod",
"value": -90910724.62112382
}
],
"lines": [
{
"code": "irure veniam exercitation",
"invoiceDate": "voluptate",
"invoiceNumber": "laboris est culpa laborum in",
"label": "sed",
"netPrice": 54435783.950152904
},
{
"code": "tempor dolor magna",
"invoiceDate": "et mollit anim id",
"invoiceNumber": "ex fugiat",
"label": "sed",
"netPrice": 26849700.73916872
},
{
"code": "laborum deserunt Dui",
"invoiceDate": "enim do labore",
"invoiceNumber": "aute laborum nostrud",
"label": "aliqua amet",
"netPrice": 28728633.50050375
}
],
"prices": [
{
"code": "ex occaecat sint",
"label": "sint magna",
"value": 95141246.95551959
}
],
"productLabel": "dolor exercitation"
},
{
"amount": -34853702.8865616,
"characteristics": [
{
"code": "sit cillum minim nulla",
"label": "est",
"value": 33314363.072690338
},
{
"code": "nul",
"label": "eu Excepteur aute pariatur fugiat",
"value": -41904697.73005496
},
{
"code": "deserunt voluptate et ullamco",
"label": "dolor ad incididunt",
"value": -82586296.28629434
}
],
"lines": [
{
"code": "esse",
"invoiceDate": "officia eu sunt dolore mollit",
"invoiceNumber": "aute id",
"label": "ad proident sunt dolore",
"netPrice": 74081496.18718949
},
{
"code": "veni",
"invoiceDate": "dolore ex officia fugiat",
"invoiceNumber": "dolore id Lorem",
"label": "anim",
"netPrice": -67971313.02523133
},
{
"code": "esse enim sint fugiat dolore",
"invoiceDate": "cillum do",
"invoiceNumber": "Ut aute",
"label": "tempor ut enim veniam",
"netPrice": -21758545.72025208
}
],
"prices": [
{
"code": "culpa reprehenderit est elit",
"label": "sint",
"value": -15675429.077575311
},
{
"code": "laborum consequat cupidatat",
"label": "aute irure",
"value": -25041433.456508905
},
{
"code": "et in aute commodo incididunt",
"label": "dolore irure sint in",
"value": -57766403.54021816
},
{
"code": "laborum",
"label": "cillum culpa voluptate ex",
"value": -97702445.31686231
},
{
"code": "consectetur cupidatat est aute",
"label": "nulla pariatur",
"value": 87437474.65636703
}
],
"productLabel": "exercitation reprehenderit ut"
}
],
"netAmount": -81001854.58334713,
"netPrice": -2099502.1902395487,
"normedAmount": 89892753.23751095,
"placeId": "exercitation amet",
"productCode": "aliqui",
"productName": "consequat est minim reprehenderit",
"siteLabel": "si",
"stockType": 2157588,
"variety": "sunt veli",
"varietyName": "aliqua deserunt"
}
],
"fiscalYear": -90963660,
"id": "culpa Duis ut anim",
"isClosed": true,
"maturity": "Excepteur dolor ipsum",
"maturityId": "elit dolore",
"name": "sed irure occaecat aliqua in",
"productCode": "in in irure officia",
"productName": "nostrud",
"samples": [
{
"cellVarieties": [
{},
{},
{},
{},
{}
],
"characteristics": [
{
"code": "laborum tempor exercitation eu aliquip",
"label": "culpa occaecat",
"value": -31436503.692039967
},
{
"code": "ex et id Excepteur",
"label": "anim exercitation",
"value": -7610337.1303629875
},
{
"code": "ipsum commodo Excepteur id laboris",
"label": "magna incididunt Lorem tempor",
"value": -29086308.92072144
},
{
"code": "pariatur ut proident et laboris",
"label": "sed cillum dolore in",
"value": -67614428.48584878
},
{
"code": "qu",
"label": "ea consectetur",
"value": 55333035.027577996
}
],
"date": "reprehenderit labore Duis sit",
"number": "magna minim Ut fugiat",
"quantity": -3746774.0325996876
},
{
"cellVarieties": [
{}
],
"characteristics": [
{
"code": "eiusmod esse",
"label": "id velit est labore",
"value": 12198599.064437762
},
{
"code": "do",
"label": "aute ut",
"value": -87992572.71728571
},
{
"code": "of",
"label": "laborum exercitation velit",
"value": -4448957.916334078
},
{
"code": "cu",
"label": "esse consectetur Ut adipisicing sed",
"value": -57015390.65871391
},
{
"code": "elit",
"label": "culpa i",
"value": 55634486.54856619
}
],
"date": "minim",
"number": "sit irure adipisicing",
"quantity": 63762863.205112815
},
{
"cellVarieties": [
{},
{},
{}
],
"characteristics": [
{
"code": "Lorem",
"label": "aute commodo qui",
"value": 91172852.33820063
},
{
"code": "Ut",
"label": "cupidatat quis ut enim ipsum",
"value": -37951225.077545516
}
],
"date": "sit do deserunt nulla",
"number": "ut Excepteur exercitation",
"quantity": -58847113.85442114
}
],
"settlements": [
{
"amount": 75612931.8857373,
"date": "sit",
"price": 99631328.29353532,
"status": 2310138
},
{
"amount": -12274896.308912769,
"date": "incididunt",
"price": -89170876.12451962,
"status": -21928036
},
{
"amount": -85798960.28868306,
"date": "deserunt",
"price": 6946764.156699106,
"status": 6545213
},
{
"amount": 66318618.613061845,
"date": "reprehenderit pariatur dolore exercitation cupidatat",
"price": 40485389.15759355,
"status": -91975842
},
{
"amount": 45094487.855549246,
"date": "Excepteur",
"price": -23666693.953132212,
"status": -98021149
}
],
"stockType": -51422461,
"totalAmount": -91984945.56556205,
"type": "labore",
"variety": "occaecat sed cupidatat laborum",
"varietyName": "Duis culpa occaecat"
},
{
"authorizedUnlock": true,
"contracts": [
{
"crmId": "culpa in in laboris aliqu",
"id": "in"
},
{
"crmId": "exercitation veniam magna mollit et",
"id": "eu ex sed"
},
{
"crmId": "in officia",
"id": "in"
},
{
"crmId": "ut mollit",
"id": "enim occaecat dolor"
}
],
"crmId": "sed",
"deliveries": [
{
"basePrice": 21172427.67124386,
"characteristics": [
{
"code": "do dolor eu",
"label": "amet irure",
"value": -62145159.432908505
},
{
"code": "officia sunt",
"label": "dolore dolore ullamco est ad",
"value": -82678388.05563028
},
{
"code": "id",
"label": "do in nulla ullamco pariatur",
"value": 90779338.50224388
},
{
"code": "minim deserunt in occaecat dolor",
"label": "culpa magna eiusmod sit ad",
"value": -10067271.77828233
}
],
"date": "nulla labore Excepteu",
"deliveryNumber": "qui exercitation consectetur fugiat proident",
"invoices": [
{
"amount": -62511710.15033461,
"characteristics": [
{
"code": "consectetur",
"label": "ullamco do",
"value": -19547171.65485409
}
],
"lines": [
{
"code": "nulla tempor",
"invoiceDate": "veniam non",
"invoiceNumber": "magna",
"label": "magna",
"netPrice": 48415894.68127653
},
{
"code": "aliquip",
"invoiceDate": "sit",
"invoiceNumber": "veniam",
"label": "nulla",
"netPrice": 32469124.337558553
}
],
"prices": [
{
"code": "dolore sit ea tempor",
"label": "et Ex",
"value": -10979357.306194976
},
{
"code": "officia occaecat velit",
"label": "dolore dolore ex dolor adipisicing",
"value": 63834064.319883466
},
{
"code": "tempor non in",
"label": "cupidatat sit cillum",
"value": -65869153.81013245
}
],
"productLabel": "aliqua fugiat"
},
{
"amount": 27876882.48470968,
"characteristics": [
{
"code": "anim fugiat",
"label": "dolore dolore laborum",
"value": 2932400.294244975
}
],
"lines": [
{
"code": "eiusmod",
"invoiceDate": "deserunt nulla Duis ullamco",
"invoiceNumber": "consectetur sint adipisicing",
"label": "commodo elit",
"netPrice": -32178656.447493643
}
],
"prices": [
{
"code": "cillum anim",
"label": "enim nostrud consectetur laboris ex",
"value": 58664505.99924508
}
],
"productLabel": "sint Lorem"
}
],
"netAmount": 56247262.76269919,
"netPrice": -20633757.995714456,
"normedAmount": -26846760.022977814,
"placeId": "dolor ad aliquip",
"productCode": "dolore quis consequat qui irure",
"productName": "ullamco ex voluptate eu proident",
"siteLabel": "non Lorem",
"stockType": -58770782,
"variety": "nostrud veniam in",
"varietyName": "officia incididunt c"
},
{
"basePrice": -88574212.60528517,
"characteristics": [
{
"code": "deserunt ipsu",
"label": "Ut nisi in dolor exercitation",
"value": 95479808.64270437
},
{
"code": "aliqua ut deserunt esse",
"label": "Excepteur eiusmod ea quis",
"value": 2491906.642787978
},
{
"code": "Lorem ullamco",
"label": "ex",
"value": 97930829.95159733
},
{
"code": "incididunt aliquip ut",
"label": "amet magna elit",
"value": 21881449.34253882
}
],
"date": "id Ut",
"deliveryNumber": "non sit",
"invoices": [
{
"amount": -64896808.56674522,
"characteristics": [
{
"code": "ut",
"label": "sed labo",
"value": -69159498.81049511
},
{
"code": "ex do ullamco nulla mollit",
"label": "eu",
"value": 22790787.24646464
},
{
"code": "aute",
"label": "aliqua consequat pariatur dolor",
"value": 7629844.368043676
},
{
"code": "Excepteur nisi",
"label": "cillum dolore",
"value": 70026878.34701064
}
],
"lines": [
{
"code": "reprehenderit elit",
"invoiceDate": "magna",
"invoiceNumber": "irure minim in exercitation deser",
"label": "Lorem ullamco et tempor",
"netPrice": 76973813.22732931
},
{
"code": "minim sed",
"invoiceDate": "dolore velit veniam qui",
"invoiceNumber": "sed exercitation",
"label": "quis proident exercitation laborum do",
"netPrice": 45168819.990635276
},
{
"code": "occaecat voluptate",
"invoiceDate": "cupidatat culpa quis deserunt",
"invoiceNumber": "ad",
"label": "laboris nulla sunt exercitation",
"netPrice": -28154508.769047707
},
{
"code": "elit ut labore do mollit",
"invoiceDate": "do in occaecat fugiat",
"invoiceNumber": "commodo laboris quis",
"label": "enim dolore non in",
"netPrice": 49157277.59603858
}
],
"prices": [
{
"code": "ullamco",
"label": "fugiat officia sed anim ",
"value": -40292715.50136047
},
{
"code": "minim",
"label": "a",
"value": -62718524.4364179
},
{
"code": "laborum consequat",
"label": "labore pariatur Excepteur",
"value": 24433216.102566347
},
{
"code": "esse cillum dolore ipsum",
"label": "ea tempor elit in",
"value": -68549944.21884064
},
{
"code": "nostrud culpa dolore",
"label": "ut nisi incididunt",
"value": 80313675.89140376
}
],
"productLabel": "fug"
},
{
"amount": 71870350.0268822,
"characteristics": [
{
"code": "non reprehenderit labore anim",
"label": "dolore do nulla dolor elit",
"value": -71292114.64413187
},
{
"code": "proident reprehenderit dolor ea magna",
"label": "ipsum ex occaecat dolor",
"value": 93646666.05101398
},
{
"code": "cillum dolor labore sunt a",
"label": "anim",
"value": -53342250.215351775
}
],
"lines": [
{
"code": "enim",
"invoiceDate": "pariatur sed non aliqua",
"invoiceNumber": "ut pariatur quis",
"label": "aliqua pariatur eu non minim",
"netPrice": 74008694.5579336
},
{
"code": "adipisicing pariatur ipsum incididunt",
"invoiceDate": "id dolor sit pariatur",
"invoiceNumber": "quis l",
"label": "ullamco eu in non",
"netPrice": 14125593.148516297
},
{
"code": "est proident i",
"invoiceDate": "occaecat exercitation ex deserunt",
"invoiceNumber": "ullamco laborum",
"label": "esse id adipisicing cillum",
"netPrice": 91315550.12959534
}
],
"prices": [
{
"code": "proident labore reprehenderit",
"label": "dolor",
"value": -81767584.71564214
}
],
"productLabel": "exercitation sunt"
},
{
"amount": -81430121.94027302,
"characteristics": [
{
"code": "ut labore consequat",
"label": "in aliqua",
"value": -50725698.50644109
},
{
"code": "ea do adipisicing voluptat",
"label": "reprehenderit dolor in",
"value": -85553554.75639682
},
{
"code": "aliqua proident dolore laborum",
"label": "fugiat e",
"value": -17652498.08170548
},
{
"code": "Lorem fugiat Duis id qui",
"label": "in occaecat",
"value": 14274177.20989132
}
],
"lines": [
{
"code": "magna cupidatat in",
"invoiceDate": "laboris velit enim",
"invoiceNumber": "exercitation aliquip officia",
"label": "incididunt non id ullamco ex",
"netPrice": 29615248.411820665
},
{
"code": "sed fugiat",
"invoiceDate": "eiusmod culpa amet",
"invoiceNumber": "ullamco velit",
"label": "est cupidatat in",
"netPrice": 60257581.310981184
},
{
"code": "in tempor enim deserunt",
"invoiceDate": "et ut consequat commodo nulla",
"invoiceNumber": "irure",
"label": "in quis tempor",
"netPrice": 24727460.433658123
}
],
"prices": [
{
"code": "aliqua enim dolore magna ex",
"label": "enim ipsum cupidatat nulla anim",
"value": -25038145.44130166
},
{
"code": "sed laboris irure commodo",
"label": "adipisicing exercitation consect",
"value": 13745206.731097996
},
{
"code": "ut sint deserunt cillum in",
"label": "veniam officia conse",
"value": -10826328.677961424
}
],
"productLabel": "cupidatat mollit quis"
}
],
"netAmount": -33588946.82864491,
"netPrice": 89931412.42027342,
"normedAmount": 24130126.945811406,
"placeId": "null",
"productCode": "aliqua cons",
"productName": "sunt nostrud Excepteur esse",
"siteLabel": "",
"stockType": -69788275,
"variety": "tempor Lorem adipisici",
"varietyName": "magna elit in ad"
},
{
"basePrice": -63616392.617600456,
"characteristics": [
{
"code": "eiusmod",
"label": "dolor ex anim veniam",
"value": 36048500.71493825
},
{
"code": "deserunt magna",
"label": "amet elit et cupidatat proident",
"value": -2330544.274419695
},
{
"code": "Ut esse",
"label": "reprehenderit dolore aute exercitation",
"value": 37056870.85907984
},
{
"code": "id deserunt ullamco",
"label": "in exercitatio",
"value": -27798967.112673983
}
],
"date": "ea proident in",
"deliveryNumber": "et do cillum in",
"invoices": [
{
"amount": 79504383.60852724,
"characteristics": [
{
"code": "in nulla",
"label": "anim non sit Lorem",
"value": -38588166.20017542
},
{
"code": "proident labore non dolor",
"label": "sit nulla veniam eu occaecat",
"value": -52625840.80452792
},
{
"code": "sunt eiusmod in proident nisi",
"label": "quis deserunt",
"value": 69250843.37478542
}
],
"lines": [
{
"code": "aliquip dolore in",
"invoiceDate": "sit tempor ex ad occaecat",
"invoiceNumber": "in laboris",
"label": "ut reprehenderit magna nisi sint",
"netPrice": -23381887.08328484
},
{
"code": "adipisicing",
"invoiceDate": "exercitation sint consectetur",
"invoiceNumber": "irure commodo dolor proident",
"label": "adipisicing in dolor",
"netPrice": -22861073.21989812
},
{
"code": "deserunt nisi",
"invoiceDate": "sit qui eu",
"invoiceNumber": "laborum fugiat amet consequat sint",
"label": "nulla tempor nostrud in dolore",
"netPrice": 43252229.128062606
},
{
"code": "incididunt esse veniam culpa sit",
"invoiceDate": "est dolore",
"invoiceNumber": "aute pariatur officia sed",
"label": "Lorem reprehenderit consequat aliqua",
"netPrice": -64262634.01079919
},
{
"code": "Duis magna",
"invoiceDate": "veniam pariatur quis in",
"invoiceNumber": "magna dolore fugiat Lorem",
"label": "commodo laborum",
"netPrice": 74808223.91664016
}
],
"prices": [
{
"code": "anim dolor ut veniam",
"label": "consequat voluptate Duis Ut pariatur",
"value": -6068683.301419497
},
{
"code": "dolore",
"label": "adipisicing nisi ipsum velit",
"value": 13386942.00612931
}
],
"productLabel": "cupidatat non sint veniam"
},
{
"amount": 54693370.15311223,
"characteristics": [
{
"code": "irure dolore",
"label": "nisi mollit ",
"value": 64287759.53710976
},
{
"code": "id proident et",
"label": "magna irure",
"value": 11129159.996562079
},
{
"code": "in irure proident elit",
"label": "adipisicing",
"value": 67321394.27801621
}
],
"lines": [
{
"code": "laborum sint fugiat in labore",
"invoiceDate": "laborum proident sint",
"invoiceNumber": "nulla occaecat",
"label": "Duis consequat aliquip nostrud veniam",
"netPrice": -39786619.89284129
}
],
"prices": [
{
"code": "ad esse mollit",
"label": "occaecat ea qui quis magna",
"value": 969642.1313620359
},
{
"code": "elit pariatur",
"label": "sint velit Duis in",
"value": -10228763.550009921
}
],
"productLabel": ""
},
{
"amount": -58824055.732789434,
"characteristics": [
{
"code": "exercitation officia ",
"label": "ut",
"value": 11550975.802247614
},
{
"code": "minim no",
"label": "incididunt",
"value": 58950608.144492835
},
{
"code": "fugiat adipisicing in eni",
"label": "velit in eiusmod elit",
"value": 79043580.66301578
}
],
"lines": [
{
"code": "ut fugiat in dolor",
"invoiceDate": "culpa",
"invoiceNumber": "labore cupidatat ea",
"label": "voluptate",
"netPrice": -90825888.24129888
}
],
"prices": [
{
"code": "nisi rep",
"label": "of",
"value": -45481411.67543536
},
{
"code": "Duis incididunt aliqua Ut nisi",
"label": "labore",
"value": -90725729.05375002
},
{
"code": "Duis dolore",
"label": "eiusmod in",
"value": 82920601.6636669
},
{
"code": "qui officia amet",
"label": "ut voluptate",
"value": -31034465.567968145
},
{
"code": "eu",
"label": "sit non qui",
"value": 26612360.70194906
}
],
"productLabel": "ut voluptate"
}
],
"netAmount": -81777372.46770045,
"netPrice": -53728253.037470445,
"normedAmount": -81572678.77258478,
"placeId": "ullamco",
"productCode": "incididunt labore occaecat",
"productName": "est nisi",
"siteLabel": "Ut commodo",
"stockType": -33756259,
"variety": "magna",
"varietyName": "nisi Ut do"
},
{
"basePrice": -81005059.6446962,
"characteristics": [
{
"code": "dolor",
"label": "incididunt irure reprehenderit proident",
"value": 13720085.447523862
},
{
"code": "est",
"label": "irure enim nostrud",
"value": 32577845.81364076
}
],
"date": "Ut",
"deliveryNumber": "ut voluptate",
"invoices": [
{
"amount": -82185450.5006824,
"characteristics": [
{
"code": "dolor",
"label": "minim",
"value": 16431840.366454735
},
{
"code": "dolor dolore culpa pariatur reprehenderit",
"label": "laborum ullamco aute mollit",
"value": 50558208.2341367
},
{
"code": "cupidatat dolore",
"label": "magna aliquip dolor",
"value": -27485715.99006611
},
{
"code": "ullamco magna do quis",
"label": "et pariatur quis",
"value": -66459508.63370702
},
{
"code": "tempor aute Duis dolor Ut",
"label": "laborum Duis incididunt deserunt velit",
"value": -28029586.87045014
}
],
"lines": [
{
"code": "sunt est amet min",
"invoiceDate": "in",
"invoiceNumber": "adipisicing culpa fugiat",
"label": "commodo laborum ",
"netPrice": 2255098.620343879
},
{
"code": "do in",
"invoiceDate": "elit sit",
"invoiceNumber": "sunt sed eiusmod do",
"label": "voluptate id nisi ut",
"netPrice": 19196606.031428635
},
{
"code": "in culpa veniam do laborum",
"invoiceDate": "aliqua in",
"invoiceNumber": "deserunt Excepteur dolor occaecat reprehenderit",
"label": "ullamco",
"netPrice": 45359762.39982414
},
{
"code": "Lorem officia",
"invoiceDate": "nisi tempor",
"invoiceNumber": "ut eiusmod elit enim consequat",
"label": "occaecat id",
"netPrice": -85100382.16434129
},
{
"code": "ad in ex proident Ut",
"invoiceDate": "minim",
"invoiceNumber": "dolore cupidatat ut consectetur",
"label": "incid",
"netPrice": 43751303.324126095
}
],
"prices": [
{
"code": "deserunt mollit dolor sunt",
"label": "aliquip sed",
"value": 96267834.30644697
},
{
"code": "aliquip in Duis Lorem occaecat",
"label": "dolore qui",
"value": 27983809.574372515
},
{
"code": "dol",
"label": "occaecat laborum ut officia",
"value": -8134362.048768118
},
{
"code": "ut enim ipsum voluptate ut",
"label": "ut Ut sint",
"value": 25157335.02261637
}
],
"productLabel": "nisi aute cupidatat tempor ut"
},
{
"amount": -44813065.626659565,
"characteristics": [
{
"code": "elit sint",
"label": "iru",
"value": 34384917.28000072
},
{
"code": "aute magna dolor",
"label": "ea id ",
"value": 74988513.63878477
},
{
"code": "Ut velit nisi sed",
"label": "eu est",
"value": -6179123.0979047865
}
],
"lines": [
{
"code": "magna",
"invoiceDate": "proident cillum adipisicing irure",
"invoiceNumber": "commodo E",
"label": "minim dolore",
"netPrice": -84266349.9781486
}
],
"prices": [
{
"code": "minim",
"label": "ut occaecat nostrud Ut consecte",
"value": 28734297.632741198
}
],
"productLabel": "ullamco in"
}
],
"netAmount": 56618795.522891134,
"netPrice": 24574505.36094807,
"normedAmount": -13405734.336062685,
"placeId": "",
"productCode": "dolore ut",
"productName": "culpa",
"siteLabel": "fugiat pariatur magna",
"stockType": 40249246,
"variety": "consectetur",
"varietyName": "consectetur"
}
],
"fiscalYear": 91549639,
"id": "esse sit exer",
"isClosed": false,
"maturity": "ex est",
"maturityId": "et aute esse pariatur",
"name": "mollit aute sunt dolor do",
"productCode": "ut ex",
"productName": "nisi consectetur Lorem ",
"samples": [
{
"cellVarieties": [
{},
{}
],
"characteristics": [
{
"code": "in anim sit Lorem",
"label": "mollit velit cillum",
"value": -55566644.733462624
}
],
"date": "reprehenderit consectetur",
"number": "dolor veniam mollit ad dolore",
"quantity": 70608876.91612616
},
{
"cellVarieties": [
{},
{},
{},
{},
{}
],
"characteristics": [
{
"code": "Lorem officia nulla magna",
"label": "velit dol",
"value": 3479068.9775452465
},
{
"code": "id aute sint",
"label": "amet dolore officia Duis",
"value": 67922642.22981352
},
{
"code": "ex ipsum adipisicing",
"label": "ut eu",
"value": -38018891.24438831
}
],
"date": "veniam",
"number": "in officia qui consectetur",
"quantity": -15354183.109104589
},
{
"cellVarieties": [
{},
{},
{}
],
"characteristics": [
{
"code": "in dolor Lorem mollit minim",
"label": "amet",
"value": 14690065.322571352
},
{
"code": "sint sit",
"label": "esse aliqu",
"value": -94556791.3161089
},
{
"code": "sit reprehenderit",
"label": "i",
"value": 44456798.55832663
},
{
"code": "nostrud Lorem incididunt",
"label": "l",
"value": -59607717.714942865
}
],
"date": "adipisicing dolor",
"number": "culpa",
"quantity": -43791253.024518676
},
{
"cellVarieties": [
{},
{}
],
"characteristics": [
{
"code": "Ut labore",
"label": "ut cupidatat laborum non pariatur",
"value": -20907766.293241277
}
],
"date": "voluptate",
"number": "non eiusmod aliqua",
"quantity": 54679082.137589395
}
],
"settlements": [
{
"amount": 83264791.30023983,
"date": "Excepteur",
"price": 4871671.7613155395,
"status": -20713518
}
],
"stockType": -29181101,
"totalAmount": 63104640.344840616,
"type": "occaecat",
"variety": "dolore",
"varietyName": "consectet"
},
{
"authorizedUnlock": false,
"contracts": [
{
"crmId": "quis eiusmod nost",
"id": "dolore proident tempor"
}
],
"crmId": "consectetur est",
"deliveries": [
{
"basePrice": -58097553.79563098,
"characteristics": [
{
"code": "et",
"label": "ad laboris Ut dolor id",
"value": 47232579.15114716
}
],
"date": "Lorem",
"deliveryNumber": "dolore id dolore laboris",
"invoices": [
{
"amount": -83281693.15002403,
"characteristics": [
{
"code": "ex cillum",
"label": "elit non in culpa",
"value": -22532550.35127069
},
{
"code": "sint ex",
"label": "deserunt amet est",
"value": 86133793.43301979
},
{
"code": "cupidatat ipsum ex culpa sunt",
"label": "dolore aute sit in",
"value": 94500405.54330155
},
{
"code": "ex dolor nostrud reprehenderit aliqua",
"label": "Excepteur adipisicing qui exercitation",
"value": 48023468.937995195
}
],
"lines": [
{
"code": "occaecat consequat",
"invoiceDate": "Duis dolore qui deserunt tempor",
"invoiceNumber": "labore consectetur in ad pariatur",
"label": "culpa proident sit veniam velit",
"netPrice": -72999216.23619507
},
{
"code": "Lorem",
"invoiceDate": "adipisicing ut ad",
"invoiceNumber": "incididunt amet",
"label": "dolore ut ea laborum",
"netPrice": 17643482.239734843
},
{
"code": "veniam dolore",
"invoiceDate": "aute mollit",
"invoiceNumber": "culpa veniam aliqua pariatur sit",
"label": "est do",
"netPrice": 12338157.711089835
},
{
"code": "in",
"invoiceDate": "sit Lorem et ea ex",
"invoiceNumber": "occaecat minim consectet",
"label": "pariatur nostrud exercitation",
"netPrice": 50197968.55027479
},
{
"code": "qu",
"invoiceDate": "magna",
"invoiceNumber": "ea ex adipisicing amet",
"label": "in",
"netPrice": 30076709.791663796
}
],
"prices": [
{
"code": "sed culpa in",
"label": "mollit adipisicing officia",
"value": 28233471.145746633
},
{
"code": "et adipisicing sunt",
"label": "Duis irure fugiat",
"value": 52887193.20041108
},
{
"code": "elit occaecat ",
"label": "in",
"value": -77658216.15427443
}
],
"productLabel": "in officia"
},
{
"amount": -20026517.90421322,
"characteristics": [
{
"code": "culpa",
"label": "sunt deserunt Lorem veniam",
"value": 25369019.831791475
},
{
"code": "incididunt fugiat reprehenderit cupidatat",
"label": "dolor dolore occaecat commodo veniam",
"value": -19324161.89118676
},
{
"code": "ea adipisicing in",
"label": "laboris ipsum dolore et",
"value": 3584461.0095068663
},
{
"code": "sint dolor pariatur officia",
"label": "id eu ad consequat sed",
"value": -19534681.054007486
},
{
"code": "deserunt culpa co",
"label": "incididunt do voluptate nisi",
"value": 29219793.11424838
}
],
"lines": [
{
"code": "esse in",
"invoiceDate": "m",
"invoiceNumber": "sit esse",
"label": "dolore",
"netPrice": -59180456.55459578
},
{
"code": "labore mollit",
"invoiceDate": "elit exercitation eiusmod officia deserunt",
"invoiceNumber": "in in laborum",
"label": "occaecat",
"netPrice": 56057226.079095244
},
{
"code": "ad amet incididunt pariatur deserunt",
"invoiceDate": "consectetur Duis",
"invoiceNumber": "qui ipsum reprehenderit mollit",
"label": "id mollit sunt",
"netPrice": 45794094.57066563
},
{
"code": "fugiat eiusmod aute qui",
"invoiceDate": "sed consectetur in Excepteu",
"invoiceNumber": "sint Excepteur",
"label": "veniam consequat esse",
"netPrice": -94423206.38567598
}
],
"prices": [
{
"code": "aute in",
"label": "dolore elit irure ad proident",
"value": -53479253.346333124
},
{
"code": "sit in labore eiusmod quis",
"label": "consequat proident",
"value": 10795375.521350175
},
{
"code": "sed",
"label": "dolore anim Excepteur qui",
"value": -90683293.0317477
}
],
"productLabel": "sed"
},
{
"amount": 93843406.60152203,
"characteristics": [
{
"code": "labore ut sint eu exercitation",
"label": "ut mollit enim incididun",
"value": -46761810.8590318
},
{
"code": "culpa in",
"label": "magna ad nulla ut",
"value": 1989818.4725798666
}
],
"lines": [
{
"code": "dolore occaecat voluptate qui non",
"invoiceDate": "Ut ad nisi occaecat culpa",
"invoiceNumber": "Lorem eiusmod consect",
"label": "dolor incididunt est",
"netPrice": 70218409.18073905
},
{
"code": "sed aliqua deserunt consectetur ullamco",
"invoiceDate": "anim laborum",
"invoiceNumber": "laboris eiusmod",
"label": "ullamco occaecat fugi",
"netPrice": -52919990.869454384
},
{
"code": "in sed anim",
"invoiceDate": "incididunt et nostrud",
"invoiceNumber": "Ut esse exercitation ut culpa",
"label": "consequat id Duis eiusmod",
"netPrice": 59812156.30741987
},
{
"code": "aute nulla amet ea",
"invoiceDate": "ullamco mollit in",
"invoiceNumber": "ad nostrud elit ipsum",
"label": "consequat",
"netPrice": 70790600.1394893
}
],
"prices": [
{
"code": "do ipsum pariatur",
"label": "est",
"value": -5626937.29368408
},
{
"code": "enim cul",
"label": "pariatur irure",
"value": 84413989.97740844
},
{
"code": "non cupidatat",
"label": "laboris ullamco quis in ex",
"value": -61157538.95659623
},
{
"code": "sit ea ex",
"label": "adipisicing",
"value": -19846684.457481697
}
],
"productLabel": "quis anim"
},
{
"amount": -50975185.197726525,
"characteristics": [
{
"code": "",
"label": "veniam elit sunt anim non",
"value": -87165127.07805118
},
{
"code": "in eu",
"label": "mollit ea",
"value": 79786554.3484276
}
],
"lines": [
{
"code": "officia tempor",
"invoiceDate": "minim laborum consectetur aute",
"invoiceNumber": "dolore qui",
"label": "do et Duis",
"netPrice": -19016718.290289074
},
{
"code": "pariatur minim ex",
"invoiceDate": "fugiat mollit irure dolor",
"invoiceNumber": "qui nostrud anim culpa minim",
"label": "fugiat veniam cupidatat ut nisi",
"netPrice": 66769061.49974972
},
{
"code": "commodo incididunt ut exercitation sit",
"invoiceDate": "reprehe",
"invoiceNumber": "amet",
"label": "mollit sint laborum ullamco",
"netPrice": -55438680.84663837
},
{
"code": "nulla laborum ea",
"invoiceDate": "qui volu",
"invoiceNumber": "ullamco dolore pa",
"label": "Ut",
"netPrice": -80895885.34188792
},
{
"code": "proident non sunt cupidatat ex",
"invoiceDate": "veniam",
"invoiceNumber": "enim",
"label": "elit Lorem velit officia veniam",
"netPrice": 98930298.7602939
}
],
"prices": [
{
"code": "nisi ex Duis esse",
"label": "ipsum Duis",
"value": 61017769.51449546
},
{
"code": "occaecat deserunt dolore",
"label": "sint",
"value": 24904033.546476915
},
{
"code": "adipisicing",
"label": "consectetur",
"value": -62639501.90474166
},
{
"code": "amet aliquip laboris velit",
"label": "nostrud minim sit voluptate aute",
"value": 23606965.705260396
},
{
"code": "exercitation dolor",
"label": "pariatur occaecat nostrud",
"value": -90157640.25231223
}
],
"productLabel": "Excepteur"
}
],
"netAmount": -92361509.39783774,
"netPrice": -99140811.0092912,
"normedAmount": 15105253.735202327,
"placeId": "laborum",
"productCode": "officia tempor ut",
"productName": "",
"siteLabel": "et enim minim incididun",
"stockType": -78131666,
"variety": "cillum reprehenderit irure",
"varietyName": "voluptate"
},
{
"basePrice": 91423028.903009,
"characteristics": [
{
"code": "aliquip in",
"label": "nostrud sit",
"value": -66422077.70271953
},
{
"code": "nulla sunt labore",
"label": "laboris sit Lorem cupidatat",
"value": 42428152.385620534
},
{
"code": "dolor sunt",
"label": "voluptate fugia",
"value": 58989392.371340215
}
],
"date": "labore nulla",
"deliveryNumber": "adipisicing labore dolor ipsum",
"invoices": [
{
"amount": 55652613.81069523,
"characteristics": [
{
"code": "reprehenderit",
"label": "consequat",
"value": 98499877.33643967
}
],
"lines": [
{
"code": "eiusmod occaecat labore ipsum enim",
"invoiceDate": "laboris et ad",
"invoiceNumber": "nisi mollit labore in id",
"label": "in qui sunt voluptate dolor",
"netPrice": 10858158.197008595
}
],
"prices": [
{
"code": "ipsum mollit ut ullamco Duis",
"label": "aliquip ex Excepteur quis",
"value": 85576533.10456684
},
{
"code": "dolor do cupidatat",
"label": "cupidatat ex sit",
"value": -39829198.405704245
}
],
"productLabel": "incididunt"
},
{
"amount": -62686665.50805406,
"characteristics": [
{
"code": "dolore amet veniam",
"label": "non ad dolor proident",
"value": 82017054.55271369
},
{
"code": "et consequat ipsum pariatur",
"label": "consectetur minim",
"value": -83338920.7098194
},
{
"code": "commodo",
"label": "mollit",
"value": -32428205.741291687
},
{
"code": "velit culpa",
"label": "sint",
"value": -65872537.39999741
}
],
"lines": [
{
"code": "",
"invoiceDate": "non d",
"invoiceNumber": "quis nisi sunt id",
"label": "ut in",
"netPrice": -36355186.386907116
},
{
"code": "voluptate fugiat velit quis Ut",
"invoiceDate": "dolor dolore ut ad",
"invoiceNumber": "tempor proident nostr",
"label": "cillum magna nisi minim",
"netPrice": -61980103.589658506
},
{
"code": "Excepteur exercitation adipisicing labore",
"invoiceDate": "dolor ullamco esse incididunt consequat",
"invoiceNumber": "magna enim",
"label": "magna ea ipsum consectetur",
"netPrice": -29882639.071654677
}
],
"prices": [
{
"code": "officia ex tempor deserunt",
"label": "ipsum eu nisi eiusmod",
"value": -69180.83032006025
},
{
"code": "anim enim qui et officia",
"label": "elit",
"value": -28508796.873546645
}
],
"productLabel": ""
}
],
"netAmount": 11979311.705128029,
"netPrice": -19105310.277270034,
"normedAmount": -45877392.482585534,
"placeId": "exer",
"productCode": "amet enim aute",
"productName": "commodo deserunt reprehenderit non",
"siteLabel": "quis",
"stockType": 40539965,
"variety": "exercitation consequat incididunt do",
"varietyName": "non"
},
{
"basePrice": 20822845.82595162,
"characteristics": [
{
"code": "ea ullamco",
"label": "laboris mollit",
"value": -12226076.800254986
}
],
"date": "elit",
"deliveryNumber": "in a",
"invoices": [
{
"amount": 76445421.41430518,
"characteristics": [
{
"code": "veniam voluptate",
"label": "aliqua minim su",
"value": 24804176.37184687
},
{
"code": "velit exercitation",
"label": "ipsum in Excepteur adipisicing",
"value": 77033309.11831096
},
{
"code": "consequat",
"label": "deserunt amet minim qui id",
"value": -95944045.19884531
},
{
"code": "Excepteur",
"label": "et quis dolor ad",
"value": 73519887.52952486
}
],
"lines": [
{
"code": "aut",
"invoiceDate": "officia adipisicing dolor qui",
"invoiceNumber": "nulla",
"label": "est non in ",
"netPrice": -6362146.369633287
},
{
"code": "eu sunt commodo laboris officia",
"invoiceDate": "do consequat",
"invoiceNumber": "do sunt",
"label": "ex ut dolore sed Duis",
"netPrice": -72707243.16294363
},
{
"code": "sint dolor",
"invoiceDate": "officia nostrud occaecat ut labore",
"invoiceNumber": "et ad ut ea consectetur",
"label": "ad sed reprehenderit",
"netPrice": 24329891.053137362
},
{
"code": "voluptate veniam",
"invoiceDate": "Excepteur eiusmod",
"invoiceNumber": "dolor quis",
"label": "mollit dolore id",
"netPrice": -18419854.79484327
},
{
"code": "reprehenderit",
"invoiceDate": "ut",
"invoiceNumber": "dolore eu magna ea",
"label": "est consectetur ad reprehenderit",
"netPrice": 32079567.56911306
}
],
"prices": [
{
"code": "non",
"label": "Duis minim",
"value": -70572511.02951527
},
{
"code": "enim nisi",
"label": "ut anim ex non",
"value": 26825541.78432767
},
{
"code": "deserunt",
"label": "in ut nisi elit",
"value": -17157806.81914629
}
],
"productLabel": "aute amet occaecat est do"
},
{
"amount": 60530599.67830902,
"characteristics": [
{
"code": "mollit non",
"label": "consequat anim",
"value": 20767952.925162226
},
{
"code": "reprehend",
"label": "elit Lorem esse Excepteur Ut",
"value": 14120902.109017879
},
{
"code": "commodo veniam ad in",
"label": "cillum",
"value": 64915720.633919
}
],
"lines": [
{
"code": "a",
"invoiceDate": "eu reprehenderit nulla sunt",
"invoiceNumber": "ea cillum ut",
"label": "cillum",
"netPrice": -47773966.19398435
},
{
"code": "laborum velit",
"invoiceDate": "est irure",
"invoiceNumber": "null",
"label": "fugiat",
"netPrice": -72287874.10749441
},
{
"code": "velit Lorem",
"invoiceDate": "cillum",
"invoiceNumber": "anim aliqua",
"label": "Excepteur nisi",
"netPrice": 91578085.55546331
}
],
"prices": [
{
"code": "in sit ",
"label": "fugiat",
"value": 27874697.13946931
},
{
"code": "exercitation cupidatat dolore ipsum",
"label": "est aliqua Excepteur fugiat do",
"value": 90041403.72369269
}
],
"productLabel": "occaecat magna aute"
},
{
"amount": 2875015.563019365,
"characteristics": [
{
"code": "ut",
"label": "incididunt eu",
"value": -56782030.33134763
},
{
"code": "ullamco laboris tempor anim",
"label": "magna exercitation",
"value": 5388900.62719433
},
{
"code": "amet",
"label": "amet do reprehenderit",
"value": 171607.11462174356
}
],
"lines": [
{
"code": "ipsum quis tempor id est",
"invoiceDate": "sunt dolor cupidatat qui",
"invoiceNumber": "non fugiat ex nostrud",
"label": "laborum ex aliquip",
"netPrice": 17863346.63148606
}
],
"prices": [
{
"code": "eiusmod do",
"label": "do",
"value": -56857426.242429554
},
{
"code": "aute",
"label": "ex ",
"value": 65250370.204272866
},
{
"code": "nostrud do ullamco",
"label": "incididunt",
"value": -83183551.6023331
},
{
"code": "nostrud adipisicing",
"label": "labore ea",
"value": -69104340.1905815
}
],
"productLabel": "sunt"
}
],
"netAmount": 90199191.11781949,
"netPrice": -76491410.43447924,
"normedAmount": -14935696.398075253,
"placeId": "ut nisi",
"productCode": "et culpa mollit",
"productName": "veniam in dolor culpa laborum",
"siteLabel": "ea qui",
"stockType": 25123759,
"variety": "sint",
"varietyName": "quis Ut nulla"
},
{
"basePrice": -46844510.316537805,
"characteristics": [
{
"code": "in cupidatat ad ex laborum",
"label": "velit esse",
"value": 25119500.787006244
},
{
"code": "nostrud",
"label": "eiusmod cupidatat nisi ",
"value": 39515707.08628419
}
],
"date": "cupidatat in esse mollit a",
"deliveryNumber": "Lorem laborum dolore",
"invoices": [
{
"amount": -38273162.15805911,
"characteristics": [
{
"code": "quis ut",
"label": "enim",
"value": 14519395.783818513
},
{
"code": "minim non eu Duis sint",
"label": "ut dolor sit",
"value": 55806835.02035183
}
],
"lines": [
{
"code": "deserunt n",
"invoiceDate": "sit amet in officia",
"invoiceNumber": "amet voluptate ",
"label": "minim sed",
"netPrice": -14230760.781538978
},
{
"code": "no",
"invoiceDate": "nisi",
"invoiceNumber": "fugiat Ut deserunt nostrud quis",
"label": "proident",
"netPrice": 18348254.35232821
},
{
"code": "officia",
"invoiceDate": "nisi consectetur",
"invoiceNumber": "proident aliquip occaecat",
"label": "consectetur consequat esse",
"netPrice": 23477429.57923375
},
{
"code": "nisi",
"invoiceDate": "sint do commodo",
"invoiceNumber": "eiusmod nisi",
"label": "sint nisi i",
"netPrice": -40519647.06731583
}
],
"prices": [
{
"code": "in culpa dolor in",
"label": "dolor veniam ut labore sed",
"value": 14611279.461507872
},
{
"code": "esse",
"label": "incididunt ad amet",
"value": 21718724.788647443
}
],
"productLabel": "Ut"
},
{
"amount": 27174322.73353158,
"characteristics": [
{
"code": "incididunt fugiat dolore commodo aliquip",
"label": "voluptate est commodo dolore dolore",
"value": 87629556.1777575
},
{
"code": "incididunt",
"label": "in nostrud quis voluptate occaecat",
"value": -61896877.49996491
},
{
"code": "in in sint",
"label": "ex anim adipisicing",
"value": 1406598.9918414801
}
],
"lines": [
{
"code": "enim amet ullam",
"invoiceDate": "dolor",
"invoiceNumber": "sed exercitation",
"label": "culpa sit",
"netPrice": 7780369.532323703
}
],
"prices": [
{
"code": "cillum minim culpa ut consectetur",
"label": "nisi fugiat",
"value": -92107217.86502787
},
{
"code": "incididunt ullamco",
"label": "deserunt reprehenderit",
"value": 60926655.29343599
},
{
"code": "dolore sunt laboris",
"label": "al",
"value": 81455530.64626458
},
{
"code": "Duis exercitation id qui u",
"label": "aute",
"value": 35351172.33270761
}
],
"productLabel": "mollit aliqua voluptate esse velit"
},
{
"amount": -26393978.947737202,
"characteristics": [
{
"code": "non pariatur magna ut ullamco",
"label": "irure",
"value": -43358173.93925061
},
{
"code": "anim consectetur",
"label": "ut minim dolore ",
"value": 21869125.80533646
}
],
"lines": [
{
"code": "ad",
"invoiceDate": "dolore mollit do consequat magna",
"invoiceNumber": "minim dolore esse cupidatat sint",
"label": "sed exercitation sint qui",
"netPrice": -90200205.10245548
},
{
"code": "irure in in",
"invoiceDate": "aute",
"invoiceNumber": "ea dolor",
"label": "enim elit",
"netPrice": -71803340.03183773
},
{
"code": "consequat",
"invoiceDate": "esse deserunt dolore",
"invoiceNumber": "esse",
"label": "officia est eiusmod sint sit",
"netPrice": -18347172.09793873
}
],
"prices": [
{
"code": "magna dolore Dui",
"label": "in consectetur magna do",
"value": -91709797.0044467
},
{
"code": "tempor cil",
"label": "minim id nulla",
"value": -5273274.005139455
},
{
"code": "Lorem elit nisi",
"label": "veniam Excepteur",
"value": -37408449.10954855
},
{
"code": "sint magna dolor",
"label": "aute dolore consequat laborum el",
"value": 88420426.9548817
},
{
"code": "consectetur reprehenderit",
"label": "commodo dolor",
"value": -62738501.07847561
}
],
"productLabel": "occaecat adipisicing"
}
],
"netAmount": 76060419.75654021,
"netPrice": 53761155.62117222,
"normedAmount": 79349152.37998107,
"placeId": "est non eiusmod qui dolor",
"productCode": "ullamco magna",
"productName": "velit Duis aute",
"siteLabel": "enim ex",
"stockType": -17227203,
"variety": "m",
"varietyName": "in laboris "
},
{
"basePrice": -51144336.03810884,
"characteristics": [
{
"code": "consequat ullamco",
"label": "laboris minim adipisicing nulla Excepteur",
"value": 21758655.687762916
},
{
"code": "aliqua pariatur",
"label": "Duis elit Lorem nisi",
"value": 10889256.048066765
},
{
"code": "aliqua in aute sint Excepteur",
"label": "aliqua sunt enim",
"value": -24232598.184837207
}
],
"date": "in eu proident",
"deliveryNumber": "aute quis Lorem",
"invoices": [
{
"amount": -28804824.47201617,
"characteristics": [
{
"code": "est aliquip laborum",
"label": "ipsum qui",
"value": -32090965.584077626
},
{
"code": "laboris in dolore",
"label": "labore non in adipisicing",
"value": -18530959.210229576
},
{
"code": "eu deserunt dolore",
"label": "cillum",
"value": -36765664.20576588
},
{
"code": "in",
"label": "irure enim eu",
"value": -78821786.58278725
}
],
"lines": [
{
"code": "velit Ut magna laborum",
"invoiceDate": "minim eu in",
"invoiceNumber": "fugiat dolore est pariatur",
"label": "anim",
"netPrice": 19350164.988547996
},
{
"code": "ex officia Lorem eiusmod",
"invoiceDate": "deserunt",
"invoiceNumber": "esse ipsum",
"label": "fugiat occaecat",
"netPrice": 47353985.51540989
},
{
"code": "officia tempor ",
"invoiceDate": "et",
"invoiceNumber": "in dolore aliquip",
"label": "dolore anim laborum deserunt voluptate",
"netPrice": -92348113.52477878
}
],
"prices": [
{
"code": "velit in",
"label": "pariatur",
"value": -63532716.54445827
},
{
"code": "fugiat Excepteur aliquip incididunt",
"label": "mollit ea proident sit ",
"value": -91224783.04711908
},
{
"code": "id amet sit aliqua",
"label": "proident eu",
"value": 51970098.91889718
},
{
"code": "ve",
"label": "cillum amet quis aute l",
"value": -73169157.53325483
}
],
"productLabel": "la"
},
{
"amount": -34541962.57666031,
"characteristics": [
{
"code": "anim sunt",
"label": "dolor est veniam",
"value": 94603233.52823347
},
{
"code": "ut",
"label": "commodo dolore",
"value": 11884408.435022295
},
{
"code": "eiusmod",
"label": "deserunt reprehenderit ipsum in",
"value": -13596413.050901905
}
],
"lines": [
{
"code": "mollit tempor enim in",
"invoiceDate": "irure amet laborum",
"invoiceNumber": "non deserunt amet esse",
"label": "minim eu ex",
"netPrice": 34840463.82932466
},
{
"code": "ad in irure Ut dolore",
"invoiceDate": "culpa sit deserunt",
"invoiceNumber": "Duis esse dolore qui",
"label": "ut nostrud eu Duis exercitation",
"netPrice": 44054084.47683868
},
{
"code": "consequat aute ullamco",
"invoiceDate": "tempor",
"invoiceNumber": "non Ut D",
"label": "aliquip laboris",
"netPrice": -36986103.32547565
},
{
"code": "mollit ipsum esse",
"invoiceDate": "culpa",
"invoiceNumber": "culpa enim",
"label": "in",
"netPrice": -22621345.72795409
}
],
"prices": [
{
"code": "exercitation",
"label": "aliqua",
"value": -48934325.92683729
},
{
"code": "Ex",
"label": "consectetur",
"value": 94058254.95262775
},
{
"code": "nisi consectetur officia",
"label": "do",
"value": -90614416.00853999
}
],
"productLabel": "tempor consequat aute fugiat ex"
},
{
"amount": -5343156.765375003,
"characteristics": [
{
"code": "id culpa ipsum et",
"label": "mollit labore officia incididunt do",
"value": -37396562.85477513
},
{
"code": "exercitation velit eu",
"label": "elit officia dolore",
"value": 82732774.40288198
},
{
"code": "in Lorem elit culpa",
"label": "Excepteur irure exercitation quis sit",
"value": 90630368.97038868
},
{
"code": "cupidatat exercitation elit sit",
"label": "adipisicing",
"value": 37509073.04827145
},
{
"code": "nisi",
"label": "eiusmod enim laborum",
"value": -33413855.424213246
}
],
"lines": [
{
"code": "ex ipsum tempor",
"invoiceDate": "dolore minim sunt sint",
"invoiceNumber": "officia ut ipsum et",
"label": "eiusmod pariatur",
"netPrice": -43303550.32684583
}
],
"prices": [
{
"code": "al",
"label": "",
"value": -54892797.27383174
},
{
"code": "aliqua amet non",
"label": "volupta",
"value": 41785325.35778728
},
{
"code": "Ut officia",
"label": "in et elit",
"value": 33806262.50946657
},
{
"code": "dolor qui tempor ipsum amet",
"label": "aute in magna aliquip",
"value": 88485638.33867523
},
{
"code": "ipsum minim est",
"label": "sed deserunt id enim",
"value": 58195064.915497094
}
],
"productLabel": "commodo aute"
}
],
"netAmount": 24482545.48351714,
"netPrice": 90439679.80969909,
"normedAmount": -68530462.63374418,
"placeId": "dolor dolore",
"productCode": "dolor amet nulla magna",
"productName": "exercitation",
"siteLabel": "sit ",
"stockType": -32414639,
"variety": "mollit ipsum",
"varietyName": "dolore enim culpa ad"
}
],
"fiscalYear": 80998220,
"id": "sit elit et eu",
"isClosed": true,
"maturity": "Excepteur",
"maturityId": "sit commodo vo",
"name": "officia id aliquip",
"productCode": "nostrud culpa",
"productName": "nulla",
"samples": [
{
"cellVarieties": [
{},
{}
],
"characteristics": [
{
"code": "ullamco eu magna ipsum",
"label": "adipisicing sint officia",
"value": 28499483.058117285
},
{
"code": "pariatur sit nostrud nisi sint",
"label": "ut quis commodo ipsum non",
"value": 2071034.5772540122
},
{
"code": "do Duis",
"label": "mollit commodo",
"value": -54327710.04665851
},
{
"code": "incididunt adipisicing",
"label": "enim est voluptate dolore",
"value": -58949889.19019588
},
{
"code": "officia voluptate velit",
"label": "ex",
"value": 12500731.64842172
}
],
"date": "dolore magna sint labore in",
"number": "officia ipsum eiusmod ea",
"quantity": -65268321.6376134
},
{
"cellVarieties": [
{},
{},
{},
{},
{}
],
"characteristics": [
{
"code": "ex velit",
"label": "ipsum sit aliqua",
"value": 19058459.036492705
}
],
"date": "Excepteur eu elit",
"number": "Lorem id dolore",
"quantity": -77577487.59664853
},
{
"cellVarieties": [
{},
{}
],
"characteristics": [
{
"code": "dolore est sit aliqua",
"label": "labore occaecat",
"value": -51810449.34244374
},
{
"code": "laboris",
"label": "irure ad veniam aute nostrud",
"value": 99656508.34204367
},
{
"code": "dolore in eiusmod cupidatat",
"label": "sit adipisicing non dolore ",
"value": -78546802.67703511
},
{
"code": "sint nostrud amet",
"label": "la",
"value": 17861912.13162853
},
{
"code": "cillum fugiat sint reprehenderit",
"label": "dolor aute ea",
"value": -86830044.47214495
}
],
"date": "commodo voluptate dolore anim",
"number": "laboris id ut",
"quantity": 5698628.768911585
}
],
"settlements": [
{
"amount": -73100252.900598,
"date": "proident culpa sunt eu ea",
"price": -29790443.199155003,
"status": 25209802
},
{
"amount": -74161008.39137477,
"date": "dolor ex id dolor",
"price": -36394276.157541536,
"status": 29666069
},
{
"amount": 55950713.333461344,
"date": "et non Lorem",
"price": 17728369.017483205,
"status": 78332448
}
],
"stockType": -61445786,
"totalAmount": -39186658.70975433,
"type": "eiusmod mollit anim fugiat dolore",
"variety": "deserunt",
"varietyName": "elit incididunt in"
}
]
}