I was using `"competition_scope": "Game" / "To Advance` to determine if a soccer event was scoped to the result after 90 mins / after extra time penalties. Unfortunately Kalshi broke this precedent starting with the world cup. 😢 Anyone else felt pain relying on milestone / metadata for figuring out the semantics of a sporting event? All knockout soccer events prior to world cup. > KXUECLADVANCE > "product_metadata": { > "competition": "Conference League", > "competition_scope": "To Advance" > } > > KXUECLGAME-26APR16FIOCRY > "product_metadata": { > "competition": "Conference League", > "competition_scope": "Game" > } World cup events. > KXWCADVANCE-26JUL02ESPAUT > "product_metadata": { > "competition": "World Soccer Cup", > "competition_scope": "Game" > } > > KXWCGAME-26JUL02ESPAUT > "product_metadata": { > "competition": "World Soccer Cup", > "competition_scope": "Regulation Time Moneyline" > }
I was using `"competition_scope": "Game" / "To Advance` to determine if a soccer event was scoped to the result after 90 mins / after extra time penalties. Unfortunately Kalshi broke this precedent starting with the world cup. 😢 Anyone else felt pain relying on milestone / metadata for figuring out the semantics of a sporting event? All knockout soccer events prior to world cup. > KXUECLADVANCE > "product_metadata": { > "competition": "Conference League", > "competition_scope": "To Advance" > } > > KXUECLGAME-26APR16FIOCRY > "product_metadata": { > "competition": "Conference League", > "competition_scope": "Game" > } World cup events. > KXWCADVANCE-26JUL02ESPAUT > "product_metadata": { > "competition": "World Soccer Cup", > "competition_scope": "Game" > } > > KXWCGAME-26JUL02ESPAUT > "product_metadata": { > "competition": "World Soccer Cup", > "competition_scope": "Regulation Time Moneyline" > }