{{loanproduct.name}}
 
Details
Description : {{loanproduct.description}}
FundName : {{loanproduct.fundName}}
Start date : {{loanproduct.startDate | DateFormat}}
Close date : {{loanproduct.closeDate | DateFormat}}
IncludeInBorrowerCycle : {{loanproduct.includeInBorrowerCycle}}

Terms
Currency : {{loanproduct.currency.name}}
Decimal Places : {{loanproduct.currency.decimalPlaces}}
Principal : {{loanproduct.principal}}   ( Min:{{loanproduct.minPrincipal}} , Max :{{loanproduct.maxPrincipal}} )
# Of Repayments : {{loanproduct.numberOfRepayments}}   ( Min:{{loanproduct.minNumberOfRepayments}} , Max:{{loanproduct.maxNumberOfRepayments}})
Repaid Every : {{loanproduct.repaymentEvery}}  {{loanproduct.repaymentFrequencyType.value}}
Nominal interest rate % : {{loanproduct.interestRatePerPeriod}}   ( Min:{{loanproduct.minInterestRatePerPeriod}} , Max:{{loanproduct.maxInterestRatePerPeriod}})  {{loanproduct.interestRateFrequencyType.value}}

Settings
Amortization : {{loanproduct.amortizationType.value}}
Interest method : {{loanproduct.interestType.value}}
Interest calculation period : {{loanproduct.interestCalculationPeriodType.value}}
Arrears tolerance : {{loanproduct.inArrearsTolerance}}
Repayment strategy : {{loanproduct.transactionProcessingStrategyName}}
Grace : {{loanproduct.}}
Interest-Free Period(s) : {{loanproduct.}}

Charges
Name Type Amount Collected on
{{charge.name}} {{charge.chargeCalculationType.value}} {{charge.amount}} {{charge.chargeTimeType.value}}

Accounting None
Fund Source : {{loanproduct.accountingMappings.fundSourceAccountId}}
Loan Portfolio : {{loanproduct.accountingMappings.loanPortfolioAccountId}}
Income from Interest : {{loanproduct.accountingMappings.interestOnLoanAccountId}}
Income from Fees : {{loanproduct.accountingMappings.incomeFromFeeAccountId}}
Income from Penalties : {{loanproduct.accountingMappings.incomeFromPenaltyAccountId}}
Losses Written Off : {{loanproduct.accountingMappings.writeOffAccountId}}

Advance accounting rules
Fund sources for payment channels
Payment Type Fund Source
{{paymentChannel.paymentTypeId}} {{paymentChannel.fundSourceAccountId}}
Fees to Specific Income accounts
Fee Income Account
{{feeToIncomeAccount.chargeId}} {{feeToIncomeAccount.incomeAccountId}}
Penalties to Specific income accounts
PenaltyIncome Account
{{penaltyToIncomeAccount.chargeId}} {{penaltyToIncomeAccount.incomeAccountId}}
Top