-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.11 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(compute_implied_volatility)
export(compute_option_scenarios)
export(compute_strategy_greeks)
export(compute_strategy_prices)
export(compute_ttm_years)
export(create_market_env)
export(create_strategy)
export(get_current_positions)
export(get_greeks)
export(get_option_details)
export(greeks_by_time)
export(initiate_ig_session)
export(load_strategy)
export(plot_implied_vols)
export(plot_strategy_pnl)
export(plot_strategy_prices)
export(plot_strategy_scenarios)
export(refresh_strategy)
export(request_prices)
export(request_prices_range)
export(save_strategy)
export(style_plot)
export(style_subplot)
importFrom(RColorBrewer,brewer.pal)
importFrom(assertthat,assert_that)
importFrom(dplyr,bind_cols)
importFrom(dplyr,mutate)
importFrom(fOptions,GBSGreeks)
importFrom(fOptions,GBSOption)
importFrom(fOptions,GBSVolatility)
importFrom(glue,glue)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(iterators,iter)
importFrom(iterators,nextElem)
importFrom(jsonlite,read_json)
importFrom(jsonlite,write_json)
importFrom(lubridate,as_datetime)
importFrom(lubridate,dyears)
importFrom(lubridate,floor_date)
importFrom(lubridate,hours)
importFrom(lubridate,int_length)
importFrom(lubridate,interval)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(plotly,add_lines)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(pracma,trapz)
importFrom(purrr,cross_df)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(purrr,modify)
importFrom(purrr,modify_at)
importFrom(purrr,modify_in)
importFrom(purrr,partial)
importFrom(purrr,pluck)
importFrom(purrr,pmap_dbl)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(rlang,.data)
importFrom(rlang,as_environment)
importFrom(rlang,rep_along)
importFrom(stringr,str_extract)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(utils,globalVariables)
importFrom(utils,tail)