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

OriginatingVASP(OriginatingVASP)

The OriginatingVASP describes the VASP that initiates the virtual asset transfer, and transfers the virtual asset upon receiving the request for a virtual asset on behalf of the originator.

{
    "originatingVASP": {
        "legalPerson": {
            "name": {
                "nameIdentifier": [
                    {
                        "legalPersonName": "High Street Capital Management, LTD",
                        "legalPersonNameIdentifierType": "LEGL"
                    },
                    {
                        "legalPersonName": "PubCoin",
                        "legalPersonNameIdentifierType": "TRAD"
                    }
                ]
            },
            "geographicAddress": [
                {
                    "addressType": "BIZZ",
                    "streetName": "Abbey St.",
                    "buildingNumber": "51",
                    "townName": "Nottingham",
                    "postCode": "NG7 2NZ",
                    "country": "GB"
                }
            ],
            "nationalIdentification": {
                "nationalIdentifier": "GKUH00AIM6DCRXGXVU75",
                "nationalIdentifierType": "LEIX"
            },
            "countryOfRegistration": "GB"
        }
    }
}
Built with