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[Settings] - return default settings
Calling Sequence
Settings(parameter)
Settings(newsettings)
Parameters
parameters
-
businessdayconvention, calendar, compounding, daycounter, dateformat, replications, settlementdays, timesteps, or a list of these names; (optional) parameters of interest
newsettings
an equation of the form parameter = value, where parameter is one of businessdayconvention, calendar, compounding, daycounter, dateformat, replications, settlementdays, or timesteps, and value is the new default value, or a list of equations of this type; settings with new default values
Description
The Settings() calling sequence returns a list of equations of the form parameter = value, where parameter runs through all parameters whose default values can be set globally.
The Settings(parameter) calling sequence returns the default values for the specified parameter(s). If the value of the parameter parameter is a single name, the Settings command will return an equation of the form parameter = value where value is the current default value for the corresponding parameter. This value will be used by all commands from the Finance package for which this parameter is relevant. If parameter is a list of names, then a list of equations of the above type will be returned.
The Settings(parameter = value) calling sequence sets the new default value of the parameter parameter and returns the old value.
Finally, the Settings([parameter[1] = value[1], parameter[2] = value[2], `...`, parameter[n] = value[n]]) calling sequence will set the new default values for all of the specified parameters and return the corresponding old default values.
Compatibility
The Finance[Settings] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
Here are the default settings.
Here is the default value of the businessdayconvention parameter.
Here is the default value of the businessdayconvention and dateformat parameters.
Here is an example of a command that uses these defaults.
Set new default values.
Try the new default values.
See Also
Finance[EvaluationDate], Finance[FormatDate], Finance[ParseDate], Finance[TodaysDate], StringTools[FormatTime], StringTools[ParseTime]
Download Help Document