|
rippled
|

Public Member Functions | |
| Number | maxCoveredLoanValue (Number const ¤tDebt) const |
Static Public Member Functions | |
| static BrokerParameters const & | defaults () |
Public Attributes | |
| Number | vaultDeposit = 1'000'000 |
| Number | debtMax = 25'000 |
| TenthBips32 | coverRateMin = percentageToTenthBips(10) |
| int | coverDeposit = 1000 |
| TenthBips16 | managementFeeRate {100} |
| TenthBips32 | coverRateLiquidation = percentageToTenthBips(25) |
| std::string | data {} |
| std::uint32_t | flags = 0 |
Definition at line 77 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::BrokerParameters::maxCoveredLoanValue | ( | Number const & | currentDebt | ) | const |
Definition at line 89 of file Loan_test.cpp.
|
static |
Definition at line 99 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::BrokerParameters::vaultDeposit = 1'000'000 |
Definition at line 79 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::BrokerParameters::debtMax = 25'000 |
Definition at line 80 of file Loan_test.cpp.
| TenthBips32 xrpl::test::Loan_test::BrokerParameters::coverRateMin = percentageToTenthBips(10) |
Definition at line 81 of file Loan_test.cpp.
| int xrpl::test::Loan_test::BrokerParameters::coverDeposit = 1000 |
Definition at line 82 of file Loan_test.cpp.
| TenthBips16 xrpl::test::Loan_test::BrokerParameters::managementFeeRate {100} |
Definition at line 83 of file Loan_test.cpp.
| TenthBips32 xrpl::test::Loan_test::BrokerParameters::coverRateLiquidation = percentageToTenthBips(25) |
Definition at line 84 of file Loan_test.cpp.
| std::string xrpl::test::Loan_test::BrokerParameters::data {} |
Definition at line 85 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::BrokerParameters::flags = 0 |
Definition at line 86 of file Loan_test.cpp.