LoanProduct

@Serializable
data class LoanProduct(val accountingDisabled: Boolean? = null, val accountingType: Int? = null, val accrualBasedAccountingEnabled: Boolean? = null, val allowApprovedDisbursedAmountsOverApplied: Boolean? = null, val arrearsBasedOnOriginalSchedule: Boolean? = null, val cashBasedAccountingEnabled: Boolean? = null, val closeDate: LocalDate? = null, val currency: MonetaryCurrency? = null, val delinquencyBucket: DelinquencyBucket? = null, val disallowExpectedDisbursements: Boolean? = null, val dueDaysForRepaymentEvent: Int? = null, val enableInstallmentLevelDelinquency: Boolean? = null, val equalAmortization: Boolean? = null, val externalId: ExternalId? = null, val fixedPrincipalPercentagePerInstallment: Double? = null, val floatingRates: LoanProductFloatingRates? = null, val holdGuaranteeFundsEnabled: Boolean? = null, val id: Long? = null, val includeInBorrowerCycle: Boolean? = null, val installmentAmountInMultiplesOf: Int? = null, val interestPeriodFrequencyType: LoanProduct.InterestPeriodFrequencyType? = null, val interestRecalculationEnabled: Boolean? = null, val linkedToFloatingInterestRate: Boolean? = null, val loanProductCharges: List<Charge>? = null, val loanProductConfigurableAttributes: LoanProductConfigurableAttributes? = null, val loanProductGuaranteeDetails: LoanProductGuaranteeDetails? = null, val loanProductRelatedDetail: LoanProductRelatedDetail? = null, val loanProductTrancheDetails: LoanProductTrancheDetails? = null, val maxNominalInterestRatePerPeriod: Double? = null, val maxNumberOfRepayments: Int? = null, val maxPrincipalAmount: Money? = null, val minNominalInterestRatePerPeriod: Double? = null, val minNumberOfRepayments: Int? = null, val minPrincipalAmount: Money? = null, val minimumDaysBetweenDisbursalAndFirstRepayment: Int? = null, val multiDisburseLoan: Boolean? = null, val new: Boolean? = null, val nominalInterestRatePerPeriod: Double? = null, val numberOfRepayments: Int? = null, val overAppliedCalculationType: String? = null, val overAppliedNumber: Int? = null, val overDueDaysForRepaymentEvent: Int? = null, val paymentAllocationRules: List<LoanProductPaymentAllocationRule>? = null, val periodicAccrualAccountingEnabled: Boolean? = null, val principalAmount: Money? = null, val principalThresholdForLastInstallment: Double? = null, val productInterestRecalculationDetails: LoanProductInterestRecalculationDetails? = null, val rates: List<Rate>? = null, val repaymentStartDateType: LoanProduct.RepaymentStartDateType? = null, val repaymentStrategy: String? = null, val shortName: String? = null, val startDate: LocalDate? = null, val syncExpectedWithDisbursementDate: Boolean? = null, val transactionProcessingStrategyCode: String? = null, val transactionProcessingStrategyName: String? = null, val upfrontAccrualAccountingEnabled: Boolean? = null)

Parameters

accountingDisabled
accountingType
accrualBasedAccountingEnabled
allowApprovedDisbursedAmountsOverApplied
arrearsBasedOnOriginalSchedule
cashBasedAccountingEnabled
closeDate
currency
delinquencyBucket
disallowExpectedDisbursements
dueDaysForRepaymentEvent
enableInstallmentLevelDelinquency
equalAmortization
externalId
fixedPrincipalPercentagePerInstallment
floatingRates
holdGuaranteeFundsEnabled
id
includeInBorrowerCycle
installmentAmountInMultiplesOf
interestPeriodFrequencyType
interestRecalculationEnabled
linkedToFloatingInterestRate
loanProductCharges
loanProductConfigurableAttributes
loanProductGuaranteeDetails
loanProductRelatedDetail
loanProductTrancheDetails
maxNominalInterestRatePerPeriod
maxNumberOfRepayments
maxPrincipalAmount
minNominalInterestRatePerPeriod
minNumberOfRepayments
minPrincipalAmount
minimumDaysBetweenDisbursalAndFirstRepayment
multiDisburseLoan
new
nominalInterestRatePerPeriod
numberOfRepayments
overAppliedCalculationType
overAppliedNumber
overDueDaysForRepaymentEvent
paymentAllocationRules
periodicAccrualAccountingEnabled
principalAmount
principalThresholdForLastInstallment
productInterestRecalculationDetails
rates
repaymentStartDateType
repaymentStrategy
shortName
startDate
syncExpectedWithDisbursementDate
transactionProcessingStrategyCode
transactionProcessingStrategyName
upfrontAccrualAccountingEnabled

