Package com.opengamma.core.obligor

Examples of com.opengamma.core.obligor.Region


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

    UniqueId uniqueId = test.getUniqueId();
View Full Code Here

TOP

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

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.