Hello,

I've been searching the code for the definition of the bond_cashflow array, a class array:

bond_cashflow

but havn't been able to find a specific array creation statement, ie something like:

BondCash[] bond_cashflow

but only see this statement:

amt_flow = new bond_cashflow [1];

? does the statement above automagically create the "bond_cashflow" array?

thanks very much for any insights!
bobK