Class: TransferContactInformation
Specifies transfer information including address and, optionally, an associated account. This type also supports the ISDA CSA representation as a single string, through the address attribute in Contact Information.
URI: common_domain_model:TransferContactInformation
classDiagram
class TransferContactInformation
click TransferContactInformation href "../TransferContactInformation/"
ContactInformation <|-- TransferContactInformation
click ContactInformation href "../ContactInformation/"
TransferContactInformation : account
TransferContactInformation --> "*" Account : account
click Account href "../Account/"
TransferContactInformation : additionalInformation
TransferContactInformation : address
TransferContactInformation --> "*" Address : address
click Address href "../Address/"
TransferContactInformation : email
TransferContactInformation : telephone
TransferContactInformation --> "*" TelephoneNumber : telephone
click TelephoneNumber href "../TelephoneNumber/"
TransferContactInformation : webPage
Inheritance
- ContactInformation
- TransferContactInformation
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| account | * Account |
Specifies the account infomation for transfers to a party | direct |
| additionalInformation | 0..1 string |
Additional transfer information | direct |
| telephone | * TelephoneNumber |
The telephone number | ContactInformation |
| address | * Address |
The street/postal address | ContactInformation |
| * string |
The email address | ContactInformation | |
| webPage | * string |
The web page | ContactInformation |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:TransferContactInformation |
| native | common_domain_model:TransferContactInformation |
LinkML Source
Direct
name: TransferContactInformation
description: Specifies transfer information including address and, optionally, an
associated account. This type also supports the ISDA CSA representation as a single
string, through the address attribute in Contact Information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ContactInformation
slots:
- account
- additionalInformation
slot_usage:
account:
name: account
description: Specifies the account infomation for transfers to a party.
multivalued: true
additionalInformation:
name: additionalInformation
description: Additional transfer information.
Induced
name: TransferContactInformation
description: Specifies transfer information including address and, optionally, an
associated account. This type also supports the ISDA CSA representation as a single
string, through the address attribute in Contact Information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ContactInformation
slot_usage:
account:
name: account
description: Specifies the account infomation for transfers to a party.
multivalued: true
additionalInformation:
name: additionalInformation
description: Additional transfer information.
attributes:
account:
name: account
description: Specifies the account infomation for transfers to a party.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: TransferContactInformation
domain_of:
- Party
- Trade
- WorkflowStep
- TransferContactInformation
range: Account
multivalued: true
additionalInformation:
name: additionalInformation
description: Additional transfer information.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: TransferContactInformation
domain_of:
- NoticeContactInformation
- TransferContactInformation
- ProcessAgentElection
range: string
telephone:
name: telephone
description: The telephone number.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: TransferContactInformation
domain_of:
- ContactInformation
range: TelephoneNumber
multivalued: true
inlined: true
inlined_as_list: true
address:
name: address
description: The street/postal address.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: TransferContactInformation
domain_of:
- ContactInformation
range: Address
multivalued: true
inlined: true
inlined_as_list: true
email:
name: email
description: The email address.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: TransferContactInformation
domain_of:
- ContactInformation
range: string
multivalued: true
webPage:
name: webPage
description: The web page. This attribute is not specified as part of the FpML
ContactInformation complex type.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: TransferContactInformation
domain_of:
- ContactInformation
range: string
multivalued: true