-
- Rate Projections Functions Walkthrough
- Accruals and Cash
- Repeating Formulae
- Range Names and References
- Optional Parameters
- Using PmtsPerYear
- Modelling Seasonality
- Calculating Interest
- Using Business Functions in VBA (Visual Basic for Applications)
- Array Functions
- Volatility
- Annual Equivalent Rates
- Array Function
- Auto Multi Functions
- Variable Plurality
- GoalSeek
- To specify Periods and with DayCount to describe the ACT/ACT (in period) Daycount method when a function is an accruals mode.
- To specify Periods and with DayCount again to describe how cash payments are made when a function is in cash mode.
- To specify a series of annually recurring dates in date sequence calculations such as NextDateSeqBD.
- {1.01,4.01,7.01,10.01} describes calendar quarters
- {1.01,7.01} describes biannual periods.
- {-1.01,-4.01,-7.01,-10.01} describes calendar quarters in arrears.
- {-1.01,-7.01} describes biannual periods in arrears.
Annual Date Sequences | |
Description and Use of the AnnualDateSequence data type | |
Business Functions uses a data type called an Annual Date Sequence. This is primarily used: Date Sequences describing periods paid in arrear The above date sequence descriptions are fine when you are just describing accruals periods which start on various dates, and you either want them in advance for a cash function, or you don"t really care about advance or arrears, such as a function in accruals mode or sequencing function. An annual date sequence can also how describe payments are made in cash mode (ProjMode=1), whether advance or arrears. Care must be taken here, as will be explained, but in principle: In general the library adheres to the overall rule of "include the start date, exclude the finishing date", and it does this with arrears periods, too. There is a method of including finish dates in certain circumstances however, see ProjMode and Inclusive Dates. You can embed a Business Day Switch in an annual date sequence which can specify the Business Day and Date Rolling Convention. |