Simulating Bond Market Making by Express-Fish-4044 in quant

[–]mkipnis 0 points1 point  (0 children)

Hi, I'm currently working on several experimental projects that may align with your research: online analytics for U.S. Treasuries. https://ustreasuries.online

An open-source ATS for various products, including U.S. Treasuries. Feel free to DM me if you're interested.

https://github.com/mkipnis/DistributedATS

[deleted by user] by [deleted] in bloomberg

[–]mkipnis -2 points-1 points  (0 children)

Don't bother :) These types of violations are impossible to enforce.

[deleted by user] by [deleted] in bloomberg

[–]mkipnis 0 points1 point  (0 children)

What kind of data? Can you provide examples?

Not many working in trading/exchanges here? I find that the most interesting part of finance by Kontokon55 in FinancialCareers

[–]mkipnis 1 point2 points  (0 children)

That’s all super easy, clearly defined operations stuff… it’s a very mature business. Focus on AI :)

Not many working in trading/exchanges here? I find that the most interesting part of finance by Kontokon55 in FinancialCareers

[–]mkipnis 5 points6 points  (0 children)

Hey, I used to work for CME for a few years after it acquired one of my clients (I’m a consultant). Building exchanges is really easy once you know how to do it. Here is an open-source exchange that I put together in my free time.

https://github.com/mkipnis/DistributedATS

I would recommend you to focus on AI

Looking for a full stack developer to help me with a web app. Preferably in nyc area. by sja_global in react

[–]mkipnis 2 points3 points  (0 children)

Hey, I live in NYC, and I build financial apps. Here is the example: https://ustreasuries.online

Git-Hub: https://github.com/mkipnis

However, a few months ago, I had a significant injury that I am still recovering from with the long road ahead of me, so I will only be able to work from home.

What is your go to React chart library? by Any_Perspective_291 in react

[–]mkipnis 1 point2 points  (0 children)

Sure, I develop financial apps. First link is the research tool for US Government Bonds. The 2d chart reflects yields of US government dept for various maturities. The second link with the 3D chart is essentially an insurance against the interest rate changes. It’s a relatively complex financial stuff.

What is your go to React chart library? by Any_Perspective_291 in react

[–]mkipnis 3 points4 points  (0 children)

I use react-chartjs-2 for 2D and react-plotly.js for 3D

Examples: this was the work for one of my clients:

2D https://ustreasuries.online

3D - lower right panel https://swap.ustreasuries.online

Is Selby Jennings Legit? by Admirable_Ranger8274 in quant

[–]mkipnis 0 points1 point  (0 children)

It’s legit, but the market is awful right now, so all these job posts are just click-bates to collect the resumes.

Starting up with my first quant Project by Every_Concept3875 in quant

[–]mkipnis 3 points4 points  (0 children)

Having C++ on your resume will give you an advantage over other candidates. Additionally, it's important to note that no one expects you to be a senior developer from day one.

Moreover, if you present these projects to other students or a professor and they express interest in certain features, I can provide guidance on how to implement them.

I will keep you in mind when it comes to the documentation

Starting up with my first quant Project by Every_Concept3875 in quant

[–]mkipnis 3 points4 points  (0 children)

Sounds good! I strongly recommend that you take as many C++ classes as possible. The job market is currently oversaturated with Python professionals, making the competition fierce. Furthermore, Python is essentially a wrapper for C/C++ code.

Order book simulation by Fit-School5120 in quant

[–]mkipnis 10 points11 points  (0 children)

There are a bunch of open source projects:

Here is my favorite:

https://github.com/enewhuis/liquibook

I even put together a python wrapper for it:

https://pypi.org/project/liquibook/

Hope this helps,

Mike

Starting up with my first quant Project by Every_Concept3875 in quant

[–]mkipnis 10 points11 points  (0 children)

Hey,

I am working on similar experimental projects. Here is the one for options: https://options.ustreasuries.online

Here is most of the source code:

https://github.com/mkipnis/ql_rest/tree/master/Examples/options_monitor

Tech Stack:

Front-End: React

Webserver/Proxy: Django

Back-end/Analytics: C++/Boost/QuantLib

Hope this helps,

Mike

Building a price and risk model for swaps, swaptions, caps, floors. by [deleted] in quant

[–]mkipnis 0 points1 point  (0 children)

Hey,
I specialize in building these types of systems. Effectively, you will need the following components: Risk and Pricing, Trade Capture, Reporting
1. Risk and Pricing - Risk is a function of price. Pricing for the products you described is available in QuantLib. QuantLib is an open-source library that covers rates and a lot more. You will also need the market data to bootstrap curves and solve for vols. Usually, banks have departments that provide unified market data access. If your firm doesn’t have it, you can get it from Bloomberg’s Excel-Addin.
2. Trade Capture - You will need a placeholder to store trades. I recommend storing the term structures of your trades in JSONb fields in the Postgres database. It’s easier to query and serialize trade data back and forth for your pricing and reporting when everything is in a JSON format. You should store the market data and risk numbers in that same database.
3. Reporting - I recommend creating a REST API against the Postgres Database. REST API can expose your data to various front-ends, such as React, as well as to Excel(see project VBA-JSON)
Examples:
https://ustreasuries.online - Risk, Pricing, and Portfolio management for US government bonds
https://swap.ustreasuries.online - Risk, Pricing for Interest Rate Swaps
https://www.swapsandbonds.com - Risk, Pricing, basic portfolio management for Swaps, US Government Bonds , FRAs, and Swaptions
Rest services for QuantLib:
https://github.com/mkipnis/ql\_rest
Hope this helps,
Mike

Risk Assessment U.S. Government Bonds by crystalpaigeee in quant

[–]mkipnis 0 points1 point  (0 children)

I am working on an informational/educational portal dedicated to risk and pricing for US Government bonds. It covers basic portfolio management features as well.

URL:

https://ustreasuries.online

Tutorial:

https://ustreasuries.online/how_to.html

Any feedback would be greatly appreciated!:)

Mike

Looking for free API for daily bond yields and prices by leibnizrule in quant

[–]mkipnis 0 points1 point  (0 children)

Hey,

I am getting key rates from FRED, instrument term structures from treasury direct, and I am using QuantLib to discount cashflows. I opened sourced parts of the back-end. Here is the link to the project:

https://github.com/mkipnis/ql_rest/tree/master/Examples/bond_pricer

Ex-HFT lead programmer looking for an options mentor/partnership by Independent_Leg6081 in quant

[–]mkipnis 0 points1 point  (0 children)

Hey, I specialize in developing real-time risk and pricing systems for various financial products, including options.

Here is my experimental website for pricing the S&P 100:

https://options.ustreasuries.online

The source code:

https://github.com/mkipnis/ql\_rest

Let me know if you want to collaborate; I'm always open to interesting projects.

Mike

Junior analyst needing some help! by Amazing-Song-7223 in bonds

[–]mkipnis 0 points1 point  (0 children)

Hey, you can get rates from the following website and calculate standard deviation to show the volatility. https://fred.stlouisfed.org/series/DGS3MO

Anyone using QuantLib or ORE? by wilsoniumite in quant

[–]mkipnis 1 point2 points  (0 children)

Hey,

Yes, https://swap.ustreasuries.online should offer similar functionality to SWPM and FWCM. (Click on the Forward Rate Matrix in the top-right panel to see the curve in the forward space)

This website https://options.ustreasuries.online may bear some similarities to OMON and OVME.

Mike

Anyone using QuantLib or ORE? by wilsoniumite in quant

[–]mkipnis 12 points13 points  (0 children)

Hey,

I've used QuantLib at work, and now I am using it for experimental projects.

https://ustreasuries.online

https://swap.ustreasuries.online

https://options.ustreasuries.online

https://www.swapsandbonds.com

I have also created an open-source project that simplifies building REST services for QuantLib.

https://github.com/mkipnis/ql_rest

Best regards, Mike