Skip to main content

Condition_LoanOverdueCount

Description

Returns whether the BaseObject's loan overdue count for a specified loan product matches the given condition. For Mortgage loans, the overdue count is checked across all Household members. For other loan types, only the BaseObject itself is checked.

Parameters

ParameterDescription
BaseObjectThe character whose loan overdue count will be checked.
CompareTypeSupported compare types: Equal, NotEqual, Greater, Less, GreaterOrEqual, LessOrEqual.
S1Loan product ID to check, as defined in LoanProduct.json.
F1The value to compare against the overdue count.

Examples

DescriptionBaseObjectCommandCompareType
Check if the Mortgage loan overdue count is 0SelfLoanOverdueCountEqual
Check if the LoanShark overdue count is greater than 2SelfLoanOverdueCountGreater
Check if the Mortgage loan overdue count is 1 or moreSelfLoanOverdueCountGreaterOrEqual
Check if target's LoanShark overdue count equals 3TargetLoanOverdueCountEqual