Choose the best sustainable or social investments
Our project aims to enable companies or individuals interested in social and responsible investment to make the right choice according to their criteria. Using a database, these agents will be able to find their way around to determine in which company or non-governmental organization to invest or donate.
Learn more about what is Socially Responsible Investment here.
The best way to create a database is to use Firebase. The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in realtime. Feel free to create your own database by following the steps on the website. In our case, the database gives information about companies or NGOs, for example, we can find the name, the nationality, the sector, the date of creation or who are the shareholers. It would look like this:
Now that we have our database, we can begin to code. Firebase gives us the information we need:
The next step is to be able to select only companies or NGO regarding criterias we decided. To do so, for example, here is the code that allow us to select only french organisations:
We could do the same thing to select only organisation in the transports sector:
We could go further by selecting multiple criterias. For example, it is possible to also select organisations with more than one criteria, if we only want american organisation specialized in waste management created after 2000, we can do it by using others coding knowledge.
Develop responsible investment, make it accessible to all entities, organizational or individual. We are at the dawn of an era in which the environmental impact of companies is increasingly being taken into account. Sustainable finance, the social and solidarity economy are projects that are increasingly present in the economic world and their place will become more and more important. In order to make this transition as efficient as possible, Clean Invest can allow investors to better target their investments or donations, and thus plan a more precise investment plan.