The Spanish version is the authoritative reference. View in Spanish
049 - Transfer of economic rights
Description
It is the (optional) electronic document that evidences the transfer of economic rights by the transferor, assignor or endorser to a third party (assignee). The transferor transfers all economic rights of the instrument without limitation and, in turn, the assignee becomes the owner of the document as the movable asset that it is.
In the event that there is more than one transferor or assignor in the senderparty block, it must be ensured that the submission of this transfer of economic rights event is issued by a Mandatary, and additionally it must be validated that it complies with the (Acceptance Criterion – Transmission of the Event by the Mandatary) for each of the transferors or assignors.
One of these events may be registered for a given electronic document
Event issuer
Transferor, Assignor or Endorser
Event receiver
Acquirer, Assignee or Endorsee of the rights being transferred
Effect
Allows registering the transfer of economic rights
Depends on the following events
Registration in RADIAN of the sales invoice (36-RAD)
Prevented by the following events
Circulation limitation (41-LCFEVT)
Termination of mandate (44-TM)
Endorsement in procuration (39-EPN)
Endorsement in guarantee (38-EG)
The Endorsement with ordinary assignment effects restricts this event (47-ECO)
The Protest restricts the generation of this event
The full payment event of the electronic sales invoice (452) restricts the generation of this event.
The Full payment of the transfer of economic rights event (50-PTT) restricts the generation of this event
Restrictions
Only the legitimate holder can register it.
JSON request structure
✓ = required data
C = conditional data
| Parameter | Required | Description | Value |
|---|---|---|---|
| globalDocumentId | ✓ | Gosocket id associated with the negotiable instrument electronic invoice | |
| status | ✓ | Event code | 049 |
| description | ✓ | Text describing the Endorsement | |
| operationType | ✓ | Transfer code 491 = Partial transfer of economic rights with liability 492 = Full transfer of economic rights with liability 493 = Partial transfer of economic rights without liability 494 = Full transfer of economic rights without liability | |
| holderID | ✓ | Holder NIT | |
| holderTypeID | ✓ | Holder DV | e.g. 31 |
| holderName | ✓ | Holder Name | |
| endorseeID | ✓ | Endorsee NIT | |
| endorseeTypeID | ✓ | Endorsee DV | e.g. 31 |
| endorseeName | ✓ | Endorsee Name | |
| endorsementDiscountRate | ✓ | Discount rate | |
| halfPayment | ✓ | Payment method | |
| endorsementPricePay | ✓ | Endorsement payment price | |
| parcialPayment | C | Partial value |
JSON request example
Partial transfer with liability
{
"globalDocumentId":"f2ee31cd-18ee-e080-08f5-b903822b4a10",
"status":"049",
"operationType":"491",
"holderID":"nit tenedor",
"holderTypeID":"dv tenedor",
"holderName":"nombre tenedor",
"endorseeTypeID":"dv endosatario",
"endorseeName":"nombre endosatario",
"endorseeID":"nit endosatario",
"endorsementDiscountRate":"tasa descuento",
"halfPayment":"medio pago",
"endorsementPricePay":"precio pagarse endoso",
"parcialPayment":"valor parcial"
}