PowerCenter
- PowerCenter 10.5.1
- All Products
create table FVInputs( Rate float, nPeriods int, Payment float, PresentValue float, PaymentType int ) insert into FVInputs values (.005,10,-200.00,-500.00,1) insert into FVInputs values (.01,12,-1000.00,0.00,0) insert into FVInputs values (.11/12,35,-2000.00,0.00,1) insert into FVInputs values (.005,12,-100.00,-1000.00,1)
create table FVOutputs( FVin_ext_proc float, )