Package com.opengamma.core.obligor

Examples of com.opengamma.core.obligor.Sector


    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();

    OrganizationDocument test = _orgMaster.add(doc);
View Full Code Here

TOP

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

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.