Minimum amount due calculation

Currently, in the cycle closing process, there are three strategies for calculating the minimum amount due (MAD). Select a strategy by using the Pismo Console to set the value of Minimum payment calculation method to 0, 1, or 2:

🚧

Delinquency buckets

When a statement's minimum amount due is not paid, it can result in something called a delinquency bucket. For more information, see Delinquency buckets.

Min payment calculation methodDescription
0100% outstanding balance of previous statements + configured percentage x balance of debits transactions from closing cycle
1Configured percentage x balance of every debits transactions
2Includes the difference between the latest minimum amount due and the total paid as 100% for the closing cycle (overdue amount). Also, includes the overlimit amount as 100% for the closing cycle ('Indian model' / MAD).

Configuring MAD

You can set the minimum value percentage using transaction categories. One category can apply to any number of transaction types.

Example transaction categories

Category IDDescriptionMAD percentage
1Internal5%
2Financial5%
3Non-financial5%
4Withdrawal5%
5Installment purchase100%

Example transaction types

Transaction type IDDescriptionTransaction category
101Purchase2
102International purchase2
123Withdrawal4
405Revolving interest3
407Withdrawal fee3
112Installment purchase5

Strategy 0 examples

Statement 1

Transaction IDTransaction typeTransaction balanceMin per transaction
1101$200$10
2123$100$5
3407$2$0.10
Total$302.00$15.10

Current balance: $302.00
Previous Balance: $0.00
Total Minimum Per Transaction: $15.10
Minimum Payment: $15.10

Statement 2

Transaction IDTransaction typeTransaction balanceMin per transaction
4101$100$5
5123$100$5
6102$100$5
7101$0$0
8407$2$0.10
9404$2$0.10
Total$304$15.20

Current Balance: $304.00
Previous Balance: $302.00
Total Minimum Per Transaction: $15.20
Minimum Payment: $317.20

Strategy 1 examples

This strategy uses the configured percentages for every due transaction. Calculates the minimum the balance of every due transaction x parametrized value

Minimum payment = SUM(Min per Transaction)

Cycle 1 statement

Transaction IDTransaction typeTransaction balanceMin. per transaction
1101$200$10
2123$100$5
3407$2$0.10
Total$302$15.10

Current Balance: $302.00
Previous Balance: $0.00
Total Minimum Per Transaction: $15.10
Minimum Payment: $15.10

Cycle 2 statement

Transaction IDTransaction typeTransaction balanceMin. per transaction
4101$100$5
5123$100$5
6102$100$5
7101$0$0
8407$2$0.10
9404$2$0.10
Total$304$15.20

Current Balance: $304.00
Previous Balance: $302.00
Total Minimum Per Transaction: $15.20
Minimum Payment: $30.30

Strategy 2 examples

Coming soon.