xrpld
Loading...
Searching...
No Matches
xrpl::test::LoanTestBase::LoanState Struct Reference

#include <LoanTestBase.h>

Collaboration diagram for xrpl::test::LoanTestBase::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 274 of file LoanTestBase.h.

Member Data Documentation

◆ previousPaymentDate

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

Definition at line 276 of file LoanTestBase.h.

◆ startDate

NetClock::time_point xrpl::test::LoanTestBase::LoanState::startDate

Definition at line 277 of file LoanTestBase.h.

◆ nextPaymentDate

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

Definition at line 278 of file LoanTestBase.h.

◆ paymentRemaining

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

Definition at line 279 of file LoanTestBase.h.

◆ loanScale

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

Definition at line 280 of file LoanTestBase.h.

◆ totalValue

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

Definition at line 281 of file LoanTestBase.h.

◆ principalOutstanding

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

Definition at line 282 of file LoanTestBase.h.

◆ managementFeeOutstanding

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

Definition at line 283 of file LoanTestBase.h.

◆ periodicPayment

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

Definition at line 284 of file LoanTestBase.h.

◆ flags

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

Definition at line 285 of file LoanTestBase.h.

◆ paymentInterval

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

Definition at line 286 of file LoanTestBase.h.

◆ interestRate

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

Definition at line 287 of file LoanTestBase.h.