Presentation Questions Flashcards

(40 cards)

1
Q

What is an ALE (Automated Legal Entity)?

A

An Automated Legal Entity (ALE) is a legal structure that pools investor funds into a single company, allowing more than 100 people to indirectly own shares while complying with OHADA’s shareholder cap.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is COSUMAF?

A

COSUMAF stands for Commission de Surveillance du Marché Financier de l’Afrique Centrale. It is the financial market regulator for CEMAC member states, overseeing stock market operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is CEMAC?

A

CEMAC stands for the Central African Economic and Monetary Community. It is a regional bloc that includes countries like Cameroon, Chad, and Gabon, with a shared currency and financial regulations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which regulators should be engaged for this platform?

A

COSUMAF for stock market oversight, and CEMAC for regional financial integration. Engaging both ensures compliance with OHADA and regional investment laws.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between an application and a platform?

A

An application is a single-purpose tool, while a platform offers a broader ecosystem of features and integrations, supporting multiple use cases and user interactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why did you choose this particular project topic?

A

Because it addresses financial exclusion in Cameroon by enabling ordinary citizens to invest in stocks using mobile money and fractional shares.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is this different from MTN MoMo or Orange Money?

A

Those services are for basic money transfers and payments. My platform enables investment in the stock market with pooled and fractional shares.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is fractional stock trading important for Cameroon?

A

It lowers the barrier to entry, allowing people with limited funds to invest and grow wealth gradually, increasing financial inclusion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why is the 100-shareholder cap such a big issue under OHADA law?

A

It limits broad public participation in company ownership. Without workarounds like ALEs, mass investment would be legally restricted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does your platform comply with OHADA regulations?

A

By using pooled investment structures through ALEs to avoid exceeding the 100-shareholder limit in any single legal entity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the legal risks of using ALEs?

A

They must be carefully designed to avoid violating corporate governance rules. That’s why early regulatory engagement is critical.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What if COSUMAF or CEMAC rejects your ALE model?

A

Then alternative pooling methods or new legal interpretations would need to be proposed. The system would have to adapt or operate in a limited simulation environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How is share ownership tracked when using ALEs?

A

Each investor’s contribution is recorded digitally, and the ALE holds the official shares, while the platform tracks internal ownership rights among participants.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Is the ALE model currently legal or only proposed?

A

It is compliant under current OHADA structures if properly managed, but formal validation from COSUMAF is recommended for live deployment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why did you use the MERN stack?

A

It’s open-source, scalable, and allows full-stack development with JavaScript, which reduced complexity and made integration easier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the risks of using MongoDB for financial data?

A

It is document-based and may not handle relational integrity like SQL databases, but it’s fast, scalable, and suitable for MVP development.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How do you handle real-time stock updates?

A

Using Socket.IO to push live data from the backend to the frontend, simulating real-time market updates.

18
Q

Why use Socket.IO and not raw WebSockets?

A

Socket.IO simplifies connection management, fallback handling, and broadcasting, making real-time updates more reliable.

19
Q

Why did you choose the Waterfall model?

A

Because it allowed me to plan and execute each phase sequentially, which suited my solo development setup and fixed project timeline.

20
Q

Can this platform be extended outside Cameroon?

A

Yes, with regulatory adaptation, it can scale to other CEMAC countries sharing similar legal frameworks and financial systems.

21
Q

How does mobile money integration with Fapshi work?

A

The platform connects to Fapshi’s API to initiate deposits and withdrawals, using secure tokens and transaction confirmations.

22
Q

How did you ensure transaction security?

A

Through JWT authentication, secure HTTPS requests, and planned encryption of sensitive data like wallet balances.

23
Q

Did you implement encryption or tokenization?

A

Yes, JWTs are used for session security. Further encryption can be added during deployment, especially for financial data.

24
Q

How did you test KYC and stock trading features?

A

Using Postman for API tests, and testing-library tools on the frontend with custom test scripts for critical features.

25
How scalable is your current setup?
It's scalable to an extent, but migrating to AWS/GCP with load balancing and autoscaling is recommended for thousands of users.
26
How did you make the platform user-friendly?
By designing intuitive interfaces in Figma, focusing on simplicity, and planning for translations and tooltips.
27
Why is localization into French and Pidgin needed?
To make the platform accessible to the majority of Cameroonians who may not speak English fluently.
28
What educational tools are planned?
In-app guides, tooltips, and chatbot support to explain investment concepts and guide users step by step.
29
What does the MVP currently support?
User registration, login, wallet deposits/withdrawals, simulated stock buying/selling, and pooling logic.
30
Which features are still under development?
Real stock market integration, full KYC automation, live order matching, and regulatory reporting.
31
What was the biggest technical challenge?
Integrating mobile money APIs and simulating real-time stock transactions reliably.
32
What would you do differently with more time?
Implement real trading logic, full legal verification with COSUMAF, and deploy to a production-grade server.
33
Is blockchain integration realistic?
Not yet in Cameroon’s regulated environment, but it’s a promising area for long-term decentralization.
34
Can tokenized shares comply with current laws?
Only with approval from COSUMAF and legal backing, otherwise they may violate securities regulations.
35
What are the challenges of regional expansion?
Each CEMAC country has slight regulatory variations. KYC/AML harmonization and licensing are required.
36
Can AI-based trading suggestions be trusted?
They must be carefully trained and monitored to avoid overexposure or promoting risky behavior.
37
Can you explain pooling simply?
It's like many people putting money into one pot (ALE), which then buys shares on their behalf, with digital tracking of each person’s portion.
38
What makes your platform unique?
It combines fractional investing, regulatory compliance, mobile money, and localized UI into one accessible system.
39
What is the difference between simulating and real trading?
Simulation mimics real market behavior without actual transactions, useful for testing and education.
40
What if many users sell at once—how is liquidity handled?
Initially, trades are simulated, but in a real setup, liquidity would depend on pooling volume and market-maker logic.