Class RepoGroup
- java.lang.Object
-
- com.opengamma.strata.collect.TypedString<RepoGroup>
-
- com.opengamma.strata.market.curve.RepoGroup
-
- All Implemented Interfaces:
Named
,Serializable
,Comparable<RepoGroup>
public final class RepoGroup extends TypedString<RepoGroup>
Group used to identify a related set of repo curves when pricing bonds.This class was previously called
BondGroup
. It was renamed in version 1.1 of Strata to allowLegalEntityDiscountingProvider
to be used for pricing bills as well as bonds.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RepoGroup
of(String name)
Obtains an instance from the specified name.
-