Bond Yield To Maturity Python Script
Bond Yield To Maturity Python Script When interested in buying bonds a term that often comes up is the definition of Yield To Maturity (YTM). Yield to maturity (YTM) is the total return anticipat...
Bond Yield To Maturity Python Script When interested in buying bonds a term that often comes up is the definition of Yield To Maturity (YTM). Yield to maturity (YTM) is the total return anticipat...
This Trading Algorithm Landed Me in the Top 10 on Quantopian A while back, I achieved a position in the top 10 of Quantopian’s algo trading contest with a trading algorithm I developed. In this ar...
Creating a Lightning-Fast Append-Only Database with mmap in C++ GitHub repository In this code project, I demonstrate the utilization of mmap in C++ to construct a lightning fast append-only ...
Efficient CSV Processing in C++ Using Memory Mapping In this code sample project, I exemplify the utilization of mmap in C++ for reading a CSV file. Given a CSV file and a specified column index, ...
Introducing a Professional Web-Based Chat Platform: Enabling Seamless Social Interaction Without Registration GitHub repository In my recent project, I developed an online chat service design...
Bridge Design Pattern in C++ In this code demonstration, I showcase the application of the Bridge design pattern within my DirectoryPoller. The shift from inheritance to object composition enhance...
Thread-safe Queue In this code sample project, I illustrate the implementation of a thread-safe queue for inter-thread message exchange. The comprehensive implementation is provided below: #ifnde...
Efficient Directory Polling Implementation in C++ for Mac OS X In this sample code project I demonstrate the implementation of a straightforward directory poller in C++. Typically, on a Linux syst...
Building a Poller/Parser/Sender System for Scraping Data in Python GitHub repository In this post, I outline my solution to a challenge I encountered while investing. To gather the necessary...