AugurProject / augur

Augur v2 - Prediction Market Protocol and Client
MIT License
455 stars 143 forks source link

Unemployment rate template #7348

Closed Chwy5 closed 4 years ago

Chwy5 commented 4 years ago

1) Create 2 templates(multiple choice and scalar) (the number input field needs to be capped to 1 decimal place...so 4.4 is good, 4.48 is not) 2) Both scalar and Multiple choice will use the same Resolution Rules Below 3) Scalar have Min Range 0.0 Max Range 30 4) Resolution Begins date needs to be the following month of what was named in the market question. So if March 2020 was named in the market question, Event Expiration would start April 30th, 2020.

Multiple Choice:

Will the seasonally adjusted national Unemployment Rate for [month/year picker] be [enter Number]% or higher according to the US Bureau Labor of Statistics?

Outcome A) [Number]% or Higher Outcome B) Below [Number]%

Scalar

What will the seasonally adjusted national Unemployment Rate be for [month/year picker] according to the US Bureau Labor of Statistics?

Added Resolution Rules (to be used for both the Multiple Choice and Scalar Market)

Settlement is found using the US Bureau Labor of Statistics website (https://www.bls.gov/). You can go directly to https://data.bls.gov/timeseries/LNS14000000 to find the market settlement number, go to the Year/Month stated in the market question in the chart.

Chwy5 commented 4 years ago

Added -closed