-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'collection' key with value 'reference-data'
- Loading branch information
Showing
1 changed file
with
81 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,83 @@ | ||
{ | ||
"license": "", | ||
"name": "nasdaq-listings", | ||
"resources": [ | ||
{ | ||
"format": "csv", | ||
"mediatype": "text/csv", | ||
"name": "nasdaq-listed", | ||
"path": "data/nasdaq-listed.csv", | ||
"schema": { | ||
"fields": [ | ||
{ | ||
"description": "", | ||
"name": "Symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Company Name", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Security Name", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Market Category", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Test Issue", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Financial Status", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Round Lot Size", | ||
"type": "number" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "ETF", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "NextShares", | ||
"type": "string" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"format": "csv", | ||
"mediatype": "text/csv", | ||
"name": "nasdaq-listed-symbols", | ||
"path": "data/nasdaq-listed-symbols.csv", | ||
"schema": { | ||
"fields": [ | ||
{ | ||
"description": "", | ||
"name": "Symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Company Name", | ||
"type": "string" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"title": "Nasdaq Listings" | ||
"license": "", | ||
"name": "nasdaq-listings", | ||
"resources": [ | ||
{ | ||
"format": "csv", | ||
"mediatype": "text/csv", | ||
"name": "nasdaq-listed", | ||
"path": "data/nasdaq-listed.csv", | ||
"schema": { | ||
"fields": [ | ||
{ | ||
"description": "", | ||
"name": "Symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Company Name", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Security Name", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Market Category", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Test Issue", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Financial Status", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Round Lot Size", | ||
"type": "number" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "ETF", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "NextShares", | ||
"type": "string" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"format": "csv", | ||
"mediatype": "text/csv", | ||
"name": "nasdaq-listed-symbols", | ||
"path": "data/nasdaq-listed-symbols.csv", | ||
"schema": { | ||
"fields": [ | ||
{ | ||
"description": "", | ||
"name": "Symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "Company Name", | ||
"type": "string" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"title": "Nasdaq Listings", | ||
"collection": "reference-data" | ||
} |