Contractor

Contractor.Contractor(**kwargs)

The Contractor model holds data for each Contractor with an existing project related contract (e.g, involved in the construction of a Project, or the fulfillment of a Procurement contract)

A Contractor is a type of Counterparty, typically a corporate entity (maybe an SME or a large corporate)

The Contractor data fields cover - identity, type, address - links to contracts and buyers - EBA scorecard fields

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

The Contractor model holds data for each Contractor with an existing project related contract (e.g, involved in the construction of a Project, or the fulfillment of a Procurement contract)

A Contractor is a type of Counterparty, typically a corporate entity (maybe an SME or a large corporate)

The Contractor data fields cover - identity, type, address - links to contracts and buyers - EBA scorecard fields

exception DoesNotExist
exception MultipleObjectsReturned
address

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

completion_guarantees

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

completion_guarantees_and_liquidated_damages

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

contact_point

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

contractor_identifier

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

contractor_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.

contractor_track_record

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

country

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.

email

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

fax

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_completion_guarantees_and_liquidated_damages_display(*, field=<django.db.models.fields.IntegerField: completion_guarantees_and_liquidated_damages>)
get_contractor_track_record_display(*, field=<django.db.models.fields.IntegerField: contractor_track_record>)
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_permitting_and_siting_display(*, field=<django.db.models.fields.IntegerField: permitting_and_siting>)
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_construction_contract_display(*, field=<django.db.models.fields.IntegerField: type_of_construction_contract>)
id

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

is_sme

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.

liquidated_damages

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

name_of_contractor

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

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

phone

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

postal_code

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_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
project_id
region

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

town

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

type_of_construction_contract

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

website

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