Skip to content
View JosephFrancisRe's full-sized avatar
  • Urban Assembly Gateway School for Technology
  • New York City
  • 06:25 (UTC -04:00)
  • X @josephfrancisre
Block or Report

Block or report JosephFrancisRe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JosephFrancisRe/README.md
BACKEND LANGUAGES FRONTEND LANGUAGES TECHNOLOGY STACK
   FINANCIAL  
   MODELING  
Built a series of financial models and data visualization projects in Python using numpy, pandas, and matplotlib:   
  • Time Value of Money: PV / FV / NPV / IRR
  • Loan Amortization Scenario Analysis
  • Equity Index Visualization: S&P500
  • Commodity Volatility Report: Gold
  • Moving Average Forecasting
  • Exponential Smoothing Forecast
  • Trading System using Moving Avg Signals
  • Security Valuation with Price Models
  • Security Correlation Calculations
  • Efficient Frontier Graphing
  • Monte Carlo Simulation: Risk Analysis
  • Black-Scholes Options Pricing
  •    MACHINE   
       LEARNING   
  • Built a desktop application to import dataframes, manipulate them, and build linear regression models.            
  • Created a housing linear regression with scatter plot to show correlation between square footage and price.
  • Currently reading "Machine Learning with PyTorch and SciKit-Learn" by Raschka, Li, and Mirjalili.
  • SOFTWARE
    ENGINEERING
  • Minesweeper (Java): multithreading server infrastructure, database communication, and dynamic resizing.       
  • Webcrawler (Java, JS, HTML, CSS): multithreaded webcrawler and website using Maven that scrapes images.
  • Claims Backend (Python): Django application where users construct arguments that can be voted on.
  • Sorting Algorithm Analyzer Tool (C++): runspeed, comparison, and swap analyzer tool for sorting numbers.
  • Password Cracking (Python): Reverse engineers hash salted passwords by using a password dictionary.
  • EMAIL ME
    LINKEDIN
    TWITTER

    Pinned

    1. Financial-Modeling Financial-Modeling Public

      This repository contains over a dozen Python projects and models that solve a variety of real world financial data analysis and visualization tasks. Uses numpy, pandas, matplotlib, and Yahoo Finance.

      Python

    2. Monte-Carlo-Simulation-App Monte-Carlo-Simulation-App Public

      Python application to conduct monte carlo simulations and related value at risk calculations. Includes a test case that outputted a plot showing the results of 10 simulations using the app.

      Python

    3. Data-Science-Suite Data-Science-Suite Public

      This project is a Data Science Suite designed to take in information from any API and make a model to provide output to review. Will work with any python library that returns a dataframe.

      Python

    4. FullStack-WebCrawler FullStack-WebCrawler Public

      Full stack hackathon submission for a multithreaded webcrawler that scrapes images from URLs that have the same domain name as the original website. Written in Java, JavaScript, HTML, and CSS.

      Java 1

    5. Claims-Website-Backend Claims-Website-Backend Public

      This Django repository is a proof of concept and the backend for a website that will use React for its frontend. The website lets users build arguments that other users can vote on.

      Python

    6. Minesweeper Minesweeper Public

      A fully functional game of Minesweeper that uses multithreading server infrastructure, database communication, and dynamic board resizing. All code and user interface elements are innate to Java.

      Java