Skip to content

Instantly share code, notes, and snippets.

quantity = 10.0
sharePrice = 13.10
grossAmount = 6000000.82
accountNumber.length == 5;
amount >= 0;
effectiveDate <= today;
Deposit {
AccountNumber accountNumber;
TransactionType transactionType;
Money amount;
DateTime date;
}
{
contraAccountNo: “12345”
txnType: DIRECT_DEPOSIT
amount: 100.00
date: 2020-03-31
receiverName: WEALTHFRONT
txnCd: “DPST”
memoLn: “paycheck”
}