Package com.opengamma.core.obligor

Examples of com.opengamma.core.obligor.CreditRatingStandardAndPoors


    CreditRatingFitch creditRatingFitch = doc.getOrganization().getObligor().getFitchCreditRating();
    CreditRating compositeCreditRating = doc.getOrganization().getObligor().getCompositeRating();
    CreditRating impliedCreditRating = doc.getOrganization().getObligor().getImpliedRating();
    CreditRatingMoodys creditRatingMoodys = doc.getOrganization().getObligor().getMoodysCreditRating();
    CreditRatingStandardAndPoors creditRatingStandardAndPoors = doc.getOrganization().getObligor().getStandardAndPoorsCreditRating();

    String country = doc.getOrganization().getObligor().getCountry();
    Sector sector = doc.getOrganization().getObligor().getSector();
    Region region = doc.getOrganization().getObligor().getRegion();
    boolean hasDefaulted = doc.getOrganization().getObligor().isHasDefaulted();
View Full Code Here

TOP

Related Classes of com.opengamma.core.obligor.CreditRatingStandardAndPoors

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.