You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm just evaluating your system for the use within commodity trading, where prices can be negative when running out of storage/flexibility (e.g. electricity, oil). I noticed that both the Instrument and Commodity class have a constraint on min_price >= 0.
Would it be possible to allow negative prices while still handle downstream tasks such as PnL or Margin calculations correctly?
The text was updated successfully, but these errors were encountered:
Hello,
I'm just evaluating your system for the use within commodity trading, where prices can be negative when running out of storage/flexibility (e.g. electricity, oil). I noticed that both the Instrument and Commodity class have a constraint on min_price >= 0.
Would it be possible to allow negative prices while still handle downstream tasks such as PnL or Margin calculations correctly?
The text was updated successfully, but these errors were encountered: