See: Description
| Class | Description |
|---|---|
| ArgChecker |
Contains utility methods for checking inputs to methods.
|
| BasisPoints |
A percentage amount, with a maximum of 8 decimal places.
|
| CharMatchers |
Useful Guava character matchers.
|
| Decimal |
A decimal number, similar to
BigDecimal, but optimized for the needs of finance. |
| DoubleArrayMath |
Contains utility methods for maths on double arrays.
|
| FixedScaleDecimal |
A decimal number based on
Decimal with a fixed scale. |
| Guavate |
Utilities that help bridge the gap between Java 8 and Google Guava.
|
| MapStream<K,V> |
A stream implementation based on
Map.Entry. |
| Messages |
Contains utility methods for managing messages.
|
| NumberFormatter |
Provides the ability to parse and format numbers.
|
| Percentage |
A percentage amount, with a maximum of 10 decimal places.
|
| TypedString<T extends TypedString<T>> |
An abstract class designed to enable typed strings.
|
| Unchecked |
Static utility methods that convert checked exceptions to unchecked.
|
| Version |
Provides access to the version of Strata.
|
| Exception | Description |
|---|---|
| UncheckedReflectiveOperationException |
An unchecked reflection exception.
|
Each package focuses on a different data structure:
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.