| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Class and Description |
|---|
| BasisPoints
A percentage amount, with a maximum of 8 decimal places.
|
| Decimal
A decimal number, similar to
BigDecimal, but optimized for the needs of finance. |
| FixedScaleDecimal
A decimal number based on
Decimal with a fixed scale. |
| MapStream
A stream implementation based on
Map.Entry. |
| NumberFormatter
Provides the ability to parse and format numbers.
|
| Percentage
A percentage amount, with a maximum of 10 decimal places.
|
| TypedString
An abstract class designed to enable typed strings.
|
| Class and Description |
|---|
| MapStream
A stream implementation based on
Map.Entry. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.