-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_pkgdown.yml
82 lines (80 loc) · 2.08 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
url: http://imanuelcostigan.github.io/fmbasics
template:
params:
bootswatch: simplex
reference:
- title: "Interest rates"
desc: "Working with interest rates including their discount factor cousins"
contents:
- InterestRate
- is.InterestRate
- as_InterestRate
- InterestRate-operators
- is_valid_compounding
- DiscountFactor
- is.DiscountFactor
- as_DiscountFactor
- DiscountFactor-operators
- title: "Currencies"
desc: "Creating currencies"
contents:
- Currency
- is.Currency
- iso
- title: "Currency pairs"
desc: "Creating and working with currency pairs"
contents:
- CurrencyPair
- is.CurrencyPair
- CurrencyPairMethods
- iso
- title: "Indices"
desc: "Creating and working with interest rate indices"
contents:
- CashIndex
- is.CashIndex
- IborIndex
- is.IborIndex
- indexshifters
- iso
- title: "Money"
desc: "Creating and working with different classes of money"
contents:
- SingleCurrencyMoney
- is.SingleCurrencyMoney
- MultiCurrencyMoney
- is.MultiCurrencyMoney
- CashFlow
- is.CashFlow
- title: "Zero curves"
desc: "Creating and working with zero curves"
contents:
- ZeroCurve
- is.ZeroCurve
- interpolate.ZeroCurve
- interpolate_zeros
- interpolate_dfs
- interpolate_fwds
- as_tibble.ZeroCurve
- title: "Volatility surfaces"
desc: "Creating and working with volatility surfaces"
contents:
- VolSurface
- VolQuotes
- is.VolSurface
- is.VolQuotes
- interpolate.VolSurface
- title: "Interpolation schemes"
desc: "Light weight classes that define interpolation schemes"
contents:
- ends_with("Interpolation")
- title: "Canned basics objects"
desc: "Examples of basic financial market objects"
contents:
- CurrencyConstructors
- CurrencyPairConstructors
- oniaindices
- iborindices
- build_zero_curve
- build_vol_quotes
- build_vol_surface