Skip to content
View OllyNewport's full-sized avatar

Block or report OllyNewport

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
OllyNewport/README.md

Hi, I'm Olly

πŸŽ“ Computer Science student at UEA
🎯 Aspiring Software Engineer
πŸ’» Focused on algorithms, systems, and quantitative finance


πŸš€ Featured Projects

πŸ“ˆ Options Pricing Engine

  • Black-Scholes, Binomial Tree, Monte Carlo models
  • Greeks calculation (Delta, Gamma, Vega, Theta, Rho)
  • Convergence analysis and visualisations

πŸ‘‰ https://github.com/OllyNewport/options-pricing-engine


πŸ” Information Retrieval Search Engine

  • TF-IDF & BM25 implementations
  • Query expansion and NLP preprocessing
  • Performance evaluation (Precision@10, MRR)

πŸ‘‰ https://github.com/OllyNewport/information-retrieval-search-engine


πŸ—„οΈ Database Management System

  • Python + PostgreSQL application with a Tkinter GUI
  • Full CRUD operations (insert, update, delete, query)
  • Transaction handling (commit/rollback) and relational schema design
  • Designed to manage student, exam, and database records

πŸ‘‰ https://github.com/OllyNewport/Database-Management-System


🧠 Skills

Languages

  • Python (NumPy, pandas, matplotlib)
  • SQL
  • Java
  • HTML/CSS
  • Learning C++

Core Areas

  • Data Structures & Algorithms
  • Quantitative Finance
  • Probability & Statistics

πŸ“Š Currently Working On

  • Improving LeetCode / Codeforces performance
  • Building a C++ Order Book Simulator
  • Implementing my options pricing engine into an options mispricing strategy
  • Deepening knowledge of quantitative models

πŸ“« Contact


Popular repositories Loading

  1. information-retrieval-search-engine information-retrieval-search-engine Public

    An experimental search engine I made in order to find out the effectiveness of two search algorithms, and several preprocessing techniques

    HTML 1

  2. Options-Pricing-Engine Options-Pricing-Engine Public

    A Python-based options pricing engine implementing Black-Scholes, Binomial Tree, and Monte Carlo methods with Greeks and model analysis.

    Jupyter Notebook 1

  3. prop-ranker prop-ranker Public

    Futures and Forex prop firm comparison website

    CSS

  4. OllyNewport OllyNewport Public

  5. Database-Management-System Database-Management-System Public

    Full-stack database application built with Python, PostgreSQL, and Tkinter, featuring CRUD operations, transaction management (commit/rollback), and a structured relational schema.

    Python

  6. neetcode-submissions neetcode-submissions Public

    My NeetCode.io problem submissions

    C++