CBRE Client
  1. Schemas
CBRE Client
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Schemas
    • Reply
    • ErrorReply
    • FieldErrors
    • PageInfo
    • APIAuthentication
    • LoginReply
    • ReauthenticateRequest
    • Account
    • AccountForm
    • AccountSummary
    • AccountList
    • CryptoAddress
    • CryptoAddressList
    • CryptoAddressForm
    • Counterparty
    • CounterpartyForm
    • CounterpartySummary
    • CounterpartyList
    • Transaction
    • TransactionForm
    • TransactionList
    • SecureEnvelope
    • SecureEnvelopeSummary
    • Envelope
    • EnvelopeSummary
    • EnvelopeList
    • Rejection
    • Repair
    • Prepare
    • Prepared
    • IdentityPayload
    • Originator
    • Beneficiary
    • OriginatingVASP
    • BeneficiaryVASP
    • TransferPath
    • IntermediaryVASP
    • PayloadMetadata
    • Person
    • LegalPerson
    • LegalPersonName
    • LegalPersonNameID
    • LocalLegalPersonNameID
    • LegalPersonNameTypeCode
    • NaturalPerson
    • NaturalPersonName
    • NaturalPersonNameID
    • LocalNaturalPersonNameID
    • NaturalPersonNameTypeCode
    • Address
    • AddressTypeCode
    • DateAndPlaceOfBirth
    • NationalIdentification
    • NationalIdentifierTypeCode
    • TransactionPayload
    • PendingPayload
    • TRISAError
    • PublicKeySignature
    • TransferState
    • User
    • UserForm
    • UserList
    • UserPassword
    • APIKey
    • APIKeyForm
    • APIKeyCreated
    • APIKeyList
    • StatusReply
    • TravelAddress
  • Response Schema
  1. Schemas

Originator(Originator)

Originator describes the account holder who allows the virtual asset transfer from that account, or, where there is no account, the natural or legal person that places the order with the originating VASP to perform the virtual asset transfer.

{
    "originatorPersons": [
        {
            "naturalPerson": {
                "name": {
                    "nameIdentifier": [
                        {
                            "primaryIdentifier": "Bond",
                            "secondaryIdentifier": "James",
                            "nameIdentifierType": "LEGL"
                        }
                    ]
                },
                "geographicAddress": [
                    {
                        "addressType": "HOME",
                        "streetName": "High Street",
                        "buildingNumber": "7b",
                        "townName": "London",
                        "postCode": "SE1 2QH",
                        "country": "GB"
                    }
                ],
                "nationalIdentification": {
                    "nationalIdentifierType": "DRLC",
                    "nationalIdentifier": "BOND9211110JA9OB",
                    "countryOfIssue": "GB"
                },
                "customerIdentification": "01J6DJ9F691CF8E9H0V3ET0M0E",
                "dateAndPlaceOfBirth": {
                    "dateOfBirth": "1920-11-11",
                    "placeOfBirth": "Wattenscheid, Germany"
                },
                "countryOfResidence": "GB"
            }
        }
    ],
    "accountNumber": [
        "mvr5YZBdAuV8sgexCHL4CRkbCvTV7odT1i"
    ]
}
Built with