ADD CLIENT SPOUSE

A client’s major life changes can be easily managed and updated. Add client spouse information simply and easily using our APIs. Spouse data includes date of birth, employment and contact information. 

The following APIs are used in this use case:

/public/v1/clients/{clientId}/spouse

Add spouse to a client

More Use Cases

Generate Plan Probability Of Success

Monitoring a client's plan is crucial to ensuring they are on track to their financial goals.  This API allows you to gain a real-time update of the client's probability of success of their goal based on industry-accepted Monte Carlo simulation.

The following APIs are used in this use case:

/public/v1/clients/{clientId}/plans/{planId}/projection/montecarlo

Probability of success

Client Divorce

When a client gets divorced, a few key settings must be updated in the eMoney platform to ensure an accurate financial plan.  Follow these steps to make those changes.

Step 1:  Update Client's Marital Fields in Client Record

Utilize the /clients API to modify the "maritalStatus" to "Divorced" and "previousMarriages" to "true".

Step 3:  Delete Spouse From the Client Record

Utilize the /spouse API to delete the spouse from the client record.

Step 4:  Delete Spouse Client Portal Logon (If Applicable)

Utilize the /logons API to delete the spouse's access to their client portal.

Generic Use Case