Skip to main content

All Questions

Tagged with or
0 votes
0 answers
32 views

I'm currently trying to fetch historical data from Interactive Brokers using the ib_async package. Depending on the exchange I use, the weekly and monthly bars will ...
KorbenDose's user avatar
-2 votes
1 answer
55 views

When trying to construct a simple bond object using QuantLib using the example from the docs, I get the following error: ...
johnny_tsunami's user avatar
0 votes
1 answer
55 views

I have been practicing using R code for my Quant course and I came across an issue when testing the convergence of numerical methods for lookback options to the analytical solutions provided by Hull ...
Andrew Richardson's user avatar
0 votes
1 answer
99 views

I'm working on an Reinforcement learning (RL) algorithm for optimizing a foreign exchange (FX) hedging strategy, specifically for the USD/AZN (Azerbaijani manat ₼) pair in the context of Azerbaijan's ...
Stan's user avatar
  • 101
1 vote
1 answer
92 views

I am using the Riskfolio-Lib Python library to calculate the Ulcer Index. When I run the function, the values I get are on the order of hundredths (for example, 0.0X). My issue is that, based on other ...
avances123's user avatar
2 votes
1 answer
144 views

I am trying to price a fixed rate bond with Quantlib (BFCM 4 3/8 01/11/34 Corp or FR001400N3I5) Coupon 4.375% Freq : Annual Day Cnt (Bloom) : ACT/ACT Issue date 11-Jan-24 First CPn Date 11-Jan-25 Mty ...
CyBer_'s user avatar
  • 21
3 votes
1 answer
135 views

I'm able to build Swaption vol cube using ql.SabrSwaptionVolatilityCube(), but I don't see this function accepts shifts input. I did some research understand that we can apply shifts to ATM volsurface ...
Lorienzo's user avatar
  • 157
1 vote
2 answers
367 views

I'm trying to visualize the path transformations coming from the application of the Girsanov Theorem in a Monte Carlo Simulation. Below the (Python) code where I'm trying to "adjust" the ...
Enrico's user avatar
  • 455
0 votes
0 answers
82 views

Im trying to recreate this autocorrelation indicator from John Ehlers book Cycle Analytics for Traders but am getting a slightly different result. Any ideas? Below is the EasyLanguage code from the ...
Rentneg's user avatar
3 votes
1 answer
132 views

I'm trying to reconstruct Bloomberg's SORA curve and have noticed that the bootstrapped curve for some reason is only accurate up to the 1Y tenor (out of 30Y), and have no idea what could be causing ...
Winsor-Mavis's user avatar
3 votes
0 answers
104 views

What are the key-concepts on Polymorphism wrt derivative products? For example, if we have a collection of equity options with spot underlying and we are generating surfaces across multiple levels on ...
Xerium's user avatar
  • 81
3 votes
1 answer
101 views

Instanciation of RangeAccrualFloatersCoupon in Python fails with the following error, even though the 12th argument is a QuantLib schedule. ...
byouness's user avatar
  • 2,342
1 vote
1 answer
100 views

How do I use maturity date of an ois instead of its tenor, I am using the following QuantLib function: ois = ql.MakeOIS(ql.Period('3Y'), index, 0.1, nominal=1000000, settlementDays=0, effectiveDate=ql....
KhumoM's user avatar
  • 11
2 votes
1 answer
123 views

I'm using the rateslib Python package to build a yield curve from Brazilian DI1 futures using piecewise/spline interpolation. My expectation was that changing the day count convention of the curve ...
leo52353's user avatar
0 votes
0 answers
68 views

I am trying to implement a standard stretched Brownian motion 1,2in Python. This requires finding a fixed point of the equation $\mathcal{A}:CDF \to CDF$, $\mathcal{A}F = F_\mu \circ(\phi*(Q_\nu \circ(...
Timo R.'s user avatar

15 30 50 per page
1
2 3 4 5
124