Skip to content
Open
Changes from 11 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
ba3a750
adds lending protocol spec
Tapanito Oct 18, 2024
d3e6115
improves the description of the management fee
Tapanito Nov 19, 2024
b297e6e
renames field names from plural to singular
Tapanito Jan 7, 2025
aac7f3e
This commit introduces the following changes:
Tapanito Jan 27, 2025
f18e8f1
removes CoverAvailable check from LoanBrokerDelete transaction
Tapanito Jan 27, 2025
44e1b57
Apply suggestions from code review
Tapanito Jan 27, 2025
1a437ee
cleans up latex code
Tapanito Jan 27, 2025
9f47ea2
updates LoanDelete transaction to delete the LoanBroker DirectoryNode…
Tapanito Jan 28, 2025
60a311e
in case insufficient first loss capital add loan broker fees to cover…
Tapanito Jan 28, 2025
9090bd3
fixes loan object ownership
Tapanito Jan 28, 2025
8851620
adds pseudo-account to the LoanBroker
Tapanito Jan 29, 2025
0f6644c
adds counterparty to LoanSet transaction
Tapanito Jan 31, 2025
14a634f
updates failure conditions of LoanSet transaction
Tapanito Jan 31, 2025
b77401b
Update XLS-0066d-lending-protocol/README.md
Tapanito Mar 13, 2025
aa50126
addresses PR comments
Tapanito Mar 19, 2025
9acddc1
fixes signature field name
Tapanito Mar 19, 2025
294f582
changes internal type of cover rate variables
Tapanito Apr 4, 2025
8740e2f
renames singular vault attributes to plural
Tapanito Apr 4, 2025
b175402
Apply suggestions from code review
Tapanito Apr 24, 2025
36ec7cb
changes Amount type to AMOUNT
Tapanito Apr 24, 2025
6c9a815
adds owner reserve chages to LoanSet
Tapanito Apr 28, 2025
ea0f369
changes InterestRate type to uint32
Tapanito Apr 28, 2025
0b13609
adds missing overpayment fields to LoanSet transaction
Tapanito Apr 28, 2025
b631e67
adds pseudo-account locked/frozen checks to LoanBrokerCoverWithdraw
Tapanito Apr 29, 2025
ff058bf
Update XLS-0066d-lending-protocol/README.md
Tapanito Apr 29, 2025
1398766
Improves how Loan ID is calculated by introducing a new LoanSequence …
Tapanito May 1, 2025
01d8981
removes sequence from the Loan object
Tapanito May 1, 2025
7e923c2
Apply suggestions from code review
Tapanito May 5, 2025
5609061
addresses PR comments
Tapanito May 6, 2025
b16dad1
Apply suggestions from code review
Tapanito May 7, 2025
65cc318
Apply suggestions from code review
Tapanito May 12, 2025
4ff2165
Update XLS-0066d-lending-protocol/README.md
Tapanito May 12, 2025
33908af
Update XLS-0066d-lending-protocol/README.md
Tapanito May 12, 2025
b8f8b6f
adds checks for frozen LoanBroker pseudo-account
Tapanito May 12, 2025
fe723a2
clarifies LoanPay totalDue and totalPaid
Tapanito May 12, 2025
389dd2e
corrects LoanSet debtMaximum and coverAvailable checks
Tapanito May 12, 2025
fd20def
improves LoanManage readability with ReturnToVault variable
Tapanito May 12, 2025
321319e
adds checks to LoanPay to ensure both Vault pseudo-account and LoanbR…
Tapanito May 12, 2025
d45aeb5
adds calculations for secondsSinceLastPayment
Tapanito May 20, 2025
81e2ff8
adds destination field to the LoanBrokerCoverWithdraw transaction
Tapanito May 20, 2025
3eee2bd
Update XLS-0066d-lending-protocol/README.md
Tapanito May 30, 2025
ed5a62d
adds LoanBrokerCoverClawback transaction
Tapanito Jun 13, 2025
f992b00
Apply suggestions from code review
Tapanito Jul 16, 2025
e4930c6
adds deepfreeze flag checks where appropriate
Tapanito Jul 16, 2025
71b9e36
Apply suggestions from code review
Tapanito Aug 8, 2025
47ece0f
improves freeze documentation
Tapanito Aug 14, 2025
43eeab3
removes LoanDraw transaction, as a result removes Loan.AssetsAvailabl…
Tapanito Sep 5, 2025
ca55bb1
adds LedgerEntryType and TransactionType values
Tapanito Sep 5, 2025
1ca3389
fixes basis point inconcisitencies in LoanSet transaction
Tapanito Sep 5, 2025
cdc45a6
lints the markdown using pretier
Tapanito Sep 5, 2025
c1411aa
updates preamble to follow the new format
Tapanito Sep 5, 2025
069a910
clarifies which fields are modifiable with the LoanBrokerSet transaction
Tapanito Sep 5, 2025
02a27d9
fixes flag names
Tapanito Sep 16, 2025
2c2524e
improves variable name consistency
Tapanito Sep 23, 2025
6b04e50
Merge branch 'master' into xls-66-lending-protocol
Tapanito Sep 26, 2025
4ba07c6
adds DebtTotal > 0 condition to LoanBrokerDelete
Tapanito Sep 26, 2025
4b02ae4
adds Loan.TotalValueOutstanding
Tapanito Sep 26, 2025
a43426e
adds Loan.PrincipalRequested
Tapanito Sep 26, 2025
7022130
adds authentication requirements to the loanset transaction
Tapanito Sep 29, 2025
2ef8f5a
fixes debt maximum calculation
Tapanito Sep 30, 2025
0a05584
improves the handling of fees when loanbroker account is frozen
Tapanito Sep 30, 2025
2977f04
Merge branch 'master' into xls-66-lending-protocol
Tapanito Sep 30, 2025
63730e5
improves the pseudo-code accuracy and removes bugs in late payment co…
Tapanito Oct 1, 2025
ead6cec
adds loan overpayment flag to LoanPay transaction
Tapanito Oct 21, 2025
1607e70
adds description of rounding error handling
Tapanito Oct 22, 2025
5dda351
adds balance checks to loan pay
Tapanito Oct 22, 2025
1933a4a
adds loan scale field
Tapanito Oct 23, 2025
b855be2
completely rewrites they loanPay transaction
Tapanito Oct 23, 2025
789ee88
adds extra guards to loanset transaction
Tapanito Oct 23, 2025
b976847
adds missing fullpayment flag in pseudo-code
Tapanito Oct 23, 2025
d644b04
adds missing fee
Tapanito Oct 24, 2025
77d789c
adds missing fee
Tapanito Oct 24, 2025
853563d
adds exclusivit check for overpayment and earrly payment flags
Tapanito Oct 27, 2025
732b33e
renames PreviousPaymentDate to PreviousPaymentDueDate
Tapanito Oct 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading