Skip to content

Commit

Permalink
Add 'collection' key with value 'stock-market-data'
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Oct 11, 2024
1 parent b9c9715 commit dda3427
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions datapackage.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
name: finance-vix
title: CBOE Volatility Index
version: "2.0"
collection: stock-market-data
licenses:
- name: ODC-PDDL-1.0
path: http://opendatacommons.org/licenses/pddl/
title: Open Data Commons Public Domain Dedication and License v1.0
- name: ODC-PDDL-1.0
path: http://opendatacommons.org/licenses/pddl/
title: Open Data Commons Public Domain Dedication and License v1.0
name: finance-vix
resources:
- name: vix-daily
path: data/vix-daily.csv
format: csv
mediatype: text/csv
schema:
fields:
- name: DATE,OPEN,HIGH,LOW,CLOSE
type: string
- name: OPEN
type: number
- name: HIGH
type: number
- name: LOW
type: number
- name: CLOSE
type: number
- format: csv
mediatype: text/csv
name: vix-daily
path: data/vix-daily.csv
schema:
fields:
- name: DATE,OPEN,HIGH,LOW,CLOSE
type: string
- name: OPEN
type: number
- name: HIGH
type: number
- name: LOW
type: number
- name: CLOSE
type: number
title: CBOE Volatility Index
version: '2.0'

0 comments on commit dda3427

Please sign in to comment.