diff --git a/roboquant/account.py b/roboquant/account.py index 537eb6d..6c3516a 100644 --- a/roboquant/account.py +++ b/roboquant/account.py @@ -39,7 +39,7 @@ def contract_value(self, symbol: str, size: Decimal, price: float) -> float: """Return the total value of the provided contract size denoted in the base currency of the account. The default implementation returns `size * price`. - A subclass can implement different logic to cater for: + A subclass can implement different logic to cater for: - symbols denoted in different currencies - symbols having different contract sizes like option contracts. """