Skip to content

Commit

Permalink
Union
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Dec 10, 2023
1 parent 6d579e2 commit 5cb95f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cvx/simulator/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
@dataclass
class Builder:
prices: pd.DataFrame
trading_cost_model: TradingCostModel | None = None
risk_free_rate: pd.Series | None = None
borrow_rate: pd.Series | None = None
trading_cost_model: TradingCostModel = None
risk_free_rate: pd.Series = None
borrow_rate: pd.Series = None

initial_cash: float = 1e6
_state: State = field(default_factory=State)
Expand Down

0 comments on commit 5cb95f6

Please sign in to comment.