Skip to main content

BulletCashflow1

1. Description

Bullet Cashflow - 1 cashflow type generates a single cashflow for each record based on the mapping provided for principal amount, interest amount and cashflow date.

2. Screen Configuration

bullet_cf1_image

Here for each Account Id, Principal Amount is assigned from OutBal, Interest Rate is assigned from IntRate, and Maturity Date is derived from MaturityDate from base input file.One Cashflow is generated for each account. Click ⬇️ to download the test-bed.

3. Cashflow Derivation Logic

Let's say,

ACCOUNT_ID : ACC1001
OUTSTANDING_AMOUNT: 1000.00
INTEREST_AMOUNT: 200.00
MATURITY_DATE: 31-01-2024


A single cashfow for account_id ' ACC1001' will get generate with below values,

principal_amount = 1000.00
interest_amount = 200.00
cashflow_date = 31-01-2024

4. Required Fields

#ParametersDescriptionIs_Mandatory_Field
1principal_amountThe amount field which needs to stamped as principal amountYES
2interest_amountThe amount field which needs to stamped as interest amountYES
3maturity_dateThe date field which needs to stamped as cashflow dateYES

5. Working Excel

Click ⬇️ to download the excel calculation.