Fork me on GitHub

Template latedeliveryandpenalty@0.2.0

Clause Ergo ^0.4.4 8559cd9df4540e4e57fcf30b4d3ffcd2b6722e3fb77b092c61e2d97537f3ecd4

A sample Late Delivery And Penalty clause.

Download Archive

Late Delivery And Penalty

A sample Late Delivery And Penalty clause.

Sample

Late Delivery and Penalty. In case of delayed delivery except for Force Majeure cases, the Seller shall pay to the Buyer for every 2 days of delay penalty amounting to 10.5% of the total value of the Equipment whose delivery has been delayed. Any fractional part of a days is to be considered a full days. The total amount of penalty shall not however, exceed 55% of the total value of the Equipment involved in late delivery. If the delay is more than 15 days, the Buyer is entitled to terminate this Contract.
                

Model Dependencies

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on on GitHub.

Sample Instance

{
    "$class": "org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyClause",
    "clauseId": "347c172d-0763-4384-9bdc-7e9cc12300a5",
    "forceMajeure": true,
    "penaltyDuration": {
        "$class": "org.accordproject.time.Duration",
        "amount": 2,
        "unit": "days"
    },
    "penaltyPercentage": 10.5,
    "capPercentage": 55,
    "termination": {
        "$class": "org.accordproject.time.Duration",
        "amount": 15,
        "unit": "days"
    },
    "fractionalPart": "days"
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "9d0cd990-795b-11e8-9e1a-f1b99981beac"
}

Request Types

Type Sample JSON
org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest
{
    "$class": "org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest",
    "forceMajeure": false,
    "agreedDelivery": "2018-06-26T16:11:41.864Z",
    "deliveredAt": "2018-06-26T16:11:41.864Z",
    "goodsValue": 217.59,
    "transactionId": "9d0cb280-795b-11e8-9e1a-f1b99981beac",
    "timestamp": "2018-06-26T16:11:41.864Z"
}

Response Types

Type Sample JSON
org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse
{
    "$class": "org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse",
    "penalty": 17.9,
    "buyerMayTerminate": true,
    "transactionId": "9d0cb281-795b-11e8-9e1a-f1b99981beac",
    "timestamp": "2018-06-26T16:11:41.864Z"
}

Events Types

Type Sample JSON
org.hyperledger.composer.system.Event
{
    "abstract": "this is an abstract type"
}