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 Country
ImmutablePriceIndex. getRegion()
Gets the region of the index.Country
PriceIndex. 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 theregion
property.Methods in com.opengamma.strata.basics.index with parameters of type Country Modifier and Type Method Description ImmutablePriceIndex.Builder
ImmutablePriceIndex.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 Country
Country. AR
The country 'AR' - Argentina.static Country
Country. AT
The country 'AT' - Austria.static Country
Country. AU
The country 'AU' - Australia.static Country
Country. BE
The country 'BE' - Belgium.static Country
Country. BR
The country 'BR' - Brazil.static Country
Country. CA
The country 'CA' - Canada.static Country
Country. CH
The country 'CH' - Switzerland.static Country
Country. CL
The country 'CL' - Chile.static Country
Country. CN
The country 'CN' - China.static Country
Country. CZ
The currency 'CZ' - Czech Republic.static Country
Country. DE
The country 'DE' - Germany.static Country
Country. DK
The country 'DK' - Denmark.static Country
Country. EG
The currency 'EG' - Egypt.static Country
Country. ES
The currency 'ES' - Spain.static Country
Country. EU
The region of 'EU' - Europe (special status in ISO-3166).static Country
Country. FI
The currency 'FI' - Finland.static Country
Country. FR
The currency 'FR' - France.static Country
Country. GB
The country 'GB' - United Kingdom.static Country
Country. GR
The country 'GR' - Greece.static Country
Country. HK
The currency 'HK' - Hong Kong.static Country
Country. HU
The currency 'HU' = Hungary.static Country
Country. ID
The country 'ID' - Indonesia.static Country
Country. IE
The currency 'IE' - Ireland.static Country
Country. IL
The country 'IL' - Israel.static Country
Country. IN
The country 'IN' - India.static Country
Country. IS
The currency 'IS' - Iceland.static Country
Country. IT
The currency 'IT' - Italy.static Country
Country. JP
The country 'JP' - Japan.static Country
Country. KR
The country 'KR' - South Korea.static Country
Country. LU
The currency 'LU' - Luxembourg.static Country
Country. MX
The country 'MX' - Mexico.static Country
Country. MY
The country 'MY' - Malaysia.static Country
Country. NL
The currency 'NL' - Netherlands.static Country
Country. NO
The currency 'NO' - Norway.static Country
Country. NZ
The country 'NZ' - New Zealand.static Country
Country. PL
The currency 'PL' = Poland.static Country
Country. PT
The currency 'PT' - Portugal.static Country
Country. RU
The currency 'RU' = Russia.static Country
Country. SA
The country 'SA' - Saudi Arabia.static Country
Country. SE
The currency 'SE' - Sweden.static Country
Country. SG
The country 'SG' - Singapore.static Country
Country. SK
The currency 'SK' - Slovakia.static Country
Country. TH
The country 'TH' - Thailand.static Country
Country. TR
The country 'TR' - Turkey.static Country
Country. US
The country 'US' - United States.static Country
Country. ZA
The country 'ZA' - South Africa.Methods in com.opengamma.strata.basics.location that return Country Modifier and Type Method Description static Country
Country. 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 Country
Country. 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 Country
Country. 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 int
Country. 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 Country
LegalEntity. getCountry()
Gets the country that the legal entity is based in.Country
SimpleLegalEntity. 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 SimpleLegalEntity
SimpleLegalEntity. of(LegalEntityId legalEntityId, String name, Country country)
Obtains an instance.
-