-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path_pkgdown.yml
More file actions
77 lines (69 loc) · 1.95 KB
/
_pkgdown.yml
File metadata and controls
77 lines (69 loc) · 1.95 KB
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
url: https://ropensci.github.io/rb3/
template:
bootstrap: 5
bootswatch: yeti
navbar:
structure:
left: [home, reference, articles, news]
right: [github]
components:
articles:
text: Vignettes
menu:
- text: Getting Started
href: articles/Getting-started.html
- text: Fetching Historical Equity Data
href: articles/Fetching-historical-equity-data.html
- text: Analyzing B3 Index Data
href: articles/Fetching-historical-index-data.html
- text: How to Compute Historical Rates from B3 Future Prices
href: articles/Fetching-historical-future-rates.html
- text: Fetching B3 Yield Curves
href: articles/Fetching-historical-yield-curve.html
reference:
- title: rb3 Package
desc: >
Package overview and core functionality
contents:
- rb3
- rb3_bootstrap
- rb3.cachedir
- meta_db_connection
- title: Marketdata Access
desc: >
Functions for downloading and reading market data from B3
contents:
- fetch_marketdata
- download_marketdata
- read_marketdata
- list_templates
- template_retrieve
- template_dataset
- starts_with("template_meta")
- title: Equity Data (COTAHIST files)
desc: >
Functions to access and filter equity historical data (COTAHIST files)
contents:
- starts_with("cotahist")
- title: B3 Indexes Data
desc: >
Functions to access and filter B3 indexes composition, weights and historical data
contents:
- starts_with("indexes")
- title: Yield Curves Data
desc: >
Functions to access yield curve data
contents:
- starts_with("yc")
- title: Futures Data
desc: >
Functions for accessing and working with futures data
contents:
- futures_get
- title: Utilities
desc: >
Helper functions for working with rb3 data
contents:
- superdataset
- maturitycode2date
- code2month