-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brl conventions #1828
Brl conventions #1828
Conversation
… up and I've now put in a fixed rate accrual method.
…um due to the conflict of terminology between rates and simple rates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally fine. This PR needs to wait until there is a decision on naming. And then it should be merged to a long running branch so all things Brazilian go in together.
...t/src/main/java/com/opengamma/strata/product/rate/BrlCompoundedOvernightRateComputation.java
Outdated
Show resolved
Hide resolved
...t/src/main/java/com/opengamma/strata/product/rate/BrlCompoundedOvernightRateComputation.java
Outdated
Show resolved
Hide resolved
...t/src/main/java/com/opengamma/strata/product/rate/BrlCompoundedOvernightRateComputation.java
Outdated
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/FixedAccrualMethod.java
Outdated
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/FixedAccrualMethod.java
Outdated
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/FixedRateCalculation.java
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/FixedRateCalculation.java
Outdated
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/OvernightRateCalculation.java
Outdated
Show resolved
Hide resolved
...c/test/java/com/opengamma/strata/product/rate/BRLCompoundedOvernightRateComputationTest.java
Outdated
Show resolved
Hide resolved
New constuctors for FVN.
… valuation notional in thew toLeg
...uct/src/test/java/com/opengamma/strata/product/swap/type/FixedRateSwapLegConventionTest.java
Outdated
Show resolved
Hide resolved
modules/product/src/test/java/com/opengamma/strata/product/swap/NotionalScheduleTest.java
Outdated
Show resolved
Hide resolved
modules/product/src/test/java/com/opengamma/strata/product/swap/NotionalScheduleTest.java
Outdated
Show resolved
Hide resolved
modules/product/src/test/java/com/opengamma/strata/product/swap/FutureValueNotionalTest.java
Outdated
Show resolved
Hide resolved
.../product/src/test/java/com/opengamma/strata/product/swap/FixedNotionalAccrualMethodTest.java
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/FutureValueNotional.java
Outdated
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/FutureValueNotional.java
Outdated
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/FixedNotionalAccrualMethod.java
Outdated
Show resolved
Hide resolved
...product/src/main/java/com/opengamma/strata/product/swap/type/FixedRateSwapLegConvention.java
Outdated
Show resolved
Hide resolved
modules/product/src/main/java/com/opengamma/strata/product/swap/FutureValueNotional.java
Outdated
Show resolved
Hide resolved
Basic style fixes
Minor updates to docs, code layout etc.
Additional smaller fixes Cache simple fixed rate FutureValueNotional parameter types
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining items are naming issues in FixedNotionalAccrualMethod
, FIxedRateCalculation
, FutureValueNotional
, FixedRateSwapLegConvention
Brl Conventions.
Separate branch.