Skip to content

Commit f2dfbcd

Browse files
authored
feat: download specification (#4)
1 parent 0723e3f commit f2dfbcd

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

factset.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,23 @@
1212
],
1313
"data-supported": [ "IndexOption" ],
1414
"more-information": "https://www.factset.com/",
15-
"documentation": ""
15+
"documentation": "",
16+
"module-specification": {
17+
"download": {
18+
"data-types": [
19+
"OpenInterest",
20+
"Trade",
21+
"Quote"
22+
],
23+
"resolutions": [
24+
"Daily"
25+
],
26+
"security-types": [
27+
"IndexOption"
28+
],
29+
"markets": [
30+
"USA"
31+
]
32+
}
33+
}
1634
}

0 commit comments

Comments
 (0)