Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Finance[LoadHistory] - load historic data for a given benchmark rate
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.
Compatibility
The Finance[LoadHistory] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
Create a 6-month USD LIBOR rate and use a float rate of 5% as forecast.
This is the load history for this rate.
Note that historic data is used only for dates preceding the global evaluation date. Otherwise the forecasted interest rate is used.
See Also
Finance[BenchmarkRate], Finance[Calendar], Finance[DayCounter], Finance[DiscountCurve], Finance[EquivalentRate], Finance[ForwardCurve], Finance[ForwardRate], Finance[ImpliedRate], Finance[ParRate], Finance[ZeroCurve]
Download Help Document