This commit is contained in:
parent
20448f2db2
commit
47260a7ba3
|
@ -115,6 +115,7 @@ class CryptoCurrency(Currency):
|
|||
class Stock(Asset):
|
||||
ticker: str
|
||||
exchange: StockExchange
|
||||
nordnet_id: int | None = None
|
||||
|
||||
def __post_init__(self):
|
||||
if not re.match(RE_TICKER_FORMAT_FLEXIBLE, self.ticker):
|
||||
|
|
Loading…
Reference in New Issue
Block a user