Constructors

Link copied to clipboard
constructor(accountingDisabled: Boolean? = null, accountingType: Int? = null, accrualBasedAccountingEnabled: Boolean? = null, allowApprovedDisbursedAmountsOverApplied: Boolean? = null, arrearsBasedOnOriginalSchedule: Boolean? = null, cashBasedAccountingEnabled: Boolean? = null, closeDate: LocalDate? = null, currency: MonetaryCurrency? = null, delinquencyBucket: DelinquencyBucket? = null, disallowExpectedDisbursements: Boolean? = null, dueDaysForRepaymentEvent: Int? = null, enableInstallmentLevelDelinquency: Boolean? = null, equalAmortization: Boolean? = null, externalId: ExternalId? = null, fixedPrincipalPercentagePerInstallment: Double? = null, floatingRates: LoanProductFloatingRates? = null, holdGuaranteeFundsEnabled: Boolean? = null, id: Long? = null, includeInBorrowerCycle: Boolean? = null, installmentAmountInMultiplesOf: Int? = null, interestPeriodFrequencyType: LoanProduct.InterestPeriodFrequencyType? = null, interestRecalculationEnabled: Boolean? = null, linkedToFloatingInterestRate: Boolean? = null, loanProductCharges: List<Charge>? = null, loanProductConfigurableAttributes: LoanProductConfigurableAttributes? = null, loanProductGuaranteeDetails: LoanProductGuaranteeDetails? = null, loanProductRelatedDetail: LoanProductRelatedDetail? = null, loanProductTrancheDetails: LoanProductTrancheDetails? = null, maxNominalInterestRatePerPeriod: Double? = null, maxNumberOfRepayments: Int? = null, maxPrincipalAmount: Money? = null, minNominalInterestRatePerPeriod: Double? = null, minNumberOfRepayments: Int? = null, minPrincipalAmount: Money? = null, minimumDaysBetweenDisbursalAndFirstRepayment: Int? = null, multiDisburseLoan: Boolean? = null, new: Boolean? = null, nominalInterestRatePerPeriod: Double? = null, numberOfRepayments: Int? = null, overAppliedCalculationType: String? = null, overAppliedNumber: Int? = null, overDueDaysForRepaymentEvent: Int? = null, paymentAllocationRules: List<LoanProductPaymentAllocationRule>? = null, periodicAccrualAccountingEnabled: Boolean? = null, principalAmount: Money? = null, principalThresholdForLastInstallment: Double? = null, productInterestRecalculationDetails: LoanProductInterestRecalculationDetails? = null, rates: List<Rate>? = null, repaymentStartDateType: LoanProduct.RepaymentStartDateType? = null, repaymentStrategy: String? = null, shortName: String? = null, startDate: LocalDate? = null, syncExpectedWithDisbursementDate: Boolean? = null, transactionProcessingStrategyCode: String? = null, transactionProcessingStrategyName: String? = null, upfrontAccrualAccountingEnabled: Boolean? = null)

Types

Link copied to clipboard

Values: DAYS,WEEKS,MONTHS,YEARS,WHOLE_TERM,INVALID

Link copied to clipboard

Values: INVALID,DISBURSEMENT_DATE,SUBMITTED_ON_DATE

Properties

Link copied to clipboard
Link copied to clipboard
val accountingType: Int? = null
Link copied to clipboard
Link copied to clipboard
val closeDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val externalId: ExternalId? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val new: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val numberOfRepayments: Int? = null
Link copied to clipboard
Link copied to clipboard
val overAppliedNumber: Int? = null
Link copied to clipboard
Link copied to clipboard
val principalAmount: Money? = null
Link copied to clipboard
val rates: List<Rate>? = null
Link copied to clipboard
Link copied to clipboard
val shortName: String? = null
Link copied to clipboard
val startDate: LocalDate? = null