-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode-inventory.json
More file actions
58 lines (58 loc) · 1.3 KB
/
Copy pathcode-inventory.json
File metadata and controls
58 lines (58 loc) · 1.3 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
{
"name": "dmdr",
"repositoryURL": "https://github.com/sec-gov/dmdr",
"description": "Schema, sample files, and PDF renderer required under 17 CFR 242.606",
"permissions": {
"licenses": [
{
"URL": "https://github.com/sec-gov/dmdr/blob/master/LICENSE.md",
"name": "CC0 1.0"
}
],
"usageType": "openSource"
},
"tags": [
"US Securities and Exchange Commission",
"JavaScript",
"PDF",
"17 CFR 242.606",
"Daily Market Data Report"
],
"contact": {
"email": "StructuredData@sec.gov"
},
"organization": "US Securities and Exchange Commission",
"status": "Production",
"vcs": "git",
"homepageURL": "https://www.sec.gov/",
"languages": [
"JavaScript",
"HTML"
],
"relatedCode": [
{
"name": "oh",
"URL": "https://github.com/sec-gov/oh"
},
{
"name": "ndsp",
"URL": "https://github.com/sec-gov/ndsp"
}
],
"reusedCode": [
{
"name": "pdfkit",
"URL": "https://github.com/sec-gov/pdfkit"
},
{
"name": "pdfmake",
"URL": "https://github.com/sec-gov/pdfmake"
}
],
"date": {
"created": "2024-02-24",
"lastModified": "2025-03-11",
"metadataLastUpdated": "2025-06-27"
},
"laborHours": 40
}