Uses of Class
com.opengamma.strata.pricer.bond.RepoCurveDiscountFactors
-
Packages that use RepoCurveDiscountFactors Package Description com.opengamma.strata.pricer.bond Calculators for bonds. -
-
Uses of RepoCurveDiscountFactors in com.opengamma.strata.pricer.bond
Methods in com.opengamma.strata.pricer.bond that return RepoCurveDiscountFactors Modifier and Type Method Description static RepoCurveDiscountFactors
RepoCurveDiscountFactors. of(DiscountFactors discountFactors, RepoGroup group)
Obtains an instance based on discount factors and group.RepoCurveDiscountFactors
ImmutableLegalEntityDiscountingProvider. repoCurveDiscountFactors(LegalEntityId issuerId, Currency currency)
RepoCurveDiscountFactors
ImmutableLegalEntityDiscountingProvider. repoCurveDiscountFactors(SecurityId securityId, LegalEntityId issuerId, Currency currency)
RepoCurveDiscountFactors
LegalEntityDiscountingProvider. repoCurveDiscountFactors(LegalEntityId issuerId, Currency currency)
Gets the discount factors from a repo curve based on the issuer ID and currency.RepoCurveDiscountFactors
LegalEntityDiscountingProvider. repoCurveDiscountFactors(SecurityId securityId, LegalEntityId issuerId, Currency currency)
Gets the discount factors from a repo curve based on the security ID, issuer ID and currency.Methods in com.opengamma.strata.pricer.bond that return types with arguments of type RepoCurveDiscountFactors Modifier and Type Method Description Class<? extends RepoCurveDiscountFactors>
RepoCurveDiscountFactors.Meta. beanType()
org.joda.beans.BeanBuilder<? extends RepoCurveDiscountFactors>
RepoCurveDiscountFactors.Meta. builder()
-