Skip to main content

B1ExecutedLoan

  • Structure that stores runtime data for an active loan.
    * Tracks the loan product, state, amounts, dates, interest, and enforcement action counters.
PropertyTypeDescriptionMetadata
LoanProductIdFNameID of the loan product this loan is based on.Category: B1ExecutedLoan
LoanStateEB1LoanStateCurrent state of this loan (Normal, Overdue, ForcedCollection, Repossession).Category: B1ExecutedLoan
OriginalAmountint64The original amount borrowed at the time of loan issuance.Category: B1ExecutedLoan
StartDateFDateTimeThe date this loan was started.Category: B1ExecutedLoan
MaturityDayFDateTimeThe maturity date of this loan.Category: B1ExecutedLoan
RatefloatThe interest rate applied to this loan.Category: B1ExecutedLoan
RepaymentAmountint64Total amount repaid on this loan so far.Category: B1ExecutedLoan
NextRepaymentDateFDateTimeThe next scheduled repayment date.Category: B1ExecutedLoan
InterestAmountint64Accumulated interest amount on this loan.Category: B1ExecutedLoan
ForcedSaleAmountint32Amount of debt repaid through forced asset sales.Category: B1ExecutedLoan
OverdueCountint32Number of times this loan has been overdue.Category: B1ExecutedLoan
ForcedCollectionCountint32Number of forced collection (debt collection) visits made.Category: B1ExecutedLoan