When a client gets married, 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 Marital Status
Utilize the /clients API to update the "maritalStatus" to "Married".
Step 2: Add Spouse to Client Record
Utilize the /spouse API to add the spouse information to the client record.
Step 3: Add Spouse Client Portal Logon (Optional)
If desired, utilize the /logons API to provide the spouse with a client portal logon.
More Use Cases
Add an Advisor Managed Connection
eMoney's aggregation capabilities allow for easy addition of advisor connections into the platform. With this capability, the advisor can connect their managed accounts and see up-to-date values for consideration into the financial plan.
The following APIs are used in this use case:
/public/v1/users/{userId}/connections
Create Client Portal Login
Adoption of the client portal is one way to encourage clients to monitor and engage with their financial plan. It also allows them to add their held-away account data into the platform, which can be shared with the advisor to gain a wider view of their asset and liability information. Client portal logins can be automatically generated and shared with clients - utilizing a one-time password if desired.
The following APIs are used in this use case:
/public/v1/clients/{clientId}/logons