Strata icon indicating copy to clipboard operation
Strata copied to clipboard

Open source analytics and market risk library from OpenGamma

Results 133 Strata issues
Sort by recently updated
recently updated
newest added

Bumps corporate-parent from 2.7.6 to 2.7.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.opengamma:corporate-parent&package-manager=maven&previous-version=2.7.6&new-version=2.7.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps joda-beans from 2.8.2 to 2.8.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.joda:joda-beans&package-manager=maven&previous-version=2.8.2&new-version=2.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [github-release-maven-plugin](https://github.com/RagedUnicorn/github-release-maven-plugin) from 1.0.3 to 1.0.5. Release notes Sourced from github-release-maven-plugin's releases. v1.0.5 Updates Add new plugin parameter skip for skipping the plugin completely Add GitHub Actions to deploy to...

dependencies

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.1 to 4.6.1. Release notes Sourced from mockito-core's releases. v4.6.1 Changelog generated by Shipkit Changelog Gradle Plugin 4.6.1 2022-06-02 - 6 commit(s) by Andy Coates, Chen Ni,...

dependencies

Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 3.23.1. Commits 0256688 [maven-release-plugin] prepare release assertj-core-3.23.1 6529933 Downgrade junit-jupiter from 5.9.0-M1 to 5.8.2 d9cd2da [maven-release-plugin] prepare for next development iteration 6f19754 [maven-release-plugin] prepare release...

dependencies

Bumps asm from 9.2 to 9.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.asm:asm&package-manager=maven&previous-version=9.2&new-version=9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello, I think that there is an issue here : https://github.com/OpenGamma/Strata/blob/169e17c08fe1b415a7d5793eea5de5dc676ec1e0/modules/basics/src/main/java/com/opengamma/strata/basics/date/GlobalHolidayCalendars.java#L1301-L1307 Using `christmasBumpedSatSun` on year YYYY, if Christmas ( YYYY-12-25) is a Sunday then YYYY-12-27 (Tuesday) is added to holidays....

Maven Enforcer Plugin reports a dependency convergence error for `joda-convert` (v2.2.1 / v2.2.2). Strata declare dependencies `joda-convert` v2.2.2 and `joda-beans` v2.8.1. On the other hand, `joda-beans` declare dependency `joda-convert` but...

Type:Discussion

![image](https://user-images.githubusercontent.com/27840806/146808787-67667428-d828-4223-b894-839abead896c.png) The example provided in code when priced using QuantLib gives a NPV of ![image](https://user-images.githubusercontent.com/27840806/146808937-84d18219-d0cb-4e4b-83a8-e4b1ba6f852c.png) STRATA Answer is ![image](https://user-images.githubusercontent.com/27840806/146809142-100344c9-1cf0-48e1-bcbe-8f9f4bdd27e4.png) Happy to share ipynb notebook for QuantLib as needed. Thanks

Several SwapCurveNode are available to calibrate curve, including IborIbor and OvernightIbor. A new type with OvernightOvernight would be important to calibrate to new benchmarks like SOFR and ESTER were the...

Type:Coverage