Uses of Class
com.opengamma.strata.basics.location.Country
-
Packages that use Country Package Description com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND.com.opengamma.strata.basics.location Representations of a geographic location.com.opengamma.strata.product Entity objects describing trades and products in financial markets. -
-
Uses of Country in com.opengamma.strata.basics.index
Methods in com.opengamma.strata.basics.index that return Country Modifier and Type Method Description CountryImmutablePriceIndex. getRegion()Gets the region of the index.CountryPriceIndex. getRegion()Gets the region that the index is defined for.Methods in com.opengamma.strata.basics.index that return types with arguments of type Country Modifier and Type Method Description org.joda.beans.MetaProperty<Country>ImmutablePriceIndex.Meta. region()The meta-property for theregionproperty.Methods in com.opengamma.strata.basics.index with parameters of type Country Modifier and Type Method Description ImmutablePriceIndex.BuilderImmutablePriceIndex.Builder. region(Country region)Sets the region of the index. -
Uses of Country in com.opengamma.strata.basics.location
Fields in com.opengamma.strata.basics.location declared as Country Modifier and Type Field Description static CountryCountry. ARThe country 'AR' - Argentina.static CountryCountry. ATThe country 'AT' - Austria.static CountryCountry. AUThe country 'AU' - Australia.static CountryCountry. BEThe country 'BE' - Belgium.static CountryCountry. BRThe country 'BR' - Brazil.static CountryCountry. CAThe country 'CA' - Canada.static CountryCountry. CHThe country 'CH' - Switzerland.static CountryCountry. CLThe country 'CL' - Chile.static CountryCountry. CNThe country 'CN' - China.static CountryCountry. CZThe currency 'CZ' - Czech Republic.static CountryCountry. DEThe country 'DE' - Germany.static CountryCountry. DKThe country 'DK' - Denmark.static CountryCountry. EGThe currency 'EG' - Egypt.static CountryCountry. ESThe currency 'ES' - Spain.static CountryCountry. EUThe region of 'EU' - Europe (special status in ISO-3166).static CountryCountry. FIThe currency 'FI' - Finland.static CountryCountry. FRThe currency 'FR' - France.static CountryCountry. GBThe country 'GB' - United Kingdom.static CountryCountry. GRThe country 'GR' - Greece.static CountryCountry. HKThe currency 'HK' - Hong Kong.static CountryCountry. HUThe currency 'HU' = Hungary.static CountryCountry. IDThe country 'ID' - Indonesia.static CountryCountry. IEThe currency 'IE' - Ireland.static CountryCountry. ILThe country 'IL' - Israel.static CountryCountry. INThe country 'IN' - India.static CountryCountry. ISThe currency 'IS' - Iceland.static CountryCountry. ITThe currency 'IT' - Italy.static CountryCountry. JPThe country 'JP' - Japan.static CountryCountry. KRThe country 'KR' - South Korea.static CountryCountry. LUThe currency 'LU' - Luxembourg.static CountryCountry. MXThe country 'MX' - Mexico.static CountryCountry. MYThe country 'MY' - Malaysia.static CountryCountry. NLThe currency 'NL' - Netherlands.static CountryCountry. NOThe currency 'NO' - Norway.static CountryCountry. NZThe country 'NZ' - New Zealand.static CountryCountry. PLThe currency 'PL' = Poland.static CountryCountry. PTThe currency 'PT' - Portugal.static CountryCountry. RUThe currency 'RU' = Russia.static CountryCountry. SAThe country 'SA' - Saudi Arabia.static CountryCountry. SEThe currency 'SE' - Sweden.static CountryCountry. SGThe country 'SG' - Singapore.static CountryCountry. SKThe currency 'SK' - Slovakia.static CountryCountry. THThe country 'TH' - Thailand.static CountryCountry. TRThe country 'TR' - Turkey.static CountryCountry. USThe country 'US' - United States.static CountryCountry. ZAThe country 'ZA' - South Africa.Methods in com.opengamma.strata.basics.location that return Country Modifier and Type Method Description static CountryCountry. of(String countryCode)Obtains an instance from the specified ISO-3166-1 alpha-2 two letter country code dynamically creating a country if necessary.static CountryCountry. of3Char(String countryCode)Obtains an instance from the specified ISO-3166-1 alpha-3 three letter country code dynamically creating a country if necessary.static CountryCountry. parse(String countryCode)Parses a string to obtain aCountry.Methods in com.opengamma.strata.basics.location that return types with arguments of type Country Modifier and Type Method Description static Set<Country>Country. getAvailableCountries()Obtains the set of available countries.Methods in com.opengamma.strata.basics.location with parameters of type Country Modifier and Type Method Description intCountry. compareTo(Country other)Compares this country to another. -
Uses of Country in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return Country Modifier and Type Method Description CountryLegalEntity. getCountry()Gets the country that the legal entity is based in.CountrySimpleLegalEntity. getCountry()Gets the country that the legal entity is based in.Methods in com.opengamma.strata.product with parameters of type Country Modifier and Type Method Description static SimpleLegalEntitySimpleLegalEntity. of(LegalEntityId legalEntityId, String name, Country country)Obtains an instance.
-