Revenue
- Revenue.Revenue(**kwargs)
The Revenue model holds data to facilitate revenue risk analysis of Project that is being financed
- class portfolio.Revenue.Revenue(*args, **kwargs)
The Revenue model holds data to facilitate revenue risk analysis of Project that is being financed
- exception DoesNotExist
- exception MultipleObjectsReturned
- creation_date
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- get_absolute_url()
- get_market_conditions_display(*, field=<django.db.models.fields.IntegerField: market_conditions>)
- get_next_by_creation_date(*, field=<django.db.models.fields.DateTimeField: creation_date>, is_next=True, **kwargs)
- get_next_by_last_change_date(*, field=<django.db.models.fields.DateTimeField: last_change_date>, is_next=True, **kwargs)
- get_no_offtake_contract_case_display(*, field=<django.db.models.fields.IntegerField: no_offtake_contract_case>)
- get_offtake_contract_case_display(*, field=<django.db.models.fields.IntegerField: offtake_contract_case>)
- get_previous_by_creation_date(*, field=<django.db.models.fields.DateTimeField: creation_date>, is_next=False, **kwargs)
- get_previous_by_last_change_date(*, field=<django.db.models.fields.DateTimeField: last_change_date>, is_next=False, **kwargs)
- get_reserve_risk_display(*, field=<django.db.models.fields.IntegerField: reserve_risk>)
- get_revenue_contract_robustness_display(*, field=<django.db.models.fields.IntegerField: revenue_contract_robustness>)
- get_stress_analysis_display(*, field=<django.db.models.fields.IntegerField: stress_analysis>)
- get_supply_cost_risks_display(*, field=<django.db.models.fields.IntegerField: supply_cost_risks>)
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- last_change_date
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- market_conditions
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- no_offtake_contract_case
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>
- offtake_contract_case
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- price_risk
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- project_company
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parent
is aForwardManyToOneDescriptor
instance.
- project_company_id
- reserve_risk
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- revenue_assessment
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- revenue_contract_robustness
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- revenue_group_identifier
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- stress_analysis
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- supplier_track_record
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- supply_cost_risks
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- supply_risk
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- transportation_risk
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- volume_risk
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.