SimpleCashFlow - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Finance

  

SimpleCashFlow

  

construct a cash flow at a given date

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SimpleCashFlow(amount, date)

Parameters

amount

-

real constant; amount of cash flow

date

-

a string containing a date specification in a format recognized by ParseDate or a date data structure; date of cash flow

Description

• 

The SimpleCashFlow command constructs a simple cash flow at a given date.

Examples

withFinance:

SetEvaluationDateJanuary 01, 2000:

EvaluationDate

January 1, 2000

(1)

dateJan-01-2006

dateJan-01-2006

(2)

cashflow1SimpleCashFlow100,date

cashflow1100. on January 1, 2006

(3)

NetPresentValuecashflow1,0.03

83.52702114

(4)

cashflow2SimpleCashFlow100,date

cashflow2-100. on January 1, 2006

(5)

NetPresentValuecashflow2,0.03

−83.52702114

(6)

cflowsseqSimpleCashFlow100,AdvanceDatedate,3i,Months,i=1..4

cflows100. on Apr-01-2006,100. on Jul-01-2006,100. on Oct-01-2006,100. on Jan-01-2007

(7)

NetPresentValuecflows,0.03

327.9371480

(8)

Compatibility

• 

The Finance[SimpleCashFlow] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Finance[CompoundFactor]

Finance[DiscountFactor]

Finance[FixedCouponBond]

Finance[FixedRateCoupon]

Finance[FloatingRateBond]

Finance[InArrearIndexedCoupon]

Finance[NetPresentValue]

Finance[ParCoupon]

Finance[ParseDate]

Finance[UpFrontIndexedCoupon]

Finance[ZeroCouponBond]

Finance[ZeroCurve]

 


Download Help Document