A sample project to demonstrate various techniques of working with Azure functions in a real world example
This will build on the Event Sourcing on Azure Functions project to add a real world, multiple domain example that performs basic Fund Accounting functionality.
It is also a test bed for testing out ideas about architecture and code organisation in a serverless / FaaS environment.
For instrument identifiers, prices, exchange rates, exchanges and so on that are information generally available on the market.
For tracking the performance, holdings and fees of a typical fund.
For tracking the individual investor's interactions with one or more funds.