A Late Delivery And Penalty (Simple)
A Late Delivery And Penalty clause (simple).
A Late Delivery And Penalty clause (simple).
A Late Delivery And Penalty clause (simple).
Late Delivery and Penalty. In case of delayed delivery of Goods, "Betty Buyer" shall pay to "Steve Seller" a penalty amounting to 10.5% of the total value of the Goods for every 2 days of delay. The total amount of penalty shall not, however, exceed 55% of the total value of the delayed goods. If the delay is more than 15 days, the Buyer is entitled to terminate this Contract.
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.
{
"$class": "org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyContract",
"contractId": "7c1a13ec-a337-48e4-9673-e484fdcb9fbe",
"buyer": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Betty Buyer"
},
"seller": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Steve Seller"
},
"penaltyDuration": {
"$class": "org.accordproject.time.Duration",
"amount": 2,
"unit": "days"
},
"penaltyPercentage": 10.5,
"capPercentage": 55,
"maximumDelay": {
"$class": "org.accordproject.time.Duration",
"amount": 15,
"unit": "days"
}
}
Type | Sample JSON |
---|---|
org.accordproject.cicero.contract.AccordContractState |
|
Type | Sample JSON |
---|---|
org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyRequest |
|
Type | Sample JSON |
---|---|
org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyResponse |
|
Type | Sample JSON |
---|---|
org.accordproject.cicero.runtime.PaymentObligation |
|