NPL Forbearance

forbearance.Forbearance(**kwargs)

The Forbearance model holds Forbearance data conforming to the EBA NPL Template specification EBA Templates

Note

Forbearance can be either the Counterparty of Loan level. At present only Loan Level is implemented

class npl_portfolio.forbearance.Forbearance(*args, **kwargs)

The Forbearance model holds Forbearance data conforming to the EBA NPL Template specification EBA Templates

Note

Forbearance can be either the Counterparty of Loan level. At present only Loan Level is implemented

exception DoesNotExist
exception MultipleObjectsReturned
amount_of_repayment_step_up

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

clause_to_stop_forbearance

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 a ForwardManyToOneDescriptor 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_of_first_forbearance

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

date_of_principal_forgiveness

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

date_of_repayment_step_up

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

description_of_forbearance

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

description_of_the_forbearance_clause

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

end_date_of_forbearance

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

forbearance_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_repayment_frequency_under_forbearance_display(*, field=<django.db.models.fields.IntegerField: repayment_frequency_under_forbearance>)
get_type_of_forbearance_display(*, field=<django.db.models.fields.IntegerField: type_of_forbearance>)
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.

interest_rate_under_forbearance

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.

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_historical_forbearance

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.

repayment_amount_under_forbearance

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

repayment_frequency_under_forbearance

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

start_date_of_forbearance

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

type_of_forbearance

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.