|
rippled
|
This structure captures the parts of a loan state. More...
#include <LendingHelpers.h>

Public Member Functions | |
| Number | interestOutstanding () const |
Public Attributes | |
| Number | valueOutstanding |
| Number | principalOutstanding |
| Number | interestDue |
| Number | managementFeeDue |
This structure captures the parts of a loan state.
Whether the values are theoretical (unrounded) or rounded will depend on how it was computed.
Many of the fields can be derived from each other, but they're all provided here to reduce code duplication and possible mistakes. e.g.
Definition at line 94 of file LendingHelpers.h.
| Number xrpl::LoanState::interestOutstanding | ( | ) | const |
Definition at line 109 of file LendingHelpers.h.
| Number xrpl::LoanState::valueOutstanding |
Definition at line 97 of file LendingHelpers.h.
| Number xrpl::LoanState::principalOutstanding |
Definition at line 99 of file LendingHelpers.h.
| Number xrpl::LoanState::interestDue |
Definition at line 102 of file LendingHelpers.h.
| Number xrpl::LoanState::managementFeeDue |
Definition at line 105 of file LendingHelpers.h.