-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MF - Cart functionality #400
Comments
Things to consider
|
If the investor is KYC compliant and folios have to be created in two AMCs - seller app can send one folio opening form which will capture all the details needed and internally open folios in two AMCs. I don't think there is a need to send multiple folio opening forms. In case, there is a variation on data fields that need to be captured (future) for each AMC, a superset of that can be sent in the folio opening form.
Currently folio numbers are shared as part of the fulfillment object which is tied to a particular item. So amc code is not needed explicitly, it can be derived from the item (that is scheme) |
|
For supporting cart functionality:
Multiple items
One customer, one agent, fulfillments are independent
provider
attribute onorder
object. That will take away the dependency of having items of same provider. The items array can contain multiple items from same/different providersLumpsum + Lumpsum
SIP + SIP
Lumpsum + SIP
Redemption + Redemption
Lumpsum + Redemption
The text was updated successfully, but these errors were encountered: