Skip to content

Instantly share code, notes, and snippets.

@tbrooke
Created June 11, 2021 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbrooke/cf5476f2dd0546b9da9789120be81838 to your computer and use it in GitHub Desktop.
Save tbrooke/cf5476f2dd0546b9da9789120be81838 to your computer and use it in GitHub Desktop.
Promissory Note Json
{
"$class": "org.accordproject.promissorynote.PromissoryNoteContract",
"amount": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 1000,
"currencyCode": "USD"
},
"date": "2018-01-30T00:00:00.000-04:00",
"maker": "Daniel",
"interestRate": 3.8,
"individual": true,
"makerAddress": "1 Main Street",
"lender": "Clause Inc.",
"legalEntity": "CORP",
"lenderAddress": "246 5th Ave, 3rd Fl, New York, NY 10001",
"principal": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 500,
"currencyCode": "USD"
},
"maturityDate": "2019-01-20T00:00:00.000-04:00",
"defaultDays": 90,
"insolvencyDays": 90,
"jurisdiction": "New York, NY",
"contractId": "bbee4b48-225e-4357-b5a8-f11c4571abdd",
"$identifier": "bbee4b48-225e-4357-b5a8-f11c4571abdd"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment