Stakeholders

Stakeholders.Stakeholders(**kwargs)

The Stakeholders model holds data documenting project stakeholders and the relevant social / political environment in which a Project is pursued.

These data aim to support compliance assessment according to Equator Principles and political risk analysis

class portfolio.Stakeholders.Stakeholders(*args, **kwargs)

The Stakeholders model holds data documenting project stakeholders and the relevant social / political environment in which a Project is pursued.

These data aim to support compliance assessment according to Equator Principles and political risk analysis

exception DoesNotExist
exception MultipleObjectsReturned
compliance_with_standards

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

environmental_and_social_assessment

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

environmental_and_social_management_system

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

force_majeure_risk

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_force_majeure_risk_display(*, field=<django.db.models.fields.IntegerField: force_majeure_risk>)
get_government_support_display(*, field=<django.db.models.fields.IntegerField: government_support>)
get_legal_and_regulatory_risk_display(*, field=<django.db.models.fields.IntegerField: legal_and_regulatory_risk>)
get_legal_regime_display(*, field=<django.db.models.fields.IntegerField: legal_regime>)
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_political_risk_display(*, field=<django.db.models.fields.IntegerField: political_risk>)
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_project_approval_risk_display(*, field=<django.db.models.fields.IntegerField: project_approval_risk>)
government_support

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

grievance_mechanisms

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

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.

legal_and_regulatory_risk

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

legal_regime

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>
political_and_legal_environment

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

political_risk

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

project_approval_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 a ForwardManyToOneDescriptor instance.

project_company_id
stakeholder_engagement

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

stakeholder_identifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

stakeholders_group

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.