congress-trading / manifest.json
ZipLime's picture
Add ziplime PIT dataset: docs, manifest, recipe, ingest, workflow, bundle
ee6392b verified
Raw
History Blame Contribute Delete
1.01 kB
{
"name": "congress_trading",
"version": "1784755946",
"data_type": "PIT_DATA",
"bundle_storage_class": "ziplime.data.services.file_system_delta_lake_bundle_storage.FileSystemDeltaLakeBundleStorage",
"bundle_storage_data": {
"table_uri": "data/data_bundle/yahoo_finance_daily_data/1784755946/data.delta"
},
"entity_domain": "us_equities",
"schema": {
"representative": "Utf8",
"chamber": "Utf8",
"transaction_type": "Utf8",
"asset_ticker": "Utf8",
"amount_low": "Float64",
"amount_high": "Float64",
"disclosure_lag_days": "Int64"
},
"pit": {
"knowledge_lag_model": "stock_act_statutory_45d",
"model_knowledge_cutoff": null
},
"source": {
"recipe": "recipe.py",
"recipe_hash": "sha256:<filled-by-ci>",
"origin": "US House Clerk & Senate eFD periodic transaction reports (STOCK Act)",
"license": "US Government work — public domain",
"schedule": "0 6 * * *"
},
"trading_calendar_name": null,
"frequency_seconds": null
}