GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
LoanData Struct Reference

Data about a loan repayment. More...

Data Fields

AccountprimaryAcct
 
gnc_numeric principal
 
float interestRate
 
IRateType rateType
 
LoanType type
 
GList * loan_schedule
 
GDate * startDate
 
GDate * varStartDate
 
int numPer
 
PeriodSize perSize
 
int numMonRemain
 
char * repMemo
 
std::string repAmount
 
AccountrepFromAcct
 
AccountrepPriAcct
 
AccountrepIntAcct
 
AccountescrowAcct
 
GList * repayment_schedule
 
GDate * repStartDate
 
int repayOptCount
 
RepayOptData ** repayOpts
 
int revNumPmts
 
int revRepayOptToColMap [(sizeof(REPAY_DEFAULTS)/sizeof(RepayOptDataDefault)) - 1]
 
GList * revSchedule
 

Detailed Description

Data about a loan repayment.

Definition at line 190 of file assistant-loan.cpp.

Field Documentation

◆ escrowAcct

Account* LoanData::escrowAcct

Definition at line 209 of file assistant-loan.cpp.

◆ interestRate

float LoanData::interestRate

Definition at line 194 of file assistant-loan.cpp.

◆ loan_schedule

GList* LoanData::loan_schedule

Definition at line 197 of file assistant-loan.cpp.

◆ numMonRemain

int LoanData::numMonRemain

Definition at line 202 of file assistant-loan.cpp.

◆ numPer

int LoanData::numPer

Definition at line 200 of file assistant-loan.cpp.

◆ perSize

PeriodSize LoanData::perSize

Definition at line 201 of file assistant-loan.cpp.

◆ primaryAcct

Account* LoanData::primaryAcct

Definition at line 192 of file assistant-loan.cpp.

◆ principal

gnc_numeric LoanData::principal

Definition at line 193 of file assistant-loan.cpp.

◆ rateType

IRateType LoanData::rateType

Definition at line 195 of file assistant-loan.cpp.

◆ repAmount

std::string LoanData::repAmount

Definition at line 205 of file assistant-loan.cpp.

◆ repayment_schedule

GList* LoanData::repayment_schedule

Definition at line 210 of file assistant-loan.cpp.

◆ repayOptCount

int LoanData::repayOptCount

Definition at line 213 of file assistant-loan.cpp.

◆ repayOpts

RepayOptData** LoanData::repayOpts

Definition at line 214 of file assistant-loan.cpp.

◆ repFromAcct

Account* LoanData::repFromAcct

Definition at line 206 of file assistant-loan.cpp.

◆ repIntAcct

Account* LoanData::repIntAcct

Definition at line 208 of file assistant-loan.cpp.

◆ repMemo

char* LoanData::repMemo

Definition at line 204 of file assistant-loan.cpp.

◆ repPriAcct

Account* LoanData::repPriAcct

Definition at line 207 of file assistant-loan.cpp.

◆ repStartDate

GDate* LoanData::repStartDate

Definition at line 211 of file assistant-loan.cpp.

◆ revNumPmts

int LoanData::revNumPmts

Definition at line 217 of file assistant-loan.cpp.

◆ revRepayOptToColMap

int LoanData::revRepayOptToColMap[(sizeof(REPAY_DEFAULTS)/sizeof(RepayOptDataDefault)) - 1]

Definition at line 218 of file assistant-loan.cpp.

◆ revSchedule

GList* LoanData::revSchedule

Definition at line 221 of file assistant-loan.cpp.

◆ startDate

GDate* LoanData::startDate

Definition at line 198 of file assistant-loan.cpp.

◆ type

LoanType LoanData::type

Definition at line 196 of file assistant-loan.cpp.

◆ varStartDate

GDate* LoanData::varStartDate

Definition at line 199 of file assistant-loan.cpp.


The documentation for this struct was generated from the following file: