Entity: signal
A signal is a message from a party (usually an intermediary or insurer) to a natural person (usually the consumer) following an event (eg. the customer has turned 18) with the request to take action (eg. updating of payment details). There are two kinds of events:
- Life events: eg. marriage, divorce, turning 18. A complete overview of life events is available in codelist AFDLEV (AFD 2.0 Online)
- Service events: eg. premium payment, end of fixed interest rate period. A complete overview of service events is available in codelist AFDSEV (AFD 2.0 Online)
Example usage
The example below shows the life event turning 18 (‘18 jaar worden’). One or more actions can be related to an event. It is possible to relate more actions to one event.
{
"signal": [{
"entityType": "event",
"signalType": "01",
"partyRef": ["alexappelhof21"],
"lifeEventType": "10",
"lifeEventDescription": "18 jaar worden",
...
}]}
Entity types
All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.