Function: processRecurringCashFlows()
function processRecurringCashFlows(recurringCashFlows, existingSingleCashFlows): InsertSingleCashFlow[];Defined in: shared/src/helper/financeHelper/processRecurringCashflows.ts:16
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
recurringCashFlows | RecurringCashFlow[] |
existingSingleCashFlows | SingleCashFlow[] |
Returns
Section titled “Returns”InsertSingleCashFlow[]