|
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 raw (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 138 of file LendingHelpers.h.
| Number ripple::LoanState::interestOutstanding | ( | ) | const |
Definition at line 153 of file LendingHelpers.h.
| Number ripple::LoanState::valueOutstanding |
Definition at line 141 of file LendingHelpers.h.
| Number ripple::LoanState::principalOutstanding |
Definition at line 143 of file LendingHelpers.h.
| Number ripple::LoanState::interestDue |
Definition at line 146 of file LendingHelpers.h.
| Number ripple::LoanState::managementFeeDue |
Definition at line 149 of file LendingHelpers.h.