Improve metadata: fix schemas, licenses, sources, field types, and README#8
Merged
Conversation
…ADME accuracy - Add package-level description, licenses array (ODC-PDDL-1.0), and sources array - Fix swapped schemas: nasdaq-listed (2 fields) and nasdaq-listed-symbols (9 fields) - Add descriptions to both resources and all fields - Fix field types: Round Lot Size → integer; Test Issue/ETF/NextShares → boolean with Y/N values - README: update source URL from FTP to the HTTPS URL the script actually fetches - README: correct false claim that test listings are excluded; document File Creation Time footer row Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…TTPS Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
nasdaq-listedresource schema corrected to 2 fields (Symbol, Security Name);nasdaq-listed-symbolscorrected to all 9 fields — schemas were previously assigned to the wrong resourcesdescriptionat package level (was missing)licenses: replace"license": ""with a properlicensesarray using theODC-PDDL-1.0identifiersourcesarray with the HTTPS URL the script actually fetches (was entirely absent)descriptionto both resources and to every field (all were empty)Round Lot Size→integer(wasnumber);Test Issue,ETF,NextShares→booleanwithtrueValues/falseValuesof Y/N (werestring)