File size: 111 Bytes
a108f99
 
 
 
 
1
2
3
4
5
ECONOMIC_REQUEST_SCHEMA = {
    "commodity": str,
    "physical_anchor": float,
    "reporting_lag_days": int
}