Add engagement margin reporting
This commit is contained in:
parent
33883e0977
commit
8338c501ed
10 changed files with 397 additions and 8 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
from fin_hub.models.budget import Budget, BurnRate, Commitment, RunwayProjection, TokenSpend
|
||||
from fin_hub.models.service_cost import ServiceCost
|
||||
from fin_hub.models.engagement_price import EngagementPrice
|
||||
|
||||
__all__ = [
|
||||
"Budget",
|
||||
|
|
@ -9,5 +10,6 @@ __all__ = [
|
|||
"Commitment",
|
||||
"RunwayProjection",
|
||||
"ServiceCost",
|
||||
"EngagementPrice",
|
||||
"TokenSpend",
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue