Cancelling a Submitted Investment
Goal: To manage the process of an investor requesting to cancel a submitted investment and an administrator actioning that request.
Actors: Investor, Platform Administrator
Steps
Request: An Investor navigates to their portfolio on the
Investor Dashboard, views aCONFIRMEDorLEGALLY_CONFIRMEDinvestment, and initiates a cancellation.Confirmation: The Investor provides a reason and confirms their request. The
Investment Process Managementservice changes theInvestmentstatus toCANCELLATION_REQUESTED. TheNotification Servicesends a confirmation email to the Investor.Admin Review: The request appears in a queue in the
Administration Panel. A Platform Administrator reviews the investment details.Admin Decision: The Administrator "Approves" or "Denies" the request.
Outcome: If approved, the
Investment Process Managementservice changes theInvestmentstatus toCANCELLED_BY_MANAGER, triggers the refund logic, and informs theRWA Tokenization Engineto release the shares. If denied, the status reverts to its previous state. In both cases, theNotification Serviceinforms the Investor of the outcome.