All Projects → FinancialMarkets → 5MinuteFinance

FinancialMarkets / 5MinuteFinance

Licence: other
Interactive Presentations for Financial Education using R/Shiny. See full list of presentations (with links) below.

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 5MinuteFinance

nyu-mlif-notes
📖 NYU 金融机器学习 中文笔记
Stars: ✭ 75 (+8.7%)
Mutual labels:  finance
antares
Digital circuit learning platform
Stars: ✭ 15 (-78.26%)
Mutual labels:  education
bunq2ifttt
bunq2IFTTT creates a self-hosted interface between the bunq banking API and IFTTT.
Stars: ✭ 20 (-71.01%)
Mutual labels:  finance
stockscore
A python project to fetch stock financials/statistics and perform preliminary screens to aid in the stock selection process
Stars: ✭ 54 (-21.74%)
Mutual labels:  finance
championscurriculum
A training curriculum for teaching information security "champions" within small organisations and helping them conduct a basic assessment. (Work in progress)
Stars: ✭ 18 (-73.91%)
Mutual labels:  education
lehrfempp
Simplistic Finite Element Framework for research and eduction
Stars: ✭ 14 (-79.71%)
Mutual labels:  education
FlipED
A LMS built specifically for Thailand's Education 4.0 system.
Stars: ✭ 24 (-65.22%)
Mutual labels:  education
awesome-finance
Lista com referências sobre investimentos e finanças pessoais
Stars: ✭ 29 (-57.97%)
Mutual labels:  finance
tincisnotcatan
An online version of Settlers of Catan with additional advanced economic features
Stars: ✭ 117 (+69.57%)
Mutual labels:  finance
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (-50.72%)
Mutual labels:  finance
tiny-framework
A light wight easy to use RESTful apis framework for education & demo purposes. stripped down framework to the fundamental components that that every one would essentially need to (learn / make a demo application).
Stars: ✭ 13 (-81.16%)
Mutual labels:  education
ICM-2018
Syllabus for ITP Foundation Course Introduction to Computational Media, Fall 2018
Stars: ✭ 57 (-17.39%)
Mutual labels:  education
crypto-portfolio
A CLI Cyrptocurrency Portfolio Tracker
Stars: ✭ 12 (-82.61%)
Mutual labels:  finance
mooc-java-programming-i
University of Helsinki’s free massive open online course (MOOC) completed exercises. 2020 solutions
Stars: ✭ 16 (-76.81%)
Mutual labels:  education
RuralEducation
An app that helps rural students in their education.I used Firebase Realtime database,authentication,Networking requests,User Chats,Google Places Api,Paytm Payment Gateway Integration,Google places Autocomplete Api,Firebase Chat
Stars: ✭ 22 (-68.12%)
Mutual labels:  education
open-psd2
An open source framework for using banking API's built for PSD2 regulation.
Stars: ✭ 20 (-71.01%)
Mutual labels:  finance
rest-apis-flask-python
A small repository of projects built in my course, REST APIs with Flask and Python.
Stars: ✭ 861 (+1147.83%)
Mutual labels:  education
resources
Resource Library of IEEE-VIT
Stars: ✭ 33 (-52.17%)
Mutual labels:  education
udacity-iOS-nanodegrees
List of iOS Udacity Nanodegree programs with links to the free courses in their curricula
Stars: ✭ 52 (-24.64%)
Mutual labels:  education
MLSummerSchool
Материалы факультатива по машинному обучению и искусственному интеллекту
Stars: ✭ 27 (-60.87%)
Mutual labels:  education

Interactive Presentations

This is a Milken Institute Center for Financial Markets project to create freely available financial education materials. The materials are interactive presentations written in RMarkdown and use Shiny for interactive the content. The presentations are hosted on shinyapps.io, and can be viewed by following the links below (all links have not yet been added).

Contributions are Welcome!

This initiative will be increasingly successful as more people from the finance community contribute. Presently, financial education materials are duplicated through separate efforts by individuals and organizations. This is particularly true for materials targeting the undergraduate level.

We hope to foster a community effort to create a set of finance education and course materials. Collaboration and attribution are managed through GitHub. In this way we can have tens and hundreds of people collaborating (each getting credit for their work), and thereby create unparalleled educational materials on many topics.

How to contribute.

You can contribute with very little knowledge of Git/GitHub, and no knowledge of R/Shiny. All you need is a GitHub account. We have posted a set of three video tutorials below which will help you get started.

Tutorials:

We'll continue to add tutorials here to help make contributing easy. You can also get started with GitHub's excellent list of documentation.

If you are already familiar with Git/R/Shiny then feel free to jump in and add text and code!

File Structure

The file structure is organized first into subject folders (e.g. Corporate Finance), and then into presentation folders (e.g. capital_structure). Within each presentation folder, the actual presentation is in the .Rmd file (e.g. capital_structure.Rmd). This is the file you should change, and you can safely ignore all other files. The other files/folder are for deploying the presentation and apps, as well as css styling, etc.

Credit for Contributions

The great thing about using Git/GitHub is that you always get credit for contributions you make. Further, they are very easy to see, and link to in order to show others. You can provide a link to all your contributions to 5MinuteFinance, or to any contribution in particular (say you created a nice visualization you would like to show others). You can:

  1. Click "blame" on any file you can see the author of each line. For example, looking at the blame for the financial ratios presentation, we can see the contributions of each of the presentations 6 contributors.

  2. Click on any contributor and see each of their contributions. For example, user tnederlof has made a total of two commits. You can then click any commit to see the authors contribution.

Links to Presentations

Many of the presentations below are works-in-progress. Feel free to contribute fixes and new content.

Risk

A First Look at Risk | Mobile Friendly Version

Risk Over Time | Mobile Friendly Version

The VIX Index | Mobile Friendly Version

VVIX: The Vol of Vol | Mobile Friendly Version

Portfolio Finance

An Introduction to Portfolio Performance Measures | Mobile Friendly Version

Mean-Variance Portfolio Optimization | Mobile Friendly Version

Fundamentals

The Goal of Financial Management | Mobile Friendly Version

Interest Compounding: EAR and APR | Mobile Friendly Version

The Balance Sheet Identity | Mobile Friendly Version

Corporate Finance

An Introduction to Financial Statements | Mobile Friendly Version

Financial Ratios | Mobile Friendly Version

Time Value of Money: Single Cash Flows | Mobile Friendly Version

Time Value of Money: Multiple Cash Flows | Mobile Friendly Version

Operating Cash Flow | Mobile Friendly Version

Net Present Value and Internal Rate of Return | Mobile Friendly Version

Modified Internal Rate of Return | Mobile Friendly Version

An Introduction to Stock Valuation | Mobile Friendly Version

An Introduction to Bond Valuation | Mobile Friendly Version

The Capital Asset Pricing Model | Mobile Friendly Version

Modigliani and Miller Propositions | Mobile Friendly Version

Capital Structure | Mobile Friendly Version

The Weighted-Average Cost of Captital | Mobile Friendly Version

Dividends | Mobile Friendly Version

Loan Term, Rate, and Payment | Mobile Friendly Version

Econometrics

An Introduction to Correlation Coefficient | Mobile Friendly Version

An Introduction to the Uses of Monte Carlo Methods in Finance | Mobile Friendly Version

Trading and Market Structure

The Limit Order Book | Mobile Friendly Version

The Pairs Trade | Mobile Friendly Version

Derivatives

The Greeks | Mobile Friendly Version

An Introduction to Stock Options | Mobile Friendly Version

An Introduction to Option and Stock Strategies | Mobile Friendly Version

Black Scholes | Mobile Friendly Version

Varying Option Volatility | Mobile Friendly Version

Long Option Straddle | Mobile Friendly Version

Fixed Income and Other Debt

Securitization

Duration | Mobile Friendly Version

Convexity | Mobile Friendly Version

An Introduction to US Treasury Securities | Mobile Friendly Version

US Treasury Debt Risk | Mobile Friendly Version

Exchange Traded Notes | Mobile Friendly Version

For What is the Yield-to-Maturity Used? | Mobile Friendly Version

Foreign Exchange

Foreign Exchange Arbitrage | Mobile Friendly Version

Foreign Exchange Markets | Mobile Friendly Version

Equity

An Introduction to Stock Investments | Mobile Friendly Version

An Introduction Stock Markets | Mobile Friendly Version

Short Selling Stock | Mobile Friendly Version

Exchange Traded Funds | Mobile Friendly Version

Leveraged Exchange Traded Funds | Mobile Friendly Version

Monetary Policy

FOMC Communications | Mobile Friendly Version

Commodities

Cross Hedging | Mobile Friendly Version

Crude Oil Markets | Mobile Friendly Version

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].