rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
xrpl::test::Loan_test::LoanState Struct Reference
Collaboration diagram for xrpl::test::Loan_test::LoanState:
Collaboration graph
[legend]

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 239 of file Loan_test.cpp.

Member Data Documentation

◆ previousPaymentDate

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

Definition at line 241 of file Loan_test.cpp.

◆ startDate

NetClock::time_point xrpl::test::Loan_test::LoanState::startDate = {}

Definition at line 242 of file Loan_test.cpp.

◆ nextPaymentDate

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

Definition at line 243 of file Loan_test.cpp.

◆ paymentRemaining

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

Definition at line 244 of file Loan_test.cpp.

◆ loanScale

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

Definition at line 245 of file Loan_test.cpp.

◆ totalValue

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

Definition at line 246 of file Loan_test.cpp.

◆ principalOutstanding

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

Definition at line 247 of file Loan_test.cpp.

◆ managementFeeOutstanding

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

Definition at line 248 of file Loan_test.cpp.

◆ periodicPayment

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

Definition at line 249 of file Loan_test.cpp.

◆ flags

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

Definition at line 250 of file Loan_test.cpp.

◆ paymentInterval

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

Definition at line 251 of file Loan_test.cpp.

◆ interestRate

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

Definition at line 252 of file Loan_test.cpp.