B1MarketPriceDisasterChangeRate
- Structure that defines market price change rates caused by a disaster event.
* Specifies the disaster ID, initial price change rate, and daily recovery change rate.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisasterId | FName | ID of the disaster (Weather.Id) that triggers this price change. | Category: B1MarketPriceDisasterChangeRate Foreign: Weather.Id |
| InitChangeRate | float | Initial price change rate applied when the disaster occurs. | Category: B1MarketPriceDisasterChangeRate ClampMin: 0.000000 |
| DailyChangeRateBeforeRecovery | float | Daily price change rate applied each day until the market recovers from the disaster. | Category: B1MarketPriceDisasterChangeRate ClampMin: 0.000000 |