Asset

The Asset model holds asset specific data for each real asset, facility (plant, infrastructure etc) that is part of a Project (which may or may not be financed)

The assumption is that an Asset participates in only one Project at a time (if linked to a project object)

A special type of Asset is a Building (whether used for residential or commercial purposes).

Note

To further classify assets, the EBA Loan Asset Classes are used for correspondence, but those are financial asset classes.

Asset.ProjectAsset(**kwargs)

The Project Asset model holds asset specific data for each real asset, facility (plant, infrastructure etc.) that is part of a Portfolio or Inventory or a Project - which may or may not be financed.

A Project Asset will in general be associated with one or more emissions sources.

A Project Asset participates in only one Project at a time (if linked to a project object)

A Project Asset may be part of the Collateral securing a Loan or Other Contract

Asset.Building(**kwargs)

The Building model object holds Property Collateral data conforming to the EBA NPL Template specification EBA Templates

class portfolio.Asset.Building(*args, **kwargs)

The Building model object holds Property Collateral data conforming to the EBA NPL Template specification EBA Templates

exception DoesNotExist
exception MultipleObjectsReturned
address_of_property

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

amount_of_vat_payable

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

area_type_of_property

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

building_area_m2

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

building_area_m2_lettable

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

building_area_m2_occupied

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

buildingemissionssource_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

city_of_property

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

completion_of_property

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

condition_of_property

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.

currency_of_property

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

current_annual_passing_rent

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

current_net_operating_income

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

current_opex_and_overheads

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

date_of_initial_valuation

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

date_of_latest_valuation

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

enforcement_description

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

enforcement_status

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

enforcement_status_third_parties

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

estimated_annual_void_cost

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

estimated_rental_void

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

geographic_region_classification

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

geographic_region_of_property

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_area_type_of_property_display(*, field=<django.db.models.fields.IntegerField: area_type_of_property>)
get_condition_of_property_display(*, field=<django.db.models.fields.IntegerField: condition_of_property>)
get_geographic_region_classification_display(*, field=<django.db.models.fields.IntegerField: geographic_region_classification>)
get_internal_or_external_initial_valuation_display(*, field=<django.db.models.fields.IntegerField: internal_or_external_initial_valuation>)
get_internal_or_external_latest_valuation_display(*, field=<django.db.models.fields.IntegerField: internal_or_external_latest_valuation>)
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_party_liable_for_vat_display(*, field=<django.db.models.fields.IntegerField: party_liable_for_vat>)
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_purpose_of_property_display(*, field=<django.db.models.fields.IntegerField: purpose_of_property>)
get_sector_of_property_display(*, field=<django.db.models.fields.IntegerField: sector_of_property>)
get_tenure_display(*, field=<django.db.models.fields.IntegerField: tenure>)
get_type_of_initial_valuation_display(*, field=<django.db.models.fields.IntegerField: type_of_initial_valuation>)
get_type_of_latest_valuation_display(*, field=<django.db.models.fields.IntegerField: type_of_latest_valuation>)
get_type_of_occupancy_display(*, field=<django.db.models.fields.IntegerField: type_of_occupancy>)
get_type_of_property_display(*, field=<django.db.models.fields.IntegerField: type_of_property>)
get_value_of_energy_performance_certificate_display(*, field=<django.db.models.fields.IntegerField: value_of_energy_performance_certificate>)
id

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

initial_estimated_rental_value

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

initial_valuation_amount

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

internal_or_external_initial_valuation

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

internal_or_external_latest_valuation

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

land_area_m2

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.

latest_estimated_rental_value

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

latest_valuation_amount

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

legal_owner_of_the_property

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

loan_identifier

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.

loan_identifier_id
number_of_bedrooms

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

number_of_car_parking_spaces

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

number_of_lettable_units

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

number_of_rooms

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

number_of_units_occupied

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

number_of_units_vacant

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

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

percentage_complete

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

planned_capex_next_12m

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

property_country

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

property_postcode

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

protection_identifier

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

provider_of_energy_performance_certificate

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

provider_of_initial_valuation

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

provider_of_latest_valuation

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

purpose_of_property

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

register_of_deeds_number

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

remaining_term_of_leasehold

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

sector_of_property

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

tenure

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

type_of_initial_valuation

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

type_of_latest_valuation

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

type_of_occupancy

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

type_of_property

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

value_of_energy_performance_certificate

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

vat_payable

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

year_of_construction

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

year_of_refurbishment

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

class portfolio.Asset.PowerPlant(*args, **kwargs)

The Power Plant Asset model holds power plant specific data for energy producing facilities

exception DoesNotExist
exception MultipleObjectsReturned
asset_ghg_emissions

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

certificate_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

creation_date

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

date_of_commisioning

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

description

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_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_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)
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.

objects = <django.db.models.manager.Manager object>
production_device_name

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

production_device_number

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

class portfolio.Asset.ProjectAsset(*args, **kwargs)

The Project Asset model holds asset specific data for each real asset, facility (plant, infrastructure etc.) that is part of a Portfolio or Inventory or a Project - which may or may not be financed.

A Project Asset will in general be associated with one or more emissions sources.

A Project Asset participates in only one Project at a time (if linked to a project object)

A Project Asset may be part of the Collateral securing a Loan or Other Contract

exception DoesNotExist
exception MultipleObjectsReturned
activation_of_guarantee

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

address_of_registered_location

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

areasource_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

asset_class

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

asset_ghg_emissions

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

asset_identifier

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

asset_purchase_obligation

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

business_description

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

city_of_registered_location

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

collateral_insurance

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

collateral_insurance_coverage_amount

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

collateral_insurance_provider

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

collateral_type

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

configuration

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

country_of_registered_location

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.

currency_of_collateral

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

current_country_of_registration

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

current_opex_and_overheads

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

date_of_initial_valuation

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

date_of_latest_valuation

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

date_of_the_latest_residual_valuation

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

description

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

emissionssource_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

engine_size

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

estimated_useful_life

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

geographic_region_classification

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

geographic_region_of_registered_location

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_asset_class_display(*, field=<django.db.models.fields.IntegerField: asset_class>)
get_collateral_type_display(*, field=<django.db.models.fields.IntegerField: collateral_type>)
get_new_or_used_display(*, field=<django.db.models.fields.IntegerField: new_or_used>)
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_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_type_of_initial_valuation_display(*, field=<django.db.models.fields.IntegerField: type_of_initial_valuation>)
get_type_of_latest_valuation_display(*, field=<django.db.models.fields.IntegerField: type_of_latest_valuation>)
get_type_of_legal_owner_display(*, field=<django.db.models.fields.IntegerField: type_of_legal_owner>)
id

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

industry_segment

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

initial_residual_valuation_date

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

initial_residual_value

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

initial_valuation_amount

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.

latest_residual_value

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

latest_valuation_amount

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

legal_owner

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

manufacturer_of_collateral

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

multiareasource_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

name_or_model_of_collateral

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

new_or_used

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

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

original_country_of_registration

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

pointsource_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

postcode_of_registered_location

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

project

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_characteristics

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

project_id
registration_number

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

type_of_initial_valuation

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

type_of_latest_valuation

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

type_of_legal_owner

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

year_of_manufacture

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

year_of_registration

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