Installment Sale
A simple clause for a sale paid in installments.
This is a clause for a simple installment sale.
A simple clause for a sale paid in installments.
"Dan" agrees to pay to "Ned" the total sum e10000, in the manner following: E500 is to be paid at closing, and the remaining balance of E9500 shall be paid as follows: E500 or more per month on the first day of each and every month, and continuing until the entire balance, including both principal and interest, shall be paid in full -- provided, however, that the entire balance due plus accrued interest and any other amounts due here-under shall be paid in full on or before 24 months. Monthly payments, which shall start on month 3, include both principal and interest with interest at the rate of 1.5%, computed monthly on the remaining balance from time to time unpaid.
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.installmentsale.InstallmentSaleContract",
"contractId": "bad456fd-5618-4cec-998e-3fb170f60fac",
"BUYER": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Dan"
},
"SELLER": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Ned"
},
"INITIAL_DUE": 10000,
"INTEREST_RATE": 1.5,
"TOTAL_DUE_BEFORE_CLOSING": 9500,
"MIN_PAYMENT": 500,
"DUE_AT_CLOSING": 500,
"FIRST_MONTH": 3
}
Type | Sample JSON |
---|---|
org.accordproject.installmentsale.InstallmentSaleState |
|
Type | Sample JSON |
---|---|
org.accordproject.installmentsale.ClosingPayment |
|
org.accordproject.installmentsale.Installment |
|
Type | Sample JSON |
---|---|
org.accordproject.installmentsale.Balance |
|
Type | Sample JSON |
---|---|
org.accordproject.cicero.runtime.PaymentObligation |
|