|
xrpld
|

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 |
| std::optional< std::uint8_t > | vaultScale |
Definition at line 144 of file Loan_test.cpp.
|
nodiscard |
Definition at line 160 of file Loan_test.cpp.
|
static |
Definition at line 169 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::BrokerParameters::vaultDeposit = 1'000'000 |
Definition at line 146 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::BrokerParameters::debtMax = 25'000 |
Definition at line 147 of file Loan_test.cpp.
| TenthBips32 xrpl::test::Loan_test::BrokerParameters::coverRateMin = percentageToTenthBips(10) |
Definition at line 148 of file Loan_test.cpp.
| int xrpl::test::Loan_test::BrokerParameters::coverDeposit = 1000 |
Definition at line 149 of file Loan_test.cpp.
| TenthBips16 xrpl::test::Loan_test::BrokerParameters::managementFeeRate {100} |
Definition at line 150 of file Loan_test.cpp.
| TenthBips32 xrpl::test::Loan_test::BrokerParameters::coverRateLiquidation = percentageToTenthBips(25) |
Definition at line 151 of file Loan_test.cpp.
| std::string xrpl::test::Loan_test::BrokerParameters::data = {} |
Definition at line 152 of file Loan_test.cpp.
| std::uint32_t xrpl::test::Loan_test::BrokerParameters::flags = 0 |
Definition at line 153 of file Loan_test.cpp.
| std::optional<std::uint8_t> xrpl::test::Loan_test::BrokerParameters::vaultScale |
Definition at line 156 of file Loan_test.cpp.