NPL External Collection¶
-
external_collection.
ExternalCollection
(**kwargs)¶ The ExternalCollection model holds External Collection data conforming to the EBA NPL Template specification EBA Templates
Note
The EBA Templates make a distinction between collections at loan and counterparty level. At present this is not implemented
-
class
npl_portfolio.external_collection.
ExternalCollection
(*args, **kwargs) The ExternalCollection model holds External Collection data conforming to the EBA NPL Template specification EBA Templates
Note
The EBA Templates make a distinction between collections at loan and counterparty level. At present this is not implemented
-
exception
DoesNotExist
-
exception
MultipleObjectsReturned
-
balance_amount_sent_to_agent
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
cash_recoveries
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
costs_accrued
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
counterparty_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_identifier_id
-
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_returned_from_agent
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_sent_to_agent
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
external_collection_identifier
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)
-
get_type_of_identifier_display
(*, field=<django.db.models.fields.IntegerField: type_of_identifier>)
-
id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
institutions_internal_identifier_for_the_loan_or_counterparty
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
instrument_identifier
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.
-
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 aForwardManyToOneDescriptor
instance.
-
loan_identifier_id
-
name_of_external_debt_collection_agent
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>
-
principal_forgiveness
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
quantity_returned_from_agent
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.
-
repayment_plan
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
repayment_plan_description
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
type_of_identifier
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception