NPL Counterparty¶
-
counterparty.
Counterparty
(**kwargs)¶ The Counterparty model holds Counterparty data conforming to the EBA NPL Template specification EBA Templates
Note
The EBA Templates make a distinction between corporate borrowers and individual borrowers. The Counterparty model holds data for either type
-
class
npl_portfolio.counterparty.
Counterparty
(*args, **kwargs) Bases:
django.db.models.base.Model
The Counterparty model holds Counterparty data conforming to the EBA NPL Template specification EBA Templates
Note
The EBA Templates make a distinction between corporate borrowers and individual borrowers. The Counterparty model holds data for either type
-
exception
DoesNotExist
Bases:
django.core.exceptions.ObjectDoesNotExist
-
exception
MultipleObjectsReturned
Bases:
django.core.exceptions.MultipleObjectsReturned
-
additional_name_of_insolvency_or_restructuring_proceedings
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
additional_stage_reached_in_insolvency_procedure
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.
-
annual_ebit
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
annual_revenue
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
basis_of_financial_statements
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
borrower_type
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.
-
cash_and_cash_equivalent_items
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.
-
commencement_date_of_insolvency_or_restructuring_proceedings
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
comments_on_other_litigation_related_process
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
contingent_obligations
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
correspondence_address_of_appointed_insolvency_practitioner
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
counterparty_group_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 aForwardManyToOneDescriptor
instance.
-
counterparty_group_identifier_id
-
counterparty_identifier
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
counterparty_role
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.
-
cross_collateralisation_for_counterparty
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
cross_default_for_counterparty
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
currency_of_deposit
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
currency_of_financial_statements
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
current_assets
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
current_external_credit_rating
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
current_internal_credit_rating
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_of_appointment
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_of_external_demand_issuance
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_of_incorporation
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_of_internal_demand_issuance
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_of_last_contact
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_annual_financial_statements
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_of_obtaining_order_for_possession
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_when_reservation_of_rights_letter_was_issued
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
deposit_balance_with_institution
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
description_of_contingent_obligations
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
description_of_cross_collateralisation
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
description_of_cross_default
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
description_of_legal_procedure_type
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
description_of_related_party
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
distribution_made_to_the_seller
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
eligibility_for_deposit_to_offset
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
enforcement_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 aReverseManyToOneDescriptor
instance.Most of the implementation is delegated to a dynamically defined manager class built by
create_forward_many_to_many_manager()
defined below.
-
enterprise_size
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
eviction_date
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
external_credit_rating_at_origination
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
externalcollection_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 aReverseManyToOneDescriptor
instance.Most of the implementation is delegated to a dynamically defined manager class built by
create_forward_many_to_many_manager()
defined below.
-
financial_statements_type
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
financials_audited
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
fixed_assets
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
forbearance_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 aReverseManyToOneDescriptor
instance.Most of the implementation is delegated to a dynamically defined manager class built by
create_forward_many_to_many_manager()
defined below.
-
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_basis_of_financial_statements_display
(*, field=<django.db.models.fields.IntegerField: basis_of_financial_statements>)
-
get_borrower_type_display
(*, field=<django.db.models.fields.IntegerField: borrower_type>)
-
get_counterparty_role_display
(*, field=<django.db.models.fields.IntegerField: counterparty_role>)
-
get_cross_collateralisation_for_counterparty_display
(*, field=<django.db.models.fields.IntegerField: cross_collateralisation_for_counterparty>)
-
get_cross_default_for_counterparty_display
(*, field=<django.db.models.fields.IntegerField: cross_default_for_counterparty>)
-
get_description_of_legal_procedure_type_display
(*, field=<django.db.models.fields.TextField: description_of_legal_procedure_type>)
-
get_enterprise_size_display
(*, field=<django.db.models.fields.IntegerField: enterprise_size>)
-
get_financial_statements_type_display
(*, field=<django.db.models.fields.IntegerField: financial_statements_type>)
-
get_geographic_region_classification_display
(*, field=<django.db.models.fields.IntegerField: geographic_region_classification>)
-
get_legal_procedure_type_display
(*, field=<django.db.models.fields.IntegerField: legal_procedure_type>)
-
get_legal_type_of_counterparty_display
(*, field=<django.db.models.fields.IntegerField: legal_type_of_counterparty>)
-
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_stage_reached_in_insolvency_or_restructuring_procedure_display
(*, field=<django.db.models.fields.IntegerField: stage_reached_in_insolvency_or_restructuring_procedure>)
-
id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
indicator_of_counterparty_cooperation
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.
-
insolvency_practitioner_appointed
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
insolvency_practitioner_reference
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
internal_credit_rating_at_origination
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
jurisdiction_of_court
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_entity_identifier
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
legal_fees_accrued
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
legal_procedure_type
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
legal_type_of_counterparty
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
loan_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 aReverseManyToOneDescriptor
instance.Most of the implementation is delegated to a dynamically defined manager class built by
create_forward_many_to_many_manager()
defined below.
-
market_capitalisation
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
name_of_counterparty
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
name_of_insolvency_or_restructuring_proceedings
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
name_of_insolvency_practitioner
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
net_assets
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
notice_for_procedure_termination
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
number_of_fte
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
number_of_joint_counterparties
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>
-
occupation_description
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
occupation_type
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
other_products_with_institution
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
portfolio_id
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.
-
portfolio_id_id
-
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.
-
proof_of_claim_filed_by_the_seller
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
registration_number
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
related_party
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
sheriff_or_bailiff_acquisition_date
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
snapshot_id
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.
-
snapshot_id_id
-
source_of_current_external_credit_rating
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
source_of_external_credit_rating_at_origination
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
stage_reached_in_insolvency_or_restructuring_procedure
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
total_assets
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
total_debt
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
total_liabilities
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception