LoadHistory - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Finance

  

LoadHistory

  

load historic data for a given benchmark rate

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

LoadHistory(benchmark, starthistory, data)

Parameters

benchmark

-

benchmark rate created using the BenchmarkRate command; benchmark rate

starthistory

-

a string containing a date specification in a format recognized by ParseDate or a Date data structure; start of the history

data

-

list or Vector of rates; historic data

Description

• 

The LoadHistory command loads historic data for the specified benchmark rate constructed using the BenchmarkRate command. Note that for dates preceding the global evaluation date, historic data can be used. Otherwise the forecasted interest rate is used.

Examples

withFinance:

SetEvaluationDateJan-03-2005:

Create a 6-month USD LIBOR rate and use a float rate of 5% as forecast.

benchmarkBenchmarkRate6,Months,USDLIBOR,ZeroCurve0.05

benchmarkmoduleend module

(1)

benchmarkJan-11-2005

0.04993152460

(2)

This is the load history for this rate.

LoadHistorybenchmark,Jan-11-2005,0.07:

Note that historic data is used only for dates preceding the global evaluation date. Otherwise the forecasted interest rate is used.

benchmarkJan-11-2005

0.04993152460

(3)

SetEvaluationDateJan-15-2005:

benchmarkJan-11-2005

0.07000000000

(4)

Compatibility

• 

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

• 

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

See Also

Finance[BenchmarkRate]

Finance[Calendar]

Finance[DayCounter]

Finance[DiscountCurve]

Finance[EquivalentRate]

Finance[ForwardCurve]

Finance[ForwardRate]

Finance[ImpliedRate]

Finance[ParRate]

Finance[ZeroCurve]