| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Country |
PriceIndex.getRegion()
Gets the region that the index is defined for.
|
Country |
ImmutablePriceIndex.getRegion()
Gets the region of the index.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<Country> |
ImmutablePriceIndex.Meta.region()
The meta-property for the
region property. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePriceIndex.Builder |
ImmutablePriceIndex.Builder.region(Country region)
Sets the region of the index.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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 a
Country. |
| Modifier and Type | Method and Description |
|---|---|
static Set<Country> |
Country.getAvailableCountries()
Obtains the set of available countries.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Country.compareTo(Country other)
Compares this country to another.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.