Depot
- class pyfolio_performance.Depot(name, xml)[source]
The class that manages a depot and its transactions.
- static getDepotByName(name)[source]
If no such Depot exists, it returns an empty depot with the name. If it exists, it returns the corresponding Depot.
- Param:
Name of the depot that should be returned
- Type:
str
- Returns:
Existing or new Depot
- Type: