Header menu logo FSharp.Finance.Personal

Config Type

unit period combined with a start date and multiple where appropriate

Union cases

Union case Description

Daily StartDate

Full Usage: Daily StartDate

Parameters:

daily starting on the given date

StartDate : Date

Monthly(MonthMultiple, Year, Month, Day)

Full Usage: Monthly(MonthMultiple, Year, Month, Day)

Parameters:
    MonthMultiple : int
    Year : int
    Month : int
    Day : int

(multi-)monthly: every n months starting on the date given by year, month and day, which tracks month-end (see config)

MonthMultiple : int
Year : int
Month : int
Day : int

SemiMonthly(smYear, smMonth, Day1, Day2)

Full Usage: SemiMonthly(smYear, smMonth, Day1, Day2)

Parameters:
    smYear : int
    smMonth : int
    Day1 : int
    Day2 : int

semi-monthly: twice a month starting on the date given by year, month and day 1, with the other day given by day 2

smYear : int
smMonth : int
Day1 : int
Day2 : int

Single Date

Full Usage: Single Date

Parameters:

single on the given date

Date : Date

Weekly(WeekMultiple, WeekStartDate)

Full Usage: Weekly(WeekMultiple, WeekStartDate)

Parameters:
    WeekMultiple : int
    WeekStartDate : Date

(multi-)weekly: every n weeks starting on the given date

WeekMultiple : int
WeekStartDate : Date

Type something to start searching.