qiskit-finance icon indicating copy to clipboard operation
qiskit-finance copied to clipboard

Quantum Finance

Results 5 qiskit-finance issues
Sort by recently updated
recently updated
newest added

### Environment - **Qiskit Finance version**: 88091bc - **Python version**: 3.9 - **Operating system**: FreeBSD 13.1 ### What is happening? ``` ==================================================================================== test session starts ===================================================================================== platform freebsd13 -- Python...

### What is the expected enhancement? Adds a new function to BaseDataProvider that returns the total relative change in an asset. #### The Problem In the `get_period_return_mean_vector` method, the average...

type: enhancement

Hello, I am writing with a small suggestion regarding the Qiskit Tutorial: 03 European Call Option Pricing. I have noticed that inside this notebook the exact price of the European...

https://docs.quantum.ibm.com/announcements/product-updates/2024-02-14-qiskit-runtime-primitives-update > **beginning 1 March 2024**, Qiskit Runtime will require that circuits and observables are transformed to use only instructions supported by the system (referred to as instruction set architecture...

### Summary Simplifies the usage in data providers and enhances documentation. ### Details and comments `BaseDataProvider`: eliminates code repetitions when checking for `self._data` and adds more documentation in API reference....