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 RepoCurveDiscountFactorsRepoCurveDiscountFactors. of(DiscountFactors discountFactors, RepoGroup group)Obtains an instance based on discount factors and group.RepoCurveDiscountFactorsImmutableLegalEntityDiscountingProvider. repoCurveDiscountFactors(LegalEntityId issuerId, Currency currency)RepoCurveDiscountFactorsImmutableLegalEntityDiscountingProvider. repoCurveDiscountFactors(SecurityId securityId, LegalEntityId issuerId, Currency currency)RepoCurveDiscountFactorsLegalEntityDiscountingProvider. repoCurveDiscountFactors(LegalEntityId issuerId, Currency currency)Gets the discount factors from a repo curve based on the issuer ID and currency.RepoCurveDiscountFactorsLegalEntityDiscountingProvider. 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()
-