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

More Use Cases
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

Delete a Client
Circumstances dictate that clients will sometimes be required to be deleted from the eMoney platform. This could be the result of a life event or their desire to seek service from another firm.
The following APIs are used in this use case:
/public/v1/clients/{clientId}
