xrpld
Loading...
Searching...
No Matches
xrpl::test::Loan_test::LoanState Struct Reference
Collaboration diagram for xrpl::test::Loan_test::LoanState:

Public Attributes

std::uint32_t previousPaymentDate = 0
NetClock::time_point startDate
std::uint32_t nextPaymentDate = 0
std::uint32_t paymentRemaining = 0
std::int32_t const loanScale = 0
Number totalValue = 0
Number principalOutstanding = 0
Number managementFeeOutstanding = 0
Number periodicPayment = 0
std::uint32_t flags = 0
std::uint32_t const paymentInterval = 0
TenthBips32 const interestRate {}

Detailed Description

Definition at line 309 of file Loan_test.cpp.

Member Data Documentation

◆ previousPaymentDate

std::uint32_t xrpl::test::Loan_test::LoanState::previousPaymentDate = 0

Definition at line 311 of file Loan_test.cpp.

◆ startDate

NetClock::time_point xrpl::test::Loan_test::LoanState::startDate

Definition at line 312 of file Loan_test.cpp.

◆ nextPaymentDate

std::uint32_t xrpl::test::Loan_test::LoanState::nextPaymentDate = 0

Definition at line 313 of file Loan_test.cpp.

◆ paymentRemaining

std::uint32_t xrpl::test::Loan_test::LoanState::paymentRemaining = 0

Definition at line 314 of file Loan_test.cpp.

◆ loanScale

std::int32_t const xrpl::test::Loan_test::LoanState::loanScale = 0

Definition at line 315 of file Loan_test.cpp.

◆ totalValue

Number xrpl::test::Loan_test::LoanState::totalValue = 0

Definition at line 316 of file Loan_test.cpp.

◆ principalOutstanding

Number xrpl::test::Loan_test::LoanState::principalOutstanding = 0

Definition at line 317 of file Loan_test.cpp.

◆ managementFeeOutstanding

Number xrpl::test::Loan_test::LoanState::managementFeeOutstanding = 0

Definition at line 318 of file Loan_test.cpp.

◆ periodicPayment

Number xrpl::test::Loan_test::LoanState::periodicPayment = 0

Definition at line 319 of file Loan_test.cpp.

◆ flags

std::uint32_t xrpl::test::Loan_test::LoanState::flags = 0

Definition at line 320 of file Loan_test.cpp.

◆ paymentInterval

std::uint32_t const xrpl::test::Loan_test::LoanState::paymentInterval = 0

Definition at line 321 of file Loan_test.cpp.

◆ interestRate

TenthBips32 const xrpl::test::Loan_test::LoanState::interestRate {}

Definition at line 322 of file Loan_test.cpp.