SABR calibration on Shiny

[This article was first published on My Life as a Mock Quant in English, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

As you already know(if you often use R!!), Shiny allows us to create web applications in R easily. It doesn’t require the knowledge of HTML, CSS, javascript, I mean, we don’t need to write HTML, CSS and javascript directly to create web application.

The users of your web application can change the input parameters interactively via web applications. It will give a good opportunities to understand how the model works and it’s limitation.

Systematic Investor’s examples are very nice application in financial analysis, I was so excited when I saw it at first. I decided to create my own web application by shiny as a “mock” quant.

My appication is here(you can also get the source code of this application on Github):


It is a calibration of SABR model based on Hagan’s approximation formula(Managing Smile Risk, P. Hagan et al(pdf)). In some derivative market, SABR model is de facto model, you can understand how much degree SABR model can fit market data(IV) and it’s limit.

To leave a comment for the author, please follow the link and comment on their blog: My Life as a Mock Quant in English.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